-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v3.9.7+fabric-1.20.5] fabric.mod.json - Unsupported root entry "" warnings #117
Comments
Basically, my mods, like many other mods, have a bunch of Now, in order for mixins and embedded jar file to work, they have to be explicitly mentioned in I eventually did it by doing this in the {
"mixins": ${project.ext.fmj_mixins},
"jars": ${project.ext.fmj_jars}
} Now this would have worked fine if everything went well, but uh oh, this is where I ran into a compiler issue. For some weird and completely stupid reason, the compiler validates the json file BEFORE handling the template literals (template literals are the Because of this, I was forced to do a work-around, where I placed template literals inside of a JSON string, and the template literals would then use a clever mechanism where they "break out of" the string by surrounding themselves with the Now here's the workaround I did; Instead of Now, will I be fixing this by reverting away from automation? Edit: typo fixes |
What happened?
Fabric loader itself complaining about unsupported entires in
betterstats
'sfabric.mod.json
file.See the logs for more info.
Steps to reproduce
Simply launch the game and check the logs.
Relevant log output or crash report
Other installed mods
N/A
Code of Conduct
The text was updated successfully, but these errors were encountered: