Move more options to per-world section (still more to come)

This commit is contained in:
William Blake Galbreath
2020-01-14 19:33:01 -06:00
parent bee0cc833b
commit a221240eef
35 changed files with 298 additions and 298 deletions

View File

@@ -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