Work on the new container stuff
This commit is contained in:
parent
98d459735f
commit
23d55e6251
45 changed files with 274 additions and 236 deletions
|
@ -3,9 +3,10 @@ package techreborn.api.gui;
|
|||
import net.minecraft.inventory.IInventory;
|
||||
import net.minecraft.inventory.Slot;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import reborncore.client.gui.BaseSlot;
|
||||
import techreborn.utils.upgrade.IMachineUpgrade;
|
||||
|
||||
public class SlotUpgrade extends Slot {
|
||||
public class SlotUpgrade extends BaseSlot {
|
||||
|
||||
public SlotUpgrade(IInventory inventoryIn, int index, int xPosition, int yPosition) {
|
||||
super(inventoryIn, index, xPosition, yPosition);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue