diff options
author | Martin Robertz <dream-master@gmx.net> | 2023-03-25 18:32:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 18:32:18 +0100 |
commit | 23543172c014c23a740148c3c9c2668fde574f96 (patch) | |
tree | 60ef1dd2e931cd7c8c071c8c2e6597d0ae76a90c /src/main/java/gtPlusPlus/xmod/gregtech/common/items | |
parent | 2ab22537fcb12a30858bdaf825d2a396211b34d5 (diff) | |
download | GT5-Unofficial-23543172c014c23a740148c3c9c2668fde574f96.tar.gz GT5-Unofficial-23543172c014c23a740148c3c9c2668fde574f96.tar.bz2 GT5-Unofficial-23543172c014c23a740148c3c9c2668fde574f96.zip |
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>
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common/items')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java | 4 |
1 files changed, 3 insertions, 1 deletions
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")); |