Setup

Sure, here's the translated version of the instructions:

Initializing Your Data Pack

To set up your data pack, follow these steps:

  1. Create Directories:

    Create the following directories:

    data\minecraft\tags\blocks\
    data\minecraft\tags\blocks\mineable
    data\fabric\tags\blocks
  2. Create Files:

    Create the following files with the specified content:

    • Create enderman_holdable.json under data\minecraft\tags\blocks\ and set its content as:

      {
        "replace": false,
        "values": [
      
        ]
      }
    • Create needs_diamond_tool.json under data\minecraft\tags\blocks\ with the same content as above.

    • Create needs_gold_tool.json under data\minecraft\tags\blocks\ with the same content as above.

    • Create needs_iron_tool.json under data\minecraft\tags\blocks\ with the same content as above.

    • Create mineable\axe.json under data\minecraft\tags\blocks\ with the same content as above.

    • Create mineable\pickaxe.json under data\minecraft\tags\blocks\ with the same content as above.

    • Create mineable\shovel.json under data\minecraft\tags\blocks\ with the same content as above.

    • Create mineable\hoe.json under data\minecraft\tags\blocks\ with the same content as above.

    • Create mineable\sword.json under data\minecraft\tags\blocks\ with the same content as above.

    • Create needs_tool_level_4.json under data\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