Skip to content

Commit

Permalink
fix :mark changes
Browse files Browse the repository at this point in the history
  • Loading branch information
m1919810 committed Oct 4, 2024
1 parent fdc8378 commit 749117e
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 635 deletions.
95 changes: 50 additions & 45 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public void newMenuInstance(BlockMenu menu, Block block){
}else {
menu.replaceExistingItem(START_SLOT,START_ITEM_OFF);
}
menu.getLocation().getBlock().getState().update(true,false);
menu.getLocation().getBlock().getState().update(true,true);
return false;
}));
menu.replaceExistingItem(ADJUSTMENT_SLOT,getAdjustmentDisplay(dh));
Expand Down
Loading

0 comments on commit 749117e

Please sign in to comment.