aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/gui/GT_Slot_Render.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/api/gui/GT_Slot_Render.java')
-rw-r--r--src/main/java/gregtech/api/gui/GT_Slot_Render.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/gui/GT_Slot_Render.java b/src/main/java/gregtech/api/gui/GT_Slot_Render.java
index dd11aa6305..ae03ce83ea 100644
--- a/src/main/java/gregtech/api/gui/GT_Slot_Render.java
+++ b/src/main/java/gregtech/api/gui/GT_Slot_Render.java
@@ -5,12 +5,14 @@ import net.minecraft.item.ItemStack;
import net.minecraft.tileentity.TileEntity;
public class GT_Slot_Render extends GT_Slot_Holo {
+
public GT_Slot_Render(IInventory inventory, int slotIndex, int xPos, int yPos) {
super(inventory, slotIndex, xPos, yPos, false, false, 0);
}
/**
- * NEI has a nice and "useful" Delete-All Function, which would delete the Content of this Slot. This is here to prevent that.
+ * NEI has a nice and "useful" Delete-All Function, which would delete the Content of this Slot. This is here to
+ * prevent that.
*/
@Override
public void putStack(ItemStack aStack) {