Files
bworld/mods/bworld/blocks/log.json
T
2026-09-24 23:28:01 -03:00

17 lines
251 B
JSON

{
"format_version": 1,
"block": {
"id": "bworld:log",
"textures": {
"side": "bworld:log_side",
"top": "bworld:log_top",
"bottom": "bworld:log_top"
},
"mining": {
"toughness": 3,
"tool": "axe"
},
"drops": "bworld:log"
}
}