Fixup Soul Forge crafting

This commit is contained in:
Nicholas Ignoffo 2018-02-07 18:46:18 -08:00
parent e3cef5ee76
commit 2d3f86aaf8
2 changed files with 9 additions and 10 deletions

View file

@ -17,8 +17,8 @@ public class ContainerSoulForge extends Container {
this.tileForge = tileForge;
this.addSlotToContainer(new Slot(tileForge, 0, 8, 15));
this.addSlotToContainer(new Slot(tileForge, 1, 80, 15));
this.addSlotToContainer(new Slot(tileForge, 2, 80, 87));
this.addSlotToContainer(new Slot(tileForge, 3, 8, 87));
this.addSlotToContainer(new Slot(tileForge, 2, 8, 87));
this.addSlotToContainer(new Slot(tileForge, 3, 80, 87));
this.addSlotToContainer(new SlotSoul(tileForge, TileSoulForge.soulSlot, 152, 51));
this.addSlotToContainer(new SlotOutput(tileForge, TileSoulForge.outputSlot, 44, 51));