Skip to content

Commit

Permalink
fix Fluorophlogopiterecipe (GTNewHorizons#2909)
Browse files Browse the repository at this point in the history
fix recipe
  • Loading branch information
chochem authored Aug 16, 2024
1 parent a68303c commit 95f36a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public static void runArtificialMicaRecipe() {
GT_Values.RA.stdBuilder()
.itemInputs(ItemList.Shape_Mold_Plate.get(0))
.itemOutputs(WerkstoffLoader.Fluorophlogopite.get(OrePrefixes.plate, 1))
.fluidOutputs(WerkstoffLoader.HotFluorophlogopite.getFluidOrGas(144))
.fluidInputs(WerkstoffLoader.HotFluorophlogopite.getFluidOrGas(144))
.duration(10 * TICKS)
.eut(TierEU.RECIPE_MV)
.noOptimize()
Expand Down

0 comments on commit 95f36a0

Please sign in to comment.