Traverse-Joe / Baubley-Heart-Canisters

Bringing back heart canisters with baubles!
Other
8 stars 16 forks source link

[NeoForge 1.20.4-1.0.0] Server crash - Mod Loading has failed #68

Closed TigerWalts closed 7 months ago

TigerWalts commented 7 months ago

NeoForge 1.20.4-20.4.225 server crashes on server start.

https://mclo.gs/LTrcE78

-- Head --
Thread: main
Stacktrace:
    at net.neoforged.bus.EventBus.register(EventBus.java:115) ~[bus-7.2.0.jar%2370!/:?] {}
-- MOD bhc --
Details:
    Mod File: /home/minecraft/multicraft/servers/server4/mods/bhc-1.20.4-1.0.0.jar
    Failure message: Baubley Heart Canisters (bhc) has failed to load correctly
        java.lang.IllegalArgumentException: class com.traverse.bhc.client.ClientBaubleyHeartCanisters has no @SubscribeEvent methods, but register was called anyway.
        The event bus only recognizes listener methods that have the @SubscribeEvent annotation.

    Mod Version: 1.20.4-1.0.0
    Mod Issue URL: https://github.com/Traverse-Joe/Baubley-Heart-Canisters/issues
    Exception message: java.lang.IllegalArgumentException: class com.traverse.bhc.client.ClientBaubleyHeartCanisters has no @SubscribeEvent methods, but register was called anyway.
The event bus only recognizes listener methods that have the @SubscribeEvent annotation.
MSandro commented 7 months ago

I can confirm this issue, hope it will be fixed soon.