Skip to content

Commit

Permalink
fix side scaffold (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc committed Jul 8, 2024
1 parent 7c9829e commit f8d752e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public void onPreUpdate(PreUpdateEvent e) { // place here
}
}

if (fastScaffold.getInput() == 6 && sameY$bridged != 0 && sameY$bridged % 2 == 0 && placeBlock != null && !Utils.jumpDown()) {
if (fastScaffold.getInput() == 7 && sameY$bridged != 0 && sameY$bridged % 2 == 0 && placeBlock != null && !Utils.jumpDown()) {
List<BlockPos> possible = new ArrayList<>(Arrays.asList(
placeBlock.getBlockPos().west(),
placeBlock.getBlockPos().east(),
Expand Down

0 comments on commit f8d752e

Please sign in to comment.