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(
|
||||
x - Direction.byId(this.blockEntity.getFacingInt()).getOffsetY() * 2,
|
||||
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
Reference in a new issue