Traverse-Joe / Baubley-Heart-Canisters

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

Fix Server Crash, Cleanup #52

Closed oitsjustjose closed 2 years ago

oitsjustjose commented 2 years ago

Fixes server compilation failure in ClientBaubleyHeartCanisters.java, because Dist.CLIENT is not known to the server so this static subscriber class fails on servers. Fixed by making it less static and instantiating it + registering it with MinecraftForge.EVENT_BUS.register(new ClientBaubleyHeartCanisters());

Fix the server canister bug with my changes in HealthModifier.java.

Cleaned up some code (imports, mostly) and fixed your required Forge version being really old.