Fix opening shulker inventories
This commit is contained in:
parent
c3e4382c33
commit
4119224efe
@ -253,7 +253,7 @@ public class CraftHumanEntity extends CraftLivingEntity implements HumanEntity {
|
|||||||
break;
|
break;
|
||||||
case SHULKER_BOX:
|
case SHULKER_BOX:
|
||||||
if (iinventory instanceof TileEntityShulkerBox) {
|
if (iinventory instanceof TileEntityShulkerBox) {
|
||||||
getHandle().openTileEntity((TileEntityShulkerBox) iinventory);
|
getHandle().openContainer((TileEntityShulkerBox) iinventory);
|
||||||
} else {
|
} else {
|
||||||
openCustomInventory(inventory, player, "minecraft:shulker_box");
|
openCustomInventory(inventory, player, "minecraft:shulker_box");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user