Fix #1949
This commit is contained in:
parent
42afb3528c
commit
f61cec6506
1 changed files with 1 additions and 1 deletions
|
@ -145,6 +145,6 @@ public class GuiIndustrialSawmill extends GuiBase<BuiltContainer> {
|
||||||
multiblock.addComponent(new BlockPos(
|
multiblock.addComponent(new BlockPos(
|
||||||
x - Direction.byId(this.blockEntity.getFacingInt()).getOffsetY() * 2,
|
x - Direction.byId(this.blockEntity.getFacingInt()).getOffsetY() * 2,
|
||||||
y,
|
y,
|
||||||
z- Direction.byId(this.blockEntity.getFacingInt()).getOffsetY() * 2), blockState);
|
z- Direction.byId(this.blockEntity.getFacingInt()).getOffsetY() * 2).offset(blockEntity.getFacing().getOpposite(), 2), blockState);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue