started with one thing...then I ended up doing a lot of shit.

This commit is contained in:
ProfessorProspector 2017-01-08 21:58:02 -08:00
parent 4e6b60e8e7
commit dc160bbd67
42 changed files with 345 additions and 417 deletions

View file

@ -22,7 +22,7 @@ public class GuiElectricFurnace extends GuiBase {
this.drawSlot(55, 45, layer);
this.drawOutputSlot(101, 45, layer);
this.builder.drawJEIButton(this, 150, 4, mouseX, mouseY, layer);
this.builder.drawJEIButton(this, 150, 4, layer);
}
@Override