#packaged datapack mod template that reads overlay section of pack.mcmeta
4 messages · Page 1 of 1 (latest)
you could also use a mod like paxi that will include all the datapacks you put in its folder in every world created for that profile
Yes. You could also just make a mod that loads a regular datapack from inside of itself, but that requires code. Packaging a datapack as a mod by adding metadata files doesn't require any code and is thus easier to do