2829303132333435
@Override public void initGui() { this.textFieldPos = new Vector2(50, 76); super.initGui(); this.buttonList.add(new GuiButtonPressTransferMode(1, this.width / 2 + 15, this.height / 2 - 37, this, this.tileEntity)); }