aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/thermalfoundation
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-21 08:24:26 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-21 08:24:26 +1000
commitf08d4b2bddadb0b2f5e2f045103c56814ae5b4d7 (patch)
tree2ffb43278207cfe8e7d318e89db99ab73809d0be /src/Java/gtPlusPlus/xmod/thermalfoundation
parent6d716255c4b759769f4e5c3ef778629f7af5df42 (diff)
downloadGT5-Unofficial-f08d4b2bddadb0b2f5e2f045103c56814ae5b4d7.tar.gz
GT5-Unofficial-f08d4b2bddadb0b2f5e2f045103c56814ae5b4d7.tar.bz2
GT5-Unofficial-f08d4b2bddadb0b2f5e2f045103c56814ae5b4d7.zip
$ Small Pump fix that allowed mis-use when right clicking.
% Moved Ender Pearl fluid extraction to the base TF recipe class.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/thermalfoundation')
-rw-r--r--src/Java/gtPlusPlus/xmod/thermalfoundation/recipe/TF_Gregtech_Recipes.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/thermalfoundation/recipe/TF_Gregtech_Recipes.java b/src/Java/gtPlusPlus/xmod/thermalfoundation/recipe/TF_Gregtech_Recipes.java
index e3aaa1ae2f..7e7047da69 100644
--- a/src/Java/gtPlusPlus/xmod/thermalfoundation/recipe/TF_Gregtech_Recipes.java
+++ b/src/Java/gtPlusPlus/xmod/thermalfoundation/recipe/TF_Gregtech_Recipes.java
@@ -49,6 +49,9 @@ public class TF_Gregtech_Recipes {
Logger.INFO("Adding Recipes for Blazing Pyrotheum");
GT_Values.RA.addFluidExtractionRecipe(dust_Pyrotheum, GT_Values.NI, getFluidStack("pyrotheum", 250), 10000, 200, 240);
+ //Ender Fluid
+ GT_Values.RA.addFluidExtractionRecipe(ItemUtils.getSimpleStack(Items.ender_pearl), GT_Values.NI, getFluidStack("ender", 250), 10000, 100, 30);
+
ItemStack dustCoal = ItemUtils.getItemStackOfAmountFromOreDict("dustCoal", 1);
ItemStack dustSulfur = ItemUtils.getItemStackOfAmountFromOreDict("dustSulfur", 1);