Skip to content

Commit

Permalink
Fix wrong path for mining level tag files (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
its-miroma authored Oct 21, 2024
1 parent 5e09713 commit 20cfdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/blocks/first-block.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ This example adds the "Condensed Dirt" block to the `shovel` tag.

## Mining Levels {#mining-levels}

Similarly, the mining level tag can be found in the same folder, and respects the following format:
Similarly, the mining level tag can be found in the `data/minecraft/tags/block/` folder, and respects the following format:

- `needs_stone_tool.json` - A minimum level of stone tools
- `needs_iron_tool.json` - A minimum level of iron tools
Expand Down

0 comments on commit 20cfdd4

Please sign in to comment.