Invalid "NOmixins" entry in mod json
Fourmisain opened this issue ยท 1 comments
This entry:
AntiGhost/src/main/resources/fabric.mod.json
Lines 16 to 18 in a911257
causes a warning:
[21:09:19] [ForkJoinPool-1-worker-23/WARN]: The mod "antighost" contains invalid entries in its mod json:
- Unsupported root entry "NOmixins" at line 20 column 13
The entry can simply be removed as it's not functional either way.
The file mixins.antighost.json
can be removed as well (it points to a non-existing refmap, so it doesn't look like it was ever used in any way).