Goblin Traders (Fabric)

Goblin Traders (Fabric)

7M Downloads

mixins.json file needs a unique name

Fourmisain opened this issue ยท 1 comments

commented

I just learned this, modid.mixins.json (and probably also modid.accesswidener) needs to have an unique name.
If two mods have the same mixin config name, Fabric Loader 0.12 will throw a RuntimeException:

Non-unique mixin config name

While this doesn't happen with Fabric Loader 0.11, it looks like other mixin configs with the same name would actually be silently ignored, which is pretty terrifying!

commented

Being pushed out next patch. Thanks for the heads-up