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!
I would like to report a compatibility issue between Universal tweaks and Celeritas.
Universal tweaks attempts to modify the
utSetupTerrainmethod in theRenderGlobalclass, 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!