{
	"format_version": "1.10.0",
	"minecraft:attachable": {
		"description": {
			"identifier": "l4gg:shotgun",
			"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"
			},
			"particle_effects": {
			    "muzzle": "adn:muzzle"
			},
			"animations": {
			    "first_person": "controller.animation.gun.first.person",
				"first_person_hold": "animation.shotgun.first_person_hold",
				"first_person_fire": "animation.shotgun.first_person.fire",
				"third_person_hold": "animation.shotgun.third_person_hold"
			},
			"scripts": {
				"animate": [
					{
						"first_person": "c.is_first_person"
					},
					{
						"third_person_hold": "!c.is_first_person"
					}
				]
			}
		}
	}
}