Paper/nms-patches/BlockMinecartTrackAbstract.patch

11 lines
514 B
Diff
Raw Normal View History

--- a/net/minecraft/server/BlockMinecartTrackAbstract.java
+++ b/net/minecraft/server/BlockMinecartTrackAbstract.java
2016-02-29 22:32:46 +01:00
@@ -10,6 +10,7 @@
protected static final AxisAlignedBB b = new AxisAlignedBB(0.0D, 0.0D, 0.0D, 1.0D, 0.15625D, 1.0D);
protected final boolean c;
2016-02-29 22:32:46 +01:00
+ // PAIL: We stage this entire file just to unsynthetic this method. We should rename and AT it in future
public static boolean b(World world, BlockPosition blockposition) {
return i(world.getType(blockposition));
}