[BUG] Respawn Obelisks Crashes on Startup With IguanaTweaks Reborn Installed.
CraftyZombie opened this issue ยท 7 comments
Describe the bug
The game crashes on startup when IguanaTweaks Reborn is installed with Respawn Obelisks.
To Reproduce
Steps to reproduce the behavior:
- Start up the game.
Expected behavior
The game should load as normal.
Versions
IguanaTweaks Reborn: 3.0.4-mc1.20.1
InsaneLib: 1.12.1
Architectury 9.1.12
MaxHealthFix 12.0.2
Resourceful Config 2.1.2
Respawn Obelisks 2.4-c
Forge Version: 47.2.19
Minecraft Version: 1.20.1
Additional notes
latest.log and debug.log: (https://gist.github.com/CraftyZombie/eb10f481233ffe10e9646d861e5362c9)
(No crash report is generated.)
For reference, I also made this post on the IguanaTweaks Reborn Github.
These appears to be caused by the way IguanaTweaks Reborn includes EvalEx, a dependency both RespawnObelisks(technically Nucleus, which is the main embedded library of RespawnObelisks) and ITR use. (ITR uses the gradle shadow plugin to include it, instead of the intended forge native system: Jar-in-jar)
Technically, this will be fixed if I update to a newer version of Nucleus, since it no longer depends on EvalEx, but ehhh
Nah, it's really easy, I'm doing it right now- should be fixed in 2.4-d(should be published to CF and Modrinth in a few hours), although I still do recommend the author of ITR fixes this on their end to maintain compat with any other mods that use EvalEx.