The server was running fine as a regular forge server. Once I added SpongeForge, it seems to hard crash with several mixin errors. Not sure what more I can provide but I linked the logs. Please let me know what more I can do to help solve the issue. Link to logs https://gist.git...
If you are using Mixin in aMinecraft Forgeproject then theMixinGradleplugin can be used to simplify the configuration of the Mixin Annotation Processor. It provides a simple syntax for configuring the Mixin AP for your project, see theMixinGradle READMEfor how to configure MixinGradle. ...
Original function in AbstractHorse.class: public double getHorseJumpStrength() { return this.getAttribute(JUMP_STRENGTH).getAttributeValue(); } My Mixin class: @Mixin(AbstractHorse.class) public abstract class MixinAbstractHorse extends ...
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_906_StructureGenerator_onChunkGeneration_ReplaceBiomeBlocks.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java...
Issue reportd by @Zidane: Using Mixin 0.4.5-SNAPSHOT with FML in 1.7.10 Using external jar container Using mixin config defined by jar manifest Using ForceLoadAsMod and FMLCorePluginContainsFMLMod manifest directives No exceptions logged...
If you are using Mixin in aMinecraft Forgeproject then theMixinGradleplugin can be used to simplify the configuration of the Mixin Annotation Processor. It provides a simple syntax for configuring the Mixin AP for your project, see theMixinGradle READMEfor how to configure MixinGradle. ...