diff --git a/CraftBukkit-Patches/0005-Better-Chunk-Tick-Selection.patch b/CraftBukkit-Patches/0005-Better-Chunk-Tick-Selection.patch index b5be8bf99..c420ad067 100644 --- a/CraftBukkit-Patches/0005-Better-Chunk-Tick-Selection.patch +++ b/CraftBukkit-Patches/0005-Better-Chunk-Tick-Selection.patch @@ -181,7 +181,7 @@ index 961ddb4..6ba7f5c 100644 + log( "Chunks to Grow per Tick: " + chunksPerTick ); + + clearChunksOnTick = getBoolean( "clear-tick-list", false ); -+ log( "Clear tick list: " + false ); ++ log( "Clear tick list: " + clearChunksOnTick ); + } } -- diff --git a/CraftBukkit-Patches/0006-Crop-Growth-Rates.patch b/CraftBukkit-Patches/0006-Crop-Growth-Rates.patch index 0c9f47889..47dc9e9ab 100644 --- a/CraftBukkit-Patches/0006-Crop-Growth-Rates.patch +++ b/CraftBukkit-Patches/0006-Crop-Growth-Rates.patch @@ -1,4 +1,4 @@ -From 31eb3cc4054b8ca75e9c7a9e87281643fcc7e4ce Mon Sep 17 00:00:00 2001 +From 9191ae50b72b0425168cc5e4a011533fa8e35a85 Mon Sep 17 00:00:00 2001 From: md_5 Date: Fri, 21 Jun 2013 17:17:20 +1000 Subject: [PATCH] Crop Growth Rates @@ -135,12 +135,12 @@ index 4fae805..a90fab1 100644 if (l < 7) { diff --git a/src/main/java/org/spigotmc/SpigotWorldConfig.java b/src/main/java/org/spigotmc/SpigotWorldConfig.java -index 6ba7f5c..ddca7c3 100644 +index 90a227f..7e79ba5 100644 --- a/src/main/java/org/spigotmc/SpigotWorldConfig.java +++ b/src/main/java/org/spigotmc/SpigotWorldConfig.java @@ -79,4 +79,35 @@ public class SpigotWorldConfig clearChunksOnTick = getBoolean( "clear-tick-list", false ); - log( "Clear tick list: " + false ); + log( "Clear tick list: " + clearChunksOnTick ); } + + // Crop growth rates