mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 11:53:43 +01:00
Belt casing hotfix
This commit is contained in:
parent
0b24523b8c
commit
d5ddb476c5
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue