Michael
Michael
@CammiePone I believe it's because in your Mixin, you create an EntityType: https://github.com/CammiePone/Arcanus/blob/5ee45b07b5faa9d445a5c4900b1a7a3ecdf2a9a7/src/main/java/dev/cammiescorner/arcanus/core/mixin/client/ClientPlayNetworkHandlerMixin.java#L26 But Charm is trying to fetch the local EntityType variable from the same method: https://github.com/svenhjol/Charm/blob/6d32b33cb3b22b0061a65bdd1d07b7642d19cf2c/src/main/java/svenhjol/charm/mixin/event/ClientSpawnEntityMixin.java#L33 The 2...
I submitted a PR to fix this using option 2: https://github.com/CammiePone/Arcanus/pull/45
By the way, even though that PR fixes Charm and Arcanus, I found my modpack with >300 mods still breaks, so it would be better if Charm implemented option 1...
Same thing happening for me using a List. Making it an unmodifiable list doesn't work
This also breaks Rhino: https://www.curseforge.com/minecraft/mc-mods/rhino with the same issue
> Probably static linking is a solution, I haven’t tested this option, but there were a couple of successful mentions. And working with mobile devices is also something I haven’t...
Yes it's still persisting on 1.19.2, I still think Charm should look into (1) above
FYI, this is a similar that I ran into for https://github.com/python-poetry/poetry/issues/5849 with my PR https://github.com/python-poetry/poetry/pull/5850, except my error only occurs on 1.2.0b2+, not on 1.2.0b1
I just noticed, I had already submitted a PR for this same fix, except I added some extra tests for it: https://github.com/python-poetry/poetry/pull/5850
Any updates on this?