Skip to content

Commit

Permalink
fix full amp recipe (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Sep 7, 2024
1 parent 67b65a4 commit 3369a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ public final void run() {
.fluidInputs(
Materials.UUMatter
.getFluid((Materials.Neutronium.getNeutrons() + Materials.Neutronium.getProtons())))
.duration(6 * SECONDS).eut(500000).addTo(multiblockChemicalReactorRecipes);
.duration(6 * SECONDS).eut(TierEU.RECIPE_UV).addTo(multiblockChemicalReactorRecipes);

if (Mods.Thaumcraft.isModLoaded()) {
// Magic Modifier PrimP
Expand Down

0 comments on commit 3369a14

Please sign in to comment.