Skip to content

Commit

Permalink
No region comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Intybyte committed Aug 24, 2024
1 parent ca44a47 commit 033f151
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ public final void onSignTranslate(SignTranslateEvent event) {
totalNonNegligibleWaterBlocks += add;
}
}
//region Add flyblocks and moveblocks to displayBlocks

Counter<RequiredBlockEntry> flyblocks = craft.getDataTag(Craft.FLYBLOCKS);
Counter<RequiredBlockEntry> moveblocks = craft.getDataTag(Craft.MOVEBLOCKS);
Counter<RequiredBlockEntry> displayBlocks = new Counter<>();

displayBlocks.add(flyblocks);
displayBlocks.add(moveblocks);
//endregion

int signLine = 1;
int signColumn = 0;
for (RequiredBlockEntry entry : displayBlocks.getKeySet()) {
Expand Down

0 comments on commit 033f151

Please sign in to comment.