Armor Extended (Fabric)

Armor Extended (Fabric)

5.8k Downloads

"modid.mixins.json" left as default name causing incompatabilities

milkev opened this issue · 1 comments

commented

modid should be replaced with your modid. if two mods leave this file as the default name the game will not open.
you will also have to update your fabric.mod.json mixin entry to the new file name.

in general, your mod has a lot of modid instances that should be replaced with your actual modid, but the mixins one is the only one (that i know of) that will actually cause issues

https://github.com/dev-lukas/armor-extended-fabric/blob/1.19/src/main/resources/modid.mixins.json
image
(i will be posting the same issue for the other mod as well)
(edit: except they are mia and have no github. RIP)

commented

Thank you for brining this to my attention! I already updated some modid related stuff last time, but totally forgot the mixins. Should be now patched and an updated version is being uploaded to Curseforge.