mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-11 04:22:00 +01:00
Merge branch 'mc1.15/dev' into mc1.16/dev
This commit is contained in:
commit
cfe28cdd61
1 changed files with 2 additions and 0 deletions
|
@ -396,6 +396,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