{
	"format_version": "1.8.0",
	"minecraft:client_entity": {
		"description": {
			"identifier": "minecraft:frog",
			"materials": { "default": "frog" },
			"textures": {
				"temperate": "textures/entity/frog/temperate_frog",
				"cold": "textures/entity/frog/cold_frog",
				"warm": "textures/entity/frog/warm_frog"
			},
			"geometry": {
				"default": "geometry.frog"
			},
			"spawn_egg": {
        		"texture": "spawn_egg_frog"
			},
			"scripts": {
				"pre_animation": [
					"variable.moving = query.ground_speed > 0 || query.vertical_speed > 0;"
				]
			},
			"animations": {
				"croak": "animation.frog.croak",
				"jump": "animation.frog.jump",
				"tongue": "animation.frog.tongue",
				"walk": "animation.frog.walk",
				"swim": "animation.frog.swim",
				"idle_water": "animation.frog.idle.water",
				"look_at_target": "animation.common.look_at_target"
			},
			"animation_controllers": [
				{ "general": "controller.animation.frog.general" },
				{ "croaking": "controller.animation.frog.croaking" },
				{ "eat_mob": "controller.animation.frog.eat_mob" }
			],
			"render_controllers": [ "controller.render.frog" ]
		}
	}
}
