{
	"format_version": "1.10.0",
	"minecraft:attachable": {
		"description": {
			"identifier": "poke:baguette",
			"render_controllers": ["controller.render.item_default"],
			"materials": {
				"default": "entity_alphatest",
				"enchanted": "entity_alphatest_glint"
			},
			"textures": {
				"default": "textures/item/food/poke_baguette",
				"enchanted": "textures/misc/enchanted_item_glint"
			},
            "geometry": {
				"default": "geometry.item"
			},
			"animations": {
				"first_person_hold": "animation.poke.32.first_person_hold",
				"third_person_hold": "animation.poke.32.third_person_hold"
			},
			"scripts": {
				"animate": [
					{
						"first_person_hold": "c.is_first_person"
					},
					{
						"third_person_hold": "!c.is_first_person"
					}
				]
			}
		}
	}
}