5
Problem in building datapackadd_comment
Im racking my brains to model this datapack into something playable, Im new to this so I dont know much about Java, is there any tip? It is recognized by the game, but the functions dont appear as if they were not configured, however they are present in the code!
2
Good news, there is no java in datapacks. I explain to people that a datapack is simply a pack of data. Your pack is a folder. That folder has subfolders which contain data files. First, learn what each subfolder is for and what kind of files go into them. I'd start with the advancement subfolder and making json files for it. Then loot_table, recipe and item_modifier. After those, predicate and tag. Then function and mcfunction files which to me is where the true magic happens. There is much more even beyond all that, but this all will get you going in the right direction hopefully.
It can take a bit of messing around with. When ever something doesn't work I try to think of the simplest thing I can do. And run that as a test. Then if that works I start adding what I want. What specifically isn't working? What commands are you running and what program are you using to make your pack?
