Hybrid Aquatic incompatible with geckolib
Closed this issue ยท 1 comments
Root Cause: Mod Compatibility Issue
The crash is caused by an incompatible class change error between:
Hybrid Aquatic 1.5.1 (the problematic mod)
GeckoLib 4.8.2 (the animation library)
The specific error:
What's Happening:
Hybrid Aquatic is trying to override a method (handleAnimations) in GeckoLib's GeoModel class, but that method has been marked as final in the newer version of GeckoLib, meaning it cannot be overridden.
class dev.hybridlabs.aquatic.client.model.block.entity.MessageInABottleBlockEntityModel
overrides final method software.bernie.geckolib.model.GeoModel.handleAnimations