There was an error while loading. Please reload this page.
If your Datapack provides items for a player, the following functions should be available to the player:
Datapack/ ├─ pack.mcmeta └─ data/ └─ <namespace>/ └─ function/ ├─ item/ │ └─ all/ │ └─ give.mcfunction └─ app/ └─ <...>/ └─ <module>/ └─ give.mcfunction
<namespace>:item/all/give
<namespace>:<...>/<module>/give
For example, <namespace>:app/blocks/glowing_dirt/give would give the player the items for the module glowing_dirt.
<namespace>:app/blocks/glowing_dirt/give
glowing_dirt