Skip to content

Suggestion: improve compatibility with Celeritas #911

Description

@adsfjjgasg

I would like to report a compatibility issue between Universal tweaks and Celeritas.

Universal tweaks attempts to modify the utSetupTerrain method in the RenderGlobal class, but Celeritas has already modified the same method, causing a mixin injection conflict.

Direct crash cause:
net.minecraftforge.fml.common.LoaderException: A fatal error occurred during the state transition from SERVER_STARTING to SERVER_ABOUT_TO_START.

The server crashes during startup due to this fatal error.

Conflict evidence:
@at("INVOKE") on net/minecraft/client/renderer/RenderGlobal::utSetupTerrain ... cannot inject into ... merged by org.taumc.celeritas.mixin.core.terrain.RenderGlobalMixin

Please consider improving compatibility. Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions