mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-16 01:23:42 +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)
|
if (nextBeltController == null)
|
||||||
return inserted;
|
return inserted;
|
||||||
BeltInventory nextInventory = nextBeltController.getInventory();
|
BeltInventory nextInventory = nextBeltController.getInventory();
|
||||||
|
if (nextInventory == null)
|
||||||
|
return inserted;
|
||||||
|
|
||||||
TileEntity teAbove = world.getTileEntity(pos.up());
|
TileEntity teAbove = world.getTileEntity(pos.up());
|
||||||
if (teAbove instanceof BrassTunnelTileEntity) {
|
if (teAbove instanceof BrassTunnelTileEntity) {
|
||||||
|
|
Loading…
Reference in a new issue