Examples Are Crashing?
Correlander opened this issue ยท 3 comments
Version: customadvancements-1.19.2-5.7.3.jar
crash-2023-09-19_09.03.34-fml.txt
Crashlog uploaded above
This was working before, so I really am not sure what changed, but now on launch I get this problem. Even example advancements are erroring.
It is saying there is an unacceptable character in the path to the example folder, even though there isn't...?
No problem, I've now added a short section to the wiki on how a resource location must look like.
Hi thanks for reaching out, the problem is that your resource location uses an uppercase character customadvancements:Example/back_to_the_roots.json
.
Unfortunately resource locations can only have lowercase characters.
Therefore you have to replace the uppercase E with a lowercase e.
In a previous version of the mod, the resource locations were created differently automatically converting all characters to lowercase. The new version does not do this anymore as changing the characters inside the code can cause some issues.
Hope this helps.