Hm, I have no idea
I have no idea which program you use, but in the console, try
grep -r "\${mod_id}" src/main/resources
to find the usages of this key
Even though I defined this in my gradle.properties, it still gives me the same error, even when I change it in my mods.toml, where:
Exception in thread "main" java.lang.reflect.InvocationTargetException
...
Caused by: com.electronwill.nightconfig.core.io.ParsingException: Invalid bare key: '${mod_id}'
And my mods.toml worked fine before that
Recommended Posts