diff --git a/develop/blocks/first-block.md b/develop/blocks/first-block.md index 85d01b25..57e785cb 100644 --- a/develop/blocks/first-block.md +++ b/develop/blocks/first-block.md @@ -3,6 +3,8 @@ title: Creating Your First Block description: Learn how to create your first custom block in Minecraft. authors: - IMB11 + - xEobard_Thawne + - its-miroma --- # Creating Your First Block {#creating-your-first-block} @@ -151,6 +153,8 @@ This example adds the "Condensed Dirt" block to the `shovel` tag. @[code](@/reference/latest/src/main/resources/data/minecraft/tags/mineable/shovel.json) +If you wish for a tool to be required to mine the block, you'll want to append `.requiresTool()` to your block settings, as well as add the appropriate mining tag. + ## Mining Levels {#mining-levels} Similarly, the mining level tag can be found in the `data/minecraft/tags/block/` folder, and respects the following format: