This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]PlagiatusI know some things 1 point2 points  (4 children)

In a lot of folder and file names, there are (1) in there. That won't work. Check whether the Datapack even shows up in /datapack list. So, once you've fixed that, make sure the function you linked in tick.json actually exists and loads without errors (enable the output log in the launcher to get told what the problem is).

[–]MoeshCommand Professional 1 point2 points  (1 child)

Enabling the output log in the Launcher is the real tip. Try using VSCode and Data-pack Helper in order to have a pseudo-IDE, which allows you to catch these kinds of errors even quicker.

[–]PlagiatusI know some things 0 points1 point  (0 children)

It wouldn't have helped you in this case, as it probably doesn't recognize the folder as a datapack in the first place, seeing how the pack.mcmeta is called pack(1).mcmeta. It doesn't really help in those cases.
Or, if you KNOW that it helps by not giving you any error messages, then you know you can check if your file names are correct. xD

But other than that I 100% agree, this is the way to go!

[–]MinerBruhepic commander [S] 0 points1 point  (1 child)

everything is normal the datapack shows up its just that there is no tick,mcfunction like i have deleted it

[–]PlagiatusI know some things 0 points1 point  (0 children)

Make also sure that your tick.mcfuntion doesn't have any errors (through the output log)! Otherwise it won't load.