Create a complete Minecraft Java Edition 1.21.6 vanilla datapack.
Name: Grimórdios
Namespace: grimordios
Pack format: 80.
Create this command:
/function grimordios:give_all
When executed, it must give the player one written book named "Tomo do Abismo".
The book must have:
- custom_name: Tomo do Abismo
- custom_data identifying it as grimordios tome_abismo
- one page saying: "Grimório mágico do Abismo."
Use the correct 1.21.6 item component syntax.
Generate the COMPLETE datapack folder with:
pack.mcmeta
data/minecraft/tags/function/load.json
data/grimordios/function/load.mcfunction
data/grimordios/function/give_all.mcfunction
Do not explain the code. Generate the actual datapack project.