GregTechCEu Modern

GregTechCEu Modern

6M Downloads

Mixin Apply Crash by having GregTech and Industrial Upgrade

Closed this issue ยท 0 comments

commented

Checked for existing issues

  • I have checked for existing issues, and have found none.

Tested latest version

  • I have checked that this occurs on the latest version.

GregTech CEu Version

v7.2.0

Minecraft Version

1.20.1 Forge

Recipe Viewer Installed

EMI

Environment

Singleplayer

Cross-Mod Interaction

Yes

Other Installed Mods

Industrial Upgrade, Load my F***ing Tags, Jade, JadeAddons

Expected Behavior

Loading GregTech with Industrial Upgrade don't crash game during loading screen.

Actual Behavior

Loading GregTech with Industrial Upgrade crash game with mixin error.

latest.log

Steps to Reproduce

  1. Install GregTech 1.20.1 7.20
  2. Install Industrial Upgrades and its dependencies.
  3. Have crash

Additional Information

Industrial Upgrade and GregTech are trying to mixin the same method: https://github.com/ZelGimi/industrialupgrade/blob/1-20-1-dev/src/main/java/com/denfop/mixin/MixinInventory.java

https://github.com/GregTechCEu/GregTech-Modern/blob/1.20.1/src/main/java/com/gregtechceu/gtceu/core/mixins/InventoryMixin.java

which crashes.