Skip to content

Commit 4da5445

Browse files
committed
IC2C Uranium Ingots now Unification Target
1 parent b409399 commit 4da5445

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/main/java/gregapi/load/LoaderOreDictReRegistrations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2025 GregTech-6 Team
2+
* Copyright (c) 2026 GregTech-6 Team
33
*
44
* This file is part of GregTech.
55
*

src/main/java/gregapi/load/LoaderUnificationTargets.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2025 GregTech-6 Team
2+
* Copyright (c) 2026 GregTech-6 Team
33
*
44
* This file is part of GregTech.
55
*
@@ -1332,6 +1332,7 @@ public void run() {
13321332
OreDictManager.INSTANCE.setTarget(OP.oreVanillastone, MT.Sn , ST.make(MD.IC2, "tinOre" , 1, 0));
13331333
OreDictManager.INSTANCE.setTarget(OP.oreVanillastone, MT.OREMATS.Uraninite , ST.make(MD.IC2, "uraniumOre" , 1, 0));
13341334
if (MD.IC2C.mLoaded) {
1335+
OreDictManager.INSTANCE.setTarget(OP.ingot , MT.U_238 , MD.IC2, "item.itemIngotUran", 0);
13351336
OreDictManager.INSTANCE.setTarget(OP.plateDense , MT.Cu , MD.IC2, "item.itemPartDCP", 0);
13361337
} else {
13371338
OreDictManager.INSTANCE.setTarget(OP.dust , MT.EnergiumRed , ST.mkic("energiumDust", 1));

src/main/java/gregtech/loaders/c/Loader_Recipes_Other.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2025 GregTech-6 Team
2+
* Copyright (c) 2026 GregTech-6 Team
33
*
44
* This file is part of GregTech.
55
*
@@ -433,7 +433,7 @@ public class Loader_Recipes_Other implements Runnable {
433433
RM.Bath .addRecipe1(T, 0, 16, ST.make(Blocks.stone , 1, 0), FL.Mana_TE.make(1), NF, ST.make(Blocks.stonebrick, 1, 3));
434434
RM.Bath .addRecipe1(T, 0, 16, ST.make(Blocks.lapis_ore , 1, W), FL.Mana_TE.make(5), NF, ST.make(Blocks.lapis_block, 1, 0));
435435
RM.Bath .addRecipe1(T, 0, 16, ST.make(Blocks.redstone_ore , 1, W), FL.Mana_TE.make(5), NF, ST.make(Blocks.redstone_block, 1, 0));
436-
RM.Bath .addRecipe1(T, 0, 16, ST.make(Blocks.lit_redstone_ore , 1, W), FL.Mana_TE.make(5), NF, ST.make(Blocks.redstone_block, 1, 0));
436+
// RM.Bath .addRecipe1(T, 0, 16, ST.make(Blocks.lit_redstone_ore , 1, W), FL.Mana_TE.make(5), NF, ST.make(Blocks.redstone_block, 1, 0));
437437
}
438438

439439
RM.Bath .addRecipe2(T, 0, 16, ST.make(Items.paper, 2, W), ST.tag(2), FL.Glue.make( 125), NF, plateDouble.mat(MT.Paper, 1));

0 commit comments

Comments
 (0)