mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 01:39:52 +03:00
12 lines
492 B
Diff
12 lines
492 B
Diff
--- ../src-base/minecraft/net/minecraft/block/BlockEnderChest.java
|
|
+++ ../src-work/minecraft/net/minecraft/block/BlockEnderChest.java
|
|
@@ -100,7 +100,7 @@
|
|
|
|
if (inventoryenderchest != null && tileentity instanceof TileEntityEnderChest)
|
|
{
|
|
- if (worldIn.getBlockState(pos.up()).isNormalCube())
|
|
+ if (worldIn.getBlockState(pos.up()).doesSideBlockChestOpening(worldIn, pos.up(), EnumFacing.DOWN))
|
|
{
|
|
return true;
|
|
}
|