Removed Recipes button and moved to progress bar

This commit is contained in:
Gig 2015-06-27 10:01:39 +01:00
parent 6f08a56df2
commit d1196d0a7c
25 changed files with 90 additions and 41 deletions

View file

@ -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();
}