Attempting to start the server involves a mixin failure that seems to implicate the MinecraftServerMixin. I am running this server in an environment with the Sinytra Connector mod which allows Fabric mods to run on Forge (there are no actual Fabric mods running server-side, they're only there because the client uses them for Continuity and Fabric Skyboxes, which have no Forge equivalents as far as I know). I don't know if Connector has anything to do with this but I certainly wouldn't rule it out.
It seems to indicate that the onServerCrash() method does not exist, and thus cannot inject anything.
This issue is not present in 4.x versions of CraftedCore.
Mod loader
Forge
Minecraft version
1.20.1
CraftedCore version
5.1
Modloader version
47.3.5
The latest.log file
latest.log
Issue description
Attempting to start the server involves a mixin failure that seems to implicate the MinecraftServerMixin. I am running this server in an environment with the Sinytra Connector mod which allows Fabric mods to run on Forge (there are no actual Fabric mods running server-side, they're only there because the client uses them for Continuity and Fabric Skyboxes, which have no Forge equivalents as far as I know). I don't know if Connector has anything to do with this but I certainly wouldn't rule it out.
It seems to indicate that the onServerCrash() method does not exist, and thus cannot inject anything.
This issue is not present in 4.x versions of CraftedCore.
Steps to reproduce
Possibly need Connector installed to produce issue, may have to report this to https://github.com/Sinytra/Connector/issues.
Other
Connector