thedead2 / customadvancements

A minecraft mod that gives players creative freedom about advancements
GNU General Public License v3.0
0 stars 1 forks source link

Examples Are Crashing? #7

Closed Correlander closed 1 year ago

Correlander commented 1 year ago

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...?

thedead2 commented 1 year ago

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.

Correlander commented 1 year ago

Ah okay. Thank you for the prompt reply.

thedead2 commented 1 year ago

No problem, I've now added a short section to the wiki on how a resource location must look like.