{
    "format_version": "1.10.0",
    "minecraft:attachable": {
        "description": {
            "identifier": "minecraft:iron_spear",
            "materials": {
                "default": "entity_alphatest",
                "enchanted": "entity_alphatest_glint"
            },
            "textures": {
                "default": "textures/entity/spear/iron_spear",
                "enchanted": "textures/misc/enchanted_item_glint"
            },
            "geometry": {
                "default": "geometry.spear"
            },
            "scripts": {
                "animate": [
                    "held_controller",
                    "hit_controller"
                ]
            },
            "animations": {
                "held_first_person": "animation.spear.held_first_person",
                "held_third_person": "animation.spear.held_third_person",
                "held_controller": "controller.animation.spear.held",
                "hit": "animation.spear.hit",
                "hit_controller": "controller.animation.spear.hit"
            },
            "sound_effects": {
                "hit": "item.spear.hit"
            },
            "render_controllers": [ "controller.render.item_default" ]
        }
    }
}
