Skip to content

BigGlobe #2242

@LMaxRouterCN

Description

@LMaxRouterCN

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Compat.

    Projects

    Status
    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions