mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-14 22:43:56 +01:00
Belt casing hotfix
This commit is contained in:
parent
0b24523b8c
commit
d5ddb476c5
@ -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 New Issue
Block a user