place button in emerald pipe a bit better (ideas for better placement are welcome)

This commit is contained in:
Flow86 2013-09-19 12:51:40 +02:00
parent 74d2239dc7
commit b7f173b7f2

View file

@ -45,7 +45,7 @@ public class GuiEmeraldPipe extends GuiBuildCraft {
super.initGui();
this.buttonList.clear();
this.button = new GuiMultiButton(0, this.guiLeft + this.xSize - (80 + 4), this.guiTop + 2, 80, this.pipe.getStateController().copy());
this.button = new GuiMultiButton(0, this.guiLeft + this.xSize - (80 + 6), this.guiTop + 34, 80, this.pipe.getStateController().copy());
this.buttonList.add(this.button);
}