Setup
Sure, here's the translated version of the instructions:
Initializing Your Data Pack
To set up your data pack, follow these steps:
Create Directories:
Create the following directories:
data\minecraft\tags\blocks\ data\minecraft\tags\blocks\mineable data\fabric\tags\blocks
Create Files:
Create the following files with the specified content:
Create
enderman_holdable.json
underdata\minecraft\tags\blocks\
and set its content as:{ "replace": false, "values": [ ] }
Create
needs_diamond_tool.json
underdata\minecraft\tags\blocks\
with the same content as above.Create
needs_gold_tool.json
underdata\minecraft\tags\blocks\
with the same content as above.Create
needs_iron_tool.json
underdata\minecraft\tags\blocks\
with the same content as above.Create
mineable\axe.json
underdata\minecraft\tags\blocks\
with the same content as above.Create
mineable\pickaxe.json
underdata\minecraft\tags\blocks\
with the same content as above.Create
mineable\shovel.json
underdata\minecraft\tags\blocks\
with the same content as above.Create
mineable\hoe.json
underdata\minecraft\tags\blocks\
with the same content as above.Create
mineable\sword.json
underdata\minecraft\tags\blocks\
with the same content as above.Create
needs_tool_level_4.json
underdata\fabric\tags\blocks\
with the same content as above.
Now your data pack is initialized with the necessary directories and files. Make sure to adjust the file paths as needed to match your data pack's structure.
Last updated