Warning
This repo is outdated and does not follow the newest modrinth release 1.1.0 for 26.2.
Shared code for my datapacks
my_datapack/
├── pack.mcmeta
└── data/
├── minecraft/
│ └── tags/
│ └── functions/
│ ├── load.json
│ └── tick.json
│
└── my_namespace/
├── function/
│ ├── load.mcfunction
│ ├── tick.mcfunction
│ └── example.mcfunction
│
├── advancement/
├── loot_table/
├── recipe/
├── predicate/
├── item_modifier/
└── tags/