mcutils:axe
Makes this item strip logs like an axe.
Component
Options
| Name | Type | Default | Description |
|---|---|---|---|
size | number | 1 | |
sound_event | string | use.gravel | |
interactions | Interaction[] | [] |
Interaction
| Name | Type | Description |
|---|---|---|
block | string | |
converted_block | string |
Examples
Axe
json
{
"format_version": "1.21.120",
"minecraft:item": {
"description": {
"identifier": "wiki:custom_axe"
},
"components": {
"mcutils:axe": {
"size": 1,
"sound_event": "use.gravel",
"interactions": [{ "block": "log", "converted_block": "stripped_log" }]
}
}
}
}