From 23543172c014c23a740148c3c9c2668fde574f96 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 25 Mar 2023 18:32:18 +0100 Subject: Downtier oreproc GT++ multis to EV and add new EV Mac Stack (#579) * tier down Multiblock Ore Washer, add Grisium EV mixer recipe to handle in EV * Tier down Thermal Centrifuge * Downgrade Centrifuge to EV maybe we need to nerf other recipes use Inconel Steel 250 later (Solar Tower, Cryo Stuff) * Downgrade Bender to EV * add code for less powerful macerator it has less parallel than original and must be upgraded (like the distillus) to regain the full parallel bonus * update tooltip to reflect casing change for T=1 * spotlessApply (#580) Co-authored-by: GitHub GTNH Actions <> * fix a bunch of issues with macerators * Spotless apply for branch Multiblock-EV-change for #579 (#581) Co-authored-by: GitHub GTNH Actions <> * add Upgrade T2 Card * spotlessApply (#582) Co-authored-by: GitHub GTNH Actions <> * fix NPE upon placing a fresh maceration controller * fix * spotlessApply (#583) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../xmod/gregtech/common/items/MetaGeneratedGregtechItems.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common/items') diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java index 0aa7f8cee9..38148b91ed 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java @@ -432,7 +432,9 @@ public class MetaGeneratedGregtechItems extends Gregtech_MetaItem_X32 { // Distillus Chip GregtechItemList.Distillus_Upgrade_Chip - .set(this.addItem(151, "Upgrade Chip", "Used to upgrade Distillus to Tier 2")); + .set(this.addItem(151, "Distillus Upgrade Chip", "Used to upgrade Distillus to Tier 2")); + GregtechItemList.Maceration_Upgrade_Chip + .set(this.addItem(152, "Maceration Upgrade Chip", "Used to upgrade Maceration Stack to Tier 2")); GregtechItemList.Chip_MultiNerf_NoOutputBonus .set(this.addItem(160, "No-Bonus Chip", "You won't like using this")); -- cgit