mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-14 22:43:56 +01:00
Merge branch 'mc1.15/dev' into mc1.16/dev
This commit is contained in:
commit
cfe28cdd61
@ -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 New Issue
Block a user