summaryrefslogtreecommitdiff
path: root/ihl/crop_harvestors/BlowerContainer.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/crop_harvestors/BlowerContainer.java')
-rw-r--r--ihl/crop_harvestors/BlowerContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihl/crop_harvestors/BlowerContainer.java b/ihl/crop_harvestors/BlowerContainer.java
index 65393bf..2a64488 100644
--- a/ihl/crop_harvestors/BlowerContainer.java
+++ b/ihl/crop_harvestors/BlowerContainer.java
@@ -6,7 +6,7 @@ import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.ICrafting;
import net.minecraft.inventory.Slot;
-public class BlowerContainer extends ContainerBase {
+public class BlowerContainer extends ContainerBase<BlowerTileEntity> {
protected BlowerTileEntity tileEntity;
public int lastStorage = -1;