{
  "format_version": "1.8.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:mooshroom",
      "min_engine_version": "1.8.0",
      "materials": { "default": "mooshroom" },
      "textures": {
        "default": "textures/entity/cow/mooshroom_v2",
        "brown": "textures/entity/cow/brown_mooshroom_v2",
        "baby_default": "textures/entity/cow/mooshroom_red_baby",
        "baby_brown": "textures/entity/cow/mooshroom_brown_baby"
      },
      "geometry": {
        "default": "geometry.mooshroom.v2",
        "baby": "geometry.cow.baby"
      },
      "animations": {
        "setup": "animation.mooshroom.setup",
        "walk": "animation.quadruped.walk",
        "look_at_target": "animation.common.look_at_target"
      },
      "animation_controllers": [
        { "setup": "controller.animation.mooshroom.setup" },
        { "move": "controller.animation.mooshroom.move" }
      ],
      "render_controllers": ["controller.render.mooshroom.v2"],
      "scripts": {
        "scale": "query.is_baby ? 2.0 : 1.0"
      },
      "spawn_egg": {
        "texture": "spawn_egg_mooshroom"
      }
    }
  }
}
