aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/postload/recipes/VacuumFreezerRecipes.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/loaders/postload/recipes/VacuumFreezerRecipes.java')
-rw-r--r--src/main/java/gregtech/loaders/postload/recipes/VacuumFreezerRecipes.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/loaders/postload/recipes/VacuumFreezerRecipes.java b/src/main/java/gregtech/loaders/postload/recipes/VacuumFreezerRecipes.java
index 89a1aefa89..813897b3cd 100644
--- a/src/main/java/gregtech/loaders/postload/recipes/VacuumFreezerRecipes.java
+++ b/src/main/java/gregtech/loaders/postload/recipes/VacuumFreezerRecipes.java
@@ -415,6 +415,7 @@ public class VacuumFreezerRecipes implements Runnable {
this.addProtoHalkonitePartRecipe(OrePrefixes.frameGt, 1);
this.addProtoHalkonitePartRecipe(OrePrefixes.ingot, 1);
this.addProtoHalkonitePartRecipe(OrePrefixes.plate, 1);
+ this.addProtoHalkonitePartRecipe(OrePrefixes.plateDouble, 1);
this.addProtoHalkonitePartRecipe(OrePrefixes.plateDense, 1);
this.addProtoHalkonitePartRecipe(OrePrefixes.stick, 2);
this.addProtoHalkonitePartRecipe(OrePrefixes.round, 8);