Mod Name
BigGlobe
Mod Homepage
https://github.com/Builderb0y/BigGlobe
Minecraft version
1.21.1
Describe the bug
start crash
Steps to reproduce
start crash
Logs
https://gist.github.com/LMaxRouterCN/31e01b81fd4dc57774d82fbee0e53580
Additional context
The crash is caused by a compatibility issue between the Fabric mod Big Globe and the Sinytra Connector translation layer on NeoForge. The Big Globe mod uses a Mixin to modify the game logic that determines if river water freezes, which involves an instanceof check that naturally returns a boolean value. However, the Sinytra Connector incorrectly translates this method redirection. It expects a method signature that takes and returns a Block object instead of the required boolean type. This signature mismatch throws an InvalidInjectionException during the Mixin application phase, causing the game to crash during the bootstrap process.
Mod Name
BigGlobe
Mod Homepage
https://github.com/Builderb0y/BigGlobe
Minecraft version
1.21.1
Describe the bug
start crash
Steps to reproduce
start crash
Logs
https://gist.github.com/LMaxRouterCN/31e01b81fd4dc57774d82fbee0e53580
Additional context
The crash is caused by a compatibility issue between the Fabric mod Big Globe and the Sinytra Connector translation layer on NeoForge. The Big Globe mod uses a Mixin to modify the game logic that determines if river water freezes, which involves an instanceof check that naturally returns a boolean value. However, the Sinytra Connector incorrectly translates this method redirection. It expects a method signature that takes and returns a Block object instead of the required boolean type. This signature mismatch throws an InvalidInjectionException during the Mixin application phase, causing the game to crash during the bootstrap process.