@@ -32,6 +32,9 @@ MUSHROOM_BLOCK and NOTE_BLOCK are considered as "solid" blocks, these blocks nee
| Textures | Paths of the textures that the block will use | |
| Variants | Possible variants of the block (having different rotations) | |
| Drops | What the block will drop. Defaults to itself | |
| Hardness | Works exactly like vanilla hardness, with base breaking speed equal to hardness * 1.5 seconds | |
| Tools | A list of tools that function on this block, and a speed multiplier for the tool. These tools will also benefit from efficiency, haste, etc when used on the block. Can be a Mythic item | |
| RequireToolForDrops | Whether the block requires a configured tool for it to drop anything. Defaults to true if any tools are defined | |
```yaml
Type:BLOCK
...
...
@@ -40,6 +43,26 @@ MUSHROOM_BLOCK and NOTE_BLOCK are considered as "solid" blocks, these blocks nee