{
	"format_version": "1.10.0",
	"minecraft:attachable": {
		"description": {
			"identifier": "l4gg:shotgun_empty",
			"render_controllers": ["controller.render.item_default"],
			"materials": {
				"default": "entity_alphatest",
				"enchanted": "entity_alphatest_glint"
			},
			"textures": {
				"default": "textures/entity/attachable/shotgun",
				"enchanted": "textures/misc/enchanted_item_glint"
			},
			"geometry": {
				"default": "geometry.shotgun"
			},
			"animations": {
				"first_person_hold": "animation.shotgun.first_person_hold",
				"third_person_hold": "animation.shotgun.third_person_hold"
			},
			"scripts": {
				"animate": [
					{
						"first_person_hold": "c.is_first_person"
					},
					{
						"third_person_hold": "!c.is_first_person"
					}
				]
			}
		}
	}
}