Files
bworld/mods/bworld/blocks/dirt.json
T

19 lines
284 B
JSON

{
"format_version": 1,
"block": {
"id": "bworld:dirt",
"textures": "bworld:dirt",
"mining": {
"toughness": 2,
"tool": "shovel"
},
"drops": "bworld:dirt",
"components": {
"bworld:hoeable": {
"tool": "bworld:hoe",
"into": "bworld:hoed_dirt"
}
}
}
}