diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-10 22:21:04 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-10 22:21:04 +0000 |
commit | 9729a716008abd839c48a6b18f4c74247fa27395 (patch) | |
tree | a008b361337a2c32f9afa96c310da3b21e249d34 /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | 071ac0cca7df642adff90fe50b7028b35559c852 (diff) | |
download | GT5-Unofficial-9729a716008abd839c48a6b18f4c74247fa27395.tar.gz GT5-Unofficial-9729a716008abd839c48a6b18f4c74247fa27395.tar.bz2 GT5-Unofficial-9729a716008abd839c48a6b18f4c74247fa27395.zip |
Fixed hot ingot recipes.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java b/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java index 12b4997772..217731dea7 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java @@ -320,4 +320,6 @@ public interface IGregtech_RecipeAdder { public boolean addFluidHeaterRecipe(ItemStack aCircuit, FluidStack aInput, FluidStack aOutput, int aDuration, int aEUt); + public boolean addVacuumFreezerRecipe(ItemStack aInput, ItemStack aOutput, int aDuration, int aEU); + } |