summaryrefslogtreecommitdiff
path: root/ihl/worldgen/ores/DebugScannerContainer.java
diff options
context:
space:
mode:
authorFoghrye4 <foghrye4@gmail.com>2017-01-27 11:32:28 +0300
committerFoghrye4 <foghrye4@gmail.com>2017-01-27 11:32:28 +0300
commit2db8e30b1d2151fdde5d08a6c06aef55f0c397d2 (patch)
treee8cd0022f3a30a5c952092e0ea4c7ffdafcdf7bb /ihl/worldgen/ores/DebugScannerContainer.java
parentffe23313fb7421b0a1849b420baf708999023f7b (diff)
License, readme and stuff
Diffstat (limited to 'ihl/worldgen/ores/DebugScannerContainer.java')
-rw-r--r--ihl/worldgen/ores/DebugScannerContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihl/worldgen/ores/DebugScannerContainer.java b/ihl/worldgen/ores/DebugScannerContainer.java
index 52d4990..1413ddb 100644
--- a/ihl/worldgen/ores/DebugScannerContainer.java
+++ b/ihl/worldgen/ores/DebugScannerContainer.java
@@ -5,7 +5,7 @@ import ic2.core.slot.SlotInvSlot;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.Slot;
-public class DebugScannerContainer extends ContainerBase {
+public class DebugScannerContainer extends ContainerBase<DebugScannerTileEntity> {
protected DebugScannerTileEntity tileEntity;
public int lastFluidAmount = -1;