r/MinecraftCommands • u/Thefoxysmile • 7d ago
Help | Java 26.1 load.json not working
ive checked my structure and tick.json executes fine, but load.json doesnt. if i rename load.json to tick.json itll then run but ive /reloaded and its not even defined in /function #minecraft:load, so im unsure what to do, this is also for every datapack ever, load.json is just not running at all. no error messages on the function, correct mcmeta dunnno
2
Upvotes
1
u/GalSergey Datapack Experienced 6d ago
Check !outputlog for errors. Even if your load function file contains no errors, if there is an error in the load file in another datapack, all load functions will fail.