Removed Recipes button and moved to progress bar
This commit is contained in:
parent
6f08a56df2
commit
d1196d0a7c
25 changed files with 90 additions and 41 deletions
|
@ -26,10 +26,8 @@ public class GuiAssemblingMachine extends GuiContainer {
|
|||
|
||||
@Override
|
||||
public void initGui() {
|
||||
this.buttonList.clear();
|
||||
int k = (this.width - this.xSize) / 2;
|
||||
int l = (this.height - this.ySize) / 2;
|
||||
this.buttonList.add(new GuiButton(0, k + 4, l + 4, 20, 20, "R"));
|
||||
super.initGui();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue