diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2024-08-16 18:45:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-16 19:45:25 +0200 |
commit | 95f36a03e5f09c9934cc09970e1fbd469917b6ce (patch) | |
tree | eae2cdfe8c816c551473899862380fe05ad867e1 /src/main/java | |
parent | a68303c31d30e0bd0b4c213fe89f56c953dc3821 (diff) | |
download | GT5-Unofficial-95f36a03e5f09c9934cc09970e1fbd469917b6ce.tar.gz GT5-Unofficial-95f36a03e5f09c9934cc09970e1fbd469917b6ce.tar.bz2 GT5-Unofficial-95f36a03e5f09c9934cc09970e1fbd469917b6ce.zip |
fix Fluorophlogopiterecipe (#2909)
fix recipe
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ArtificialMicaLine.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ArtificialMicaLine.java b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ArtificialMicaLine.java index ef3ac62349..0074ee2c67 100644 --- a/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ArtificialMicaLine.java +++ b/src/main/java/com/github/bartimaeusnek/bartworks/common/loaders/ArtificialMicaLine.java @@ -169,7 +169,7 @@ public class ArtificialMicaLine { 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() |