mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 01:47:42 +01:00
Move more options to per-world section (still more to come)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 2654372002db43e578e7d72832a91b1223ceb2b7 Mon Sep 17 00:00:00 2001
|
||||
From 705a01f181413de4d7805c15bc2610f9dd928c67 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Sat, 31 Aug 2019 17:47:11 -0500
|
||||
Subject: [PATCH] Add option to spawn Toast
|
||||
@@ -30,10 +30,10 @@ index c8de748664..35b8e182c6 100644
|
||||
BiomeBase biomebase = generatoraccess.getBiome(new BlockPosition(this));
|
||||
int i = this.random.nextInt(100);
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index 3e96f63dbe..569c5b3442 100644
|
||||
index 1b1e4ca25b..0537d06811 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -245,8 +245,10 @@ public class PurpurConfig {
|
||||
@@ -220,8 +220,10 @@ public class PurpurConfig {
|
||||
}
|
||||
|
||||
public static double killerRabbitChance = 0.0D;
|
||||
@@ -45,5 +45,5 @@ index 3e96f63dbe..569c5b3442 100644
|
||||
|
||||
public static boolean snowmanDropsPumpkin = false;
|
||||
--
|
||||
2.24.0.rc1
|
||||
2.24.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user