aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
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/core/recipe
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/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
index 6b50dc688a..b0c928404b 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
@@ -747,10 +747,7 @@ public class RECIPES_GREGTECH {
ItemList.Battery_Hull_HV.get(4L, new Object[0]));
}
- private static void fluidExtractorRecipes() {
- //Ender Fluid
- GT_Values.RA.addFluidExtractionRecipe(ItemUtils.getSimpleStack(Items.ender_pearl), null,
- FluidUtils.getFluidStack("ender", 250), 10000, 100, 30);
+ private static void fluidExtractorRecipes() {
//FLiBe fuel
GT_Values.RA.addFluidExtractionRecipe(ItemUtils.getItemStackOfAmountFromOreDict("dustLi2BeF4", 1), null,
FluidUtils.getFluidStack("molten.li2bef4", 144), 10000, 100, 500);