summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockShulkerBox.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockShulkerBox.patch')
-rw-r--r--nms-patches/BlockShulkerBox.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/nms-patches/BlockShulkerBox.patch b/nms-patches/BlockShulkerBox.patch
index ef6b04cd..7799d7d9 100644
--- a/nms-patches/BlockShulkerBox.patch
+++ b/nms-patches/BlockShulkerBox.patch
@@ -1,5 +1,14 @@
--- a/net/minecraft/server/BlockShulkerBox.java
+++ b/net/minecraft/server/BlockShulkerBox.java
+@@ -3,7 +3,7 @@
+ public class BlockShulkerBox extends BlockTileEntity {
+
+ public static final BlockStateEnum<EnumDirection> a = BlockStateDirection.of("facing");
+- private final EnumColor b;
++ public final EnumColor b; // PAIL: public, rename
+
+ public BlockShulkerBox(EnumColor enumcolor) {
+ super(Material.STONE, MaterialMapColor.b);
@@ -89,7 +89,32 @@
tileentityshulkerbox.d(entityhuman);
}