Skip to content

Commit cb83a4b

Browse files
old friend
1 parent de61770 commit cb83a4b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/main/java/com/silvermoon/boxplusplus/client/BoxOverlayButton.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,17 @@ public BoxOverlayButton(GuiContainer firstGui, RecipeHandlerRef handlerRef, int
2525
public BoxOverlayButton(GuiOverlayButton button) {
2626
this(button.firstGui, button.handlerRef, button.xPosition, button.yPosition);
2727
}
28+
2829
@Override
2930
public boolean canFillCraftingGrid() {
3031
return true;
3132
}
33+
3234
@Override
3335
public boolean hasOverlay() {
3436
return true;
3537
}
38+
3639
@Override
3740
public void mouseReleased(int mousex, int mousey) {
3841
if (this.firstGui instanceof ModularGui mui && mui.getContext()

src/main/java/com/silvermoon/boxplusplus/common/tileentities/GTMachineBox.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,10 +1627,12 @@ public void loadNBTData(final NBTTagCompound NBT) {
16271627
maxRouting = NBT.getInteger("maxRouting");
16281628
recipe = new BoxRecipe(NBT.getCompoundTag("BoxRecipe"));
16291629
}
1630+
16301631
@Override
16311632
protected boolean useMui2() {
16321633
return false;
16331634
}
1635+
16341636
/**
16351637
* Add main UI with 4 bottoms
16361638
*/

0 commit comments

Comments
 (0)