summaryrefslogtreecommitdiffstats
path: root/nms-patches
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-11-19 03:10:04 +1100
committermd_5 <git@md-5.net>2016-11-19 03:10:04 +1100
commitf15e07b1a9a4aedbcb77cb7776f168adcfebfa7e (patch)
tree6e2cd7a2990429fbbd3e298317bc4e0edc4fb22c /nms-patches
parent88eede85cc3c98b3ab32d8f0cd2b9f6862758949 (diff)
downloadcraftbukkit-f15e07b1a9a4aedbcb77cb7776f168adcfebfa7e.tar
craftbukkit-f15e07b1a9a4aedbcb77cb7776f168adcfebfa7e.tar.gz
craftbukkit-f15e07b1a9a4aedbcb77cb7776f168adcfebfa7e.tar.lz
craftbukkit-f15e07b1a9a4aedbcb77cb7776f168adcfebfa7e.tar.xz
craftbukkit-f15e07b1a9a4aedbcb77cb7776f168adcfebfa7e.zip
SPIGOT-2793: Revert Nameable changes
Diffstat (limited to 'nms-patches')
-rw-r--r--nms-patches/BlockShulkerBox.patch9
1 files changed, 0 insertions, 9 deletions
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<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);
}