summaryrefslogtreecommitdiffstats
path: root/nms-patches
diff options
context:
space:
mode:
authorSenmori <thesenmori@gmail.com>2016-11-18 11:24:41 +1100
committermd_5 <git@md-5.net>2016-11-18 11:28:49 +1100
commit5e51afde49601ce0bcdbf3e7885889b6255a6ce4 (patch)
tree6d3c5ccd49742f5bf56d13cdb46145b6bdd599cf /nms-patches
parent93b8244115970a1686a3d4fa30c61f98f65dcbe7 (diff)
downloadcraftbukkit-5e51afde49601ce0bcdbf3e7885889b6255a6ce4.tar
craftbukkit-5e51afde49601ce0bcdbf3e7885889b6255a6ce4.tar.gz
craftbukkit-5e51afde49601ce0bcdbf3e7885889b6255a6ce4.tar.lz
craftbukkit-5e51afde49601ce0bcdbf3e7885889b6255a6ce4.tar.xz
craftbukkit-5e51afde49601ce0bcdbf3e7885889b6255a6ce4.zip
Get Colors from ShulkerBox; Implement CustomName for Tiles.
Diffstat (limited to 'nms-patches')
-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);
}