scrap slot same is usual slot.
This commit is contained in:
parent
83fd409e94
commit
15cf0d49ad
1 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue