aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorConnor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>2022-09-20 06:37:06 +0100
committerGitHub <noreply@github.com>2022-09-20 07:37:06 +0200
commitb7e65b634a490b06c0276f197da818d2a5227ef2 (patch)
treede3aaaea0fa8b89c91e55e49563654d3f99c8324 /src/main
parentaf59fa08aa787455019998f7a7664fa59f64dd87 (diff)
downloadGT5-Unofficial-b7e65b634a490b06c0276f197da818d2a5227ef2.tar.gz
GT5-Unofficial-b7e65b634a490b06c0276f197da818d2a5227ef2.tar.bz2
GT5-Unofficial-b7e65b634a490b06c0276f197da818d2a5227ef2.zip
Fix typo in GigaChad recipe (#1392)
* Adjust uncraftable recipe to make it craftable. * Fix * spotlessApply (#1393) Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java b/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
index dd7867ac9c..2d9bc7880b 100644
--- a/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
+++ b/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
@@ -6554,9 +6554,11 @@ public class GT_MachineRecipeLoader implements Runnable {
ItemList.Field_Generator_UIV.get(64),
ItemList.Field_Generator_UMV.get(64)
},
- new FluidStack[] {Materials.ExcitedDTEC.getFluid(100_000_000)},
+ new FluidStack[] {
+ Materials.ExcitedDTEC.getFluid(100_000_000), Materials.SpaceTime.getMolten(64 * 2 * 9 * 144)
+ },
new ItemStack[] {ItemList.GigaChad.get(1)},
- new FluidStack[] {Materials.SpaceTime.getMolten(64 * 2 * 9 * 144)},
+ new FluidStack[] {GT_Values.NF},
86400 * 20 * 2,
2_000_000_000,
13500);