scrap slot same is usual slot.

This commit is contained in:
drcrazy 2018-12-17 15:26:50 +03:00
parent 83fd409e94
commit 15cf0d49ad

View file

@ -45,12 +45,12 @@ public class GuiMatterFabricator extends GuiBase {
this.drawSlot(8, 72, layer); this.drawSlot(8, 72, layer);
this.drawScrapSlot(30, 20, layer); this.drawSlot(30, 20, layer);
this.drawScrapSlot(50, 20, layer); this.drawSlot(50, 20, layer);
this.drawScrapSlot(70, 20, layer); this.drawSlot(70, 20, layer);
this.drawScrapSlot(90, 20, layer); this.drawSlot(90, 20, layer);
this.drawScrapSlot(110, 20, layer); this.drawSlot(110, 20, layer);
this.drawScrapSlot(130, 20, layer); this.drawSlot(130, 20, layer);
this.drawOutputSlotBar(39, 65, 5, layer); this.drawOutputSlotBar(39, 65, 5, layer);
} }