aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/postload/recipes/DistilleryRecipes.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech/loaders/postload/recipes/DistilleryRecipes.java')
-rw-r--r--src/main/java/gregtech/loaders/postload/recipes/DistilleryRecipes.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/java/gregtech/loaders/postload/recipes/DistilleryRecipes.java b/src/main/java/gregtech/loaders/postload/recipes/DistilleryRecipes.java
index 1cae357f24..449bda7b27 100644
--- a/src/main/java/gregtech/loaders/postload/recipes/DistilleryRecipes.java
+++ b/src/main/java/gregtech/loaders/postload/recipes/DistilleryRecipes.java
@@ -568,6 +568,16 @@ public class DistilleryRecipes implements Runnable {
.addTo(distillationTowerRecipes);
GT_Values.RA.stdBuilder()
+ .fluidInputs(Materials.MTBEMixtureAlt.getGas(900L))
+ .fluidOutputs(
+ Materials.AntiKnock.getFluid(400L),
+ Materials.Methanol.getFluid(500L),
+ Materials.Butane.getGas(400L))
+ .duration(2 * SECONDS)
+ .eut(TierEU.RECIPE_MV)
+ .addTo(distillationTowerRecipes);
+
+ GT_Values.RA.stdBuilder()
.itemOutputs(ItemList.IC2_Fertilizer.get(1))
.fluidInputs(Materials.FermentedBiomass.getFluid(1000))
.fluidOutputs(