Belt casing hotfix

This commit is contained in:
simibubi 2020-11-26 15:48:31 +01:00
parent 0b24523b8c
commit d5ddb476c5

View File

@ -401,6 +401,8 @@ public class BeltTileEntity extends KineticTileEntity {
if (nextBeltController == null)
return inserted;
BeltInventory nextInventory = nextBeltController.getInventory();
if (nextInventory == null)
return inserted;
TileEntity teAbove = world.getTileEntity(pos.up());
if (teAbove instanceof BrassTunnelTileEntity) {