[1.14+] Functions are only searched for in the root scripts folder
NielsPilgaard opened this issue ยท 2 comments
I spoke to kindlich on the Discord about this issue, I'm posting it here as a reminder :)
Placing functions in .zs files in minecraftfolder/scripts/functions/utility.zs
is throwing java.lang.NoClassDefFoundError: scripts/utility
The same happens for other folders that are not the root scripts folder.
CraftTweaker.log
Script contents in Gist
Versions
- CraftTweaker-1.15.2-6.0.0.6
Seems to be fixed in both 1.14 and 1.15 branches. False positive, the issue still exists.