summaryrefslogtreecommitdiff
path: root/ihl/nei_integration/ElectrolysisBathRecipeHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/nei_integration/ElectrolysisBathRecipeHandler.java')
-rw-r--r--ihl/nei_integration/ElectrolysisBathRecipeHandler.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/ihl/nei_integration/ElectrolysisBathRecipeHandler.java b/ihl/nei_integration/ElectrolysisBathRecipeHandler.java
index 38f10ee..ff07163 100644
--- a/ihl/nei_integration/ElectrolysisBathRecipeHandler.java
+++ b/ihl/nei_integration/ElectrolysisBathRecipeHandler.java
@@ -1,5 +1,6 @@
package ihl.nei_integration;
+import java.awt.Rectangle;
import java.util.Map;
import ihl.processing.chemistry.ElectrolysisBathGui;
@@ -65,6 +66,12 @@ public class ElectrolysisBathRecipeHandler extends MachineRecipeHandler
{
return "electrolysisBath";
}
+
+ @Override
+ public void loadTransferRects()
+ {
+ this.transferRects.add(new RecipeTransferRect(new Rectangle(115-5,10-10, 172-115, 72), this.getRecipeId(), new Object[0]));
+ }
@Override
public Map<UniversalRecipeInput, UniversalRecipeOutput> getRecipeList()