From 27e792b185627bf47b64795a093dfcee07f0c12c Mon Sep 17 00:00:00 2001 From: Robotia Date: Sun, 24 Jan 2016 18:52:12 -0500 Subject: [PATCH] Reevaluate() for out of synch debugging --- patches/net/minecraft/world/World.java.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patches/net/minecraft/world/World.java.patch b/patches/net/minecraft/world/World.java.patch index c6f8bcb..bdb10a0 100644 --- a/patches/net/minecraft/world/World.java.patch +++ b/patches/net/minecraft/world/World.java.patch @@ -1377,7 +1377,6 @@ } return count; } --} + + // Cauldron start + public boolean isEmpty(int x, int y, int z) // Required until SS inheritance bug is fixed @@ -1496,4 +1495,4 @@ + }); + return true; + } -+} + }