{
	"format_version": "1.10.0",
	"minecraft:client_entity": {
		"description": {
			"identifier": "poke:listener",
			"textures": {
				"default": "textures/entity/bosses/poke_listener"
			},
			"materials": {
				"default": "entity_emissive"
			},
			"geometry": {
				"default": "geometry.listener"
			},
			"render_controllers": [
				"controller.render.default"
			],
			"spawn_egg": {
				"base_color": "#4F320E",
				"overlay_color": "#3C453C"
			},
			"animations": {
				"controller": "controller.animation.listener",
				"look_at_target": "animation.common.look_at_target",
				"idle": "animation.poke.listener.idle",
				"walk": "animation.poke.listener.walk",
				"run":"animation.poke.listener.run",
				"jump":"animation.poke.listener.jump",
				"melee":"animation.poke.listener.melee",
				"hurt":"animation.poke.listener.hurt",
				"ranged":"animation.poke.listener.ranged",
				"twitch":"animation.poke.listener.twitch"
			},
			"scripts": {
				"animate": [
					"controller","look_at_target"
				]
			}
		}
	}
}