summaryrefslogtreecommitdiff
path: root/ihl/processing/chemistry/ElectrolysisBathContainer.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/processing/chemistry/ElectrolysisBathContainer.java')
-rw-r--r--ihl/processing/chemistry/ElectrolysisBathContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihl/processing/chemistry/ElectrolysisBathContainer.java b/ihl/processing/chemistry/ElectrolysisBathContainer.java
index f2cc74e..9797755 100644
--- a/ihl/processing/chemistry/ElectrolysisBathContainer.java
+++ b/ihl/processing/chemistry/ElectrolysisBathContainer.java
@@ -10,7 +10,7 @@ import net.minecraft.inventory.ICrafting;
import net.minecraft.inventory.Slot;
import net.minecraftforge.fluids.FluidStack;
-public class ElectrolysisBathContainer extends ContainerBase {
+public class ElectrolysisBathContainer extends ContainerBase<ElectrolysisBathTileEntity> {
protected ElectrolysisBathTileEntity tileEntity;
public int lastFluidAmount = -1;