Clean up gantry fix
This commit is contained in:
parent
c7d3166fd1
commit
e1f1b1af9f
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class GantryShaftBlock extends DirectionalKineticBlock {
|
|||
return state;
|
||||
boolean connect = AllBlocks.GANTRY_SHAFT.has(neighbour) && neighbour.get(FACING) == facing;
|
||||
|
||||
Part part = state.get(PART), prevPart = part;
|
||||
Part part = state.get(PART);
|
||||
if (direction.getAxisDirection() == facing.getAxisDirection()) {
|
||||
if (connect) {
|
||||
if (part == Part.END)
|
||||
|
|
Loading…
Reference in a new issue