Browse Source

Reevaluate() for out of synch debugging

master
Robotia 9 years ago
parent
commit
27e792b185
  1. 3
      patches/net/minecraft/world/World.java.patch

3
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;
+ }
+}
}

Loading…
Cancel
Save