Hybrid Aquatic

Hybrid Aquatic

2M Downloads

[Bug] Referencing MixinExtras as your own mod's prelaunch entrypoint

Linguardium opened this issue ยท 0 comments

commented

https://github.com/hybridlabs/hybrid-aquatic/blob/4ec20a985ef60243ce908bebddcdcc99701a3760/src/main/resources/fabric.mod.json#L45C21-L45C21

Please dont do this. loader 0.15.X includes mixin extras but even before it did, calling some other random mod's classes as your own mod's prelaunch entrypoint is a recipe for disaster. At best you should have been calling the method from your own class's entrypoint rather than telling loader to create a new instantiation.