{
    "format_version": "1.20.0",
    "minecraft:item": {
        "description": {
            "identifier": "item:auto_wood_axe",
            "category": "Equipment"
        },
        "components": {
            "minecraft:icon": {
                "texture": "auto_wood_axe"
            },
            "minecraft:max_stack_size": 1,
            "minecraft:weapon": {},
            "minecraft:damage": 3,
            "minecraft:durability": {
                "max_durability": 59
            },
            "tag:minecraft:is_axe": {},
            "minecraft:foil": true,
            "minecraft:display_name": {
                "value": "§l§d自動化§r木の斧"
            },
            "minecraft:creative_category": {
                "parent": "itemGroup.name.axe"
            },
            "minecraft:digger": {
                "use_efficiency": true,
                "destroy_speeds": [
                    {
                        "block": {
                            "tags": "q.any_tag('wood')"
                        },
                        "speed": 1.5,
                        "on_dig": {
                            "event": "cutted",
                            "target": "self"
                        }
                    }
                ],
                "on_dig": {
                    "event": "cutted",
                    "target": "self"
                }
            }
        },
        "events": {
            "cutted": {
                "damage": {
                    "type": "durability",
                    "amount": 1,
                    "target": "self"
                }
            }
        }
    }
}