Skip to content

Commit

Permalink
Move the monster mash (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
FourIsTheNumber authored Sep 26, 2024
1 parent 5f2f016 commit 775066a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import static gregtech.api.enums.Mods.Thaumcraft;
import static gregtech.api.recipe.RecipeMaps.brewingRecipes;
import static gregtech.api.recipe.RecipeMaps.centrifugeRecipes;
import static gregtech.api.recipe.RecipeMaps.chemicalReactorRecipes;
import static gregtech.api.recipe.RecipeMaps.compressorRecipes;
import static gregtech.api.recipe.RecipeMaps.distillationTowerRecipes;
import static gregtech.api.recipe.RecipeMaps.distilleryRecipes;
Expand Down Expand Up @@ -357,8 +358,7 @@ public final void run() {
for (ItemStack itemStack : OreDictionary.getOres("listAllberry")) {
GTValues.RA.stdBuilder().itemInputs(itemStack.splitStack(16)).fluidInputs(Materials.Water.getFluid(750))
.fluidOutputs(new FluidStack(CppFluids.Mash, 750)).duration(6 * SECONDS + 8 * TICKS).eut(4)
.addTo(brewingRecipes);

.addTo(chemicalReactorRecipes);
}

GTValues.RA.stdBuilder().itemInputs(new ItemStack(Items.sugar, 8))
Expand Down

0 comments on commit 775066a

Please sign in to comment.