aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>2022-09-11 08:59:56 +0100
committerGitHub <noreply@github.com>2022-09-11 09:59:56 +0200
commit1cc9c0eed356dbb3a8c7bf31e3047b4bad5ddf27 (patch)
treeb4198f50fcd81993b6b03249d3bd022cbf875293
parentfa70fee20e999d239d2999b5aba75ffcd4e645ba (diff)
downloadGT5-Unofficial-1cc9c0eed356dbb3a8c7bf31e3047b4bad5ddf27.tar.gz
GT5-Unofficial-1cc9c0eed356dbb3a8c7bf31e3047b4bad5ddf27.tar.bz2
GT5-Unofficial-1cc9c0eed356dbb3a8c7bf31e3047b4bad5ddf27.zip
Adjust uncraftable recipe to make it craftable. (#1377)
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
-rw-r--r--src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java b/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
index 568829f0b3..baa3939cbc 100644
--- a/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
+++ b/src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
@@ -6544,13 +6544,13 @@ public class GT_MachineRecipeLoader implements Runnable {
// Giga chad trophy.
GT_Values.RA.addPlasmaForgeRecipe(
new ItemStack[] {
- Materials.SpaceTime.getBlocks(64),
- ItemList.Field_Generator_UMV.get(64),
- Materials.SpaceTime.getBlocks(64)
+ ItemList.Field_Generator_UEV.get(64),
+ ItemList.Field_Generator_UIV.get(64),
+ ItemList.Field_Generator_UMV.get(64)
},
new FluidStack[] {Materials.ExcitedDTEC.getFluid(100_000_000)},
new ItemStack[] {ItemList.GigaChad.get(1)},
- new FluidStack[] {GT_Values.NF},
+ new FluidStack[] {Materials.SpaceTime.getMolten(64 * 2 * 9 * 144)},
86400 * 20 * 2,
2_000_000_000,
13500);