Embeddium (Rubidium) Extra

Embeddium (Rubidium) Extra

15M Downloads

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

commented

Make sure you are not opening a duplicate.

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.

commented

Ok, I've just created a pull request which should address the issue

commented

Can confirm having the same issue. (same version)