The Sodium-Extra.mixins.json file name causes a crash because it doesn't understand the "-" in the name
Foxydapirate12 opened this issue ยท 2 comments
Make sure you are not opening a duplicate.
- I have searched the issue tracker and did not find an issue describing my crash.
Minecraft version.
1.18.2
Rubidium Extra version.
0.4.9.21
Rubidium version.
0.5.3
What happened?
The dash in the name of the Mixins file causes a crash because it's not recognised by the client as mentioned here:
18:19:02.939 Caused by: java.lang.IllegalArgumentException: The specified resource 'sodiumextra.mixins.json' was invalid or could not be read
Relevant logs
https://gist.github.com/Foxydapirate12/fa6115052326eef3f236a0775dff6cde
Additional information
It should be a simple fix, all you'd need to do is remove the dash from the file name so that it's sodiumextra.mixins.json, I'd create a Pull Request but I unfortunately don't know how to.