From f15e07b1a9a4aedbcb77cb7776f168adcfebfa7e Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 19 Nov 2016 03:10:04 +1100 Subject: SPIGOT-2793: Revert Nameable changes --- nms-patches/BlockShulkerBox.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nms-patches/BlockShulkerBox.patch') diff --git a/nms-patches/BlockShulkerBox.patch b/nms-patches/BlockShulkerBox.patch index 7799d7d9..ef6b04cd 100644 --- a/nms-patches/BlockShulkerBox.patch +++ b/nms-patches/BlockShulkerBox.patch @@ -1,14 +1,5 @@ --- 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 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); } -- cgit v1.2.3