{
  "entity_sounds": {
    "entities": {
      "pig": {
        "volume": 1.0,
        "pitch": [ 0.8, 1.2 ],
        "events": {
          "ambient": "mob.pig.say",
          "hurt": "mob.pig.say",
          "death": "mob.pig.death",
          "step": "mob.pig.step",
          "boost": "mob.pig.boost",
          "death.to.zombie": "mob.pig.death",
          "eat": "mob.pig.eat"
        },
        "variants": {
          "key": "query.is_baby ? 'baby' : query.property('minecraft:sound_variant')",
          "map": {
            "baby": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": {
                  "sound": "mob.baby_pig.ambient",
                  "volume": 0.5,
                  "pitch": 0.5
                },
                "ambient.baby": {
                  "sound": "mob.baby_pig.ambient",
                  "volume": 0.5,
                  "pitch": 0.5
                },
                "hurt": {
                  "sound": "mob.baby_pig.hurt",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "death": {
                  "sound": "mob.baby_pig.death",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "step": {
                  "sound": "mob.baby_pig.step",
                  "volume": 0.3,
                  "pitch": 0.5
                },
                "boost": {
                  "sound": "mob.pig.boost",
                  "volume": 1.0,
                  "pitch": 1
                },
                "death.to.zombie": {
                  "sound": "mob.baby_pig.death",
                  "volume": 1.0,
                  "pitch": -0.05
                },
                "eat": {
                  "sound": "mob.baby_pig.eat",
                  "volume": 1.0,
                  "pitch": 1
                }
              }
            },
            "default": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": "mob.pig.say",
                "hurt": "mob.pig.say",
                "death": {
                  "sound": "mob.pig.death",
                  "volume": 0.5,
                  "pitch": 0.9
                },
                "step": "mob.pig.step",
                "eat": "mob.pig.eat"
              }
            },
            "mini": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": "mob.mini_pig.say",
                "hurt": "mob.mini_pig.hurt",
                "death": "mob.mini_pig.death",
                "step": "mob.pig.step",
                "boost": "mob.pig.boost",
                "death.to.zombie": "mob.mini_pig.death",
                "eat": "mob.mini_pig.eat"
              }
            },
            "big": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": "mob.big_pig.say",
                "hurt": "mob.big_pig.hurt",
                "death": "mob.big_pig.death",
                "step": "mob.pig.step",
                "boost": "mob.pig.boost",
                "death.to.zombie": "mob.big_pig.death",
                "eat": "mob.big_pig.eat"
              }
            }
          }
        }
      },
      "wolf": {
        "volume": 1.0,
        "pitch": [ 0.8, 1.2 ],
        "events": {
          "ambient": "mob.wolf.bark",
          "hurt": "mob.wolf.hurt",
          "death": "mob.wolf.death",
          "shake": "mob.wolf.shake",
          "step": "mob.wolf.step",
          "growl": "mob.wolf.growl",
          "whine": "mob.wolf.whine",
          "pant": "mob.wolf.panting"
        },
        "variants": {
          "key": "query.is_baby ? 'baby' : query.property('minecraft:sound_variant')",
          "map": {
            "baby": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": {
                  "sound": "mob.baby_wolf.bark",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "ambient.baby": {
                  "sound": "mob.baby_wolf.bark",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "hurt": "mob.baby_wolf.hurt",
                "death": {
                  "sound": "mob.baby_wolf.death",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "shake": "mob.baby_wolf.shake",
                "growl": "mob.baby_wolf.growl",
                "pant": {
                  "sound": "mob.baby_wolf.panting",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "whine": "mob.baby_wolf.whine",
                "step": "mob.baby_wolf.step"
              }
            },
            "adult": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": "mob.wolf.bark",
                "hurt": "mob.wolf.hurt",
                "death": "mob.wolf.death",
                "shake": "mob.wolf.shake",
                "growl": "mob.wolf.growl",
                "pant": "mob.wolf.panting",
                "whine": "mob.wolf.whine",
                "step": "mob.wolf.step"
              }
            }
          }
        }
      },
      "cat": {
        "volume": 1.0,
        "pitch": [ 0.8, 1.2 ],
        "events": {
          "ambient.tame": "mob.cat.meow",
          "ambient": "mob.cat.straymeow",
          "hurt": "mob.cat.hit",
          "death": "mob.cat.hit",
          "purr": "mob.cat.purr",
          "purreow": "mob.cat.purreow",
          "eat": "mob.cat.eat"
        },
        "variants": {
          "key": "query.is_baby ? 'baby' : query.property('minecraft:sound_variant')",
          "map": {
            "baby": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient.tame": {
                  "sound": "mob.baby_cat.ambient",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "ambient": {
                  "sound": "mob.baby_cat.ambient",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "ambient.baby": {
                  "sound": "mob.baby_cat.ambient",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "hurt": {
                  "sound": "mob.baby_cat.hurt",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "death": {
                  "sound": "mob.baby_cat.death",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "purr": {
                  "sound": "mob.baby_cat.ambient",
                  "volume": 1.0,
                  "pitch": 0.0
                },
                "purreow": {
                  "sound": "mob.baby_cat.ambient",
                  "volume": 1.0,
                  "pitch": 0.0
                },
                "eat": {
                  "sound": "mob.baby_cat.eat",
                  "volume": 1.0,
                  "pitch": 0.0
                }
              }
            },
            "default": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": {
                  "sound": "mob.cat.straymeow",
                  "volume": 1.0
                },
                "ambient.tame": {
                  "sound": "mob.cat.meow",
                  "volume": 1.0
                },
                "hurt": {
                  "sound": "mob.cat.hit",
                  "volume": 0.45
                },
                "death": {
                  "sound": "mob.cat.hit",
                  "volume": 0.5,
                  "pitch": 0.9
                },
                "eat": "mob.cat.eat"
              }
            },
            "royal": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": {
                  "sound": "mob.royal_cat.ambient",
                  "volume": 0.7
                },
                "ambient.tame": {
                  "sound": "mob.royal_cat.ambient",
                  "volume": 0.7
                },
                "purr": {
                  "sound": "mob.royal_cat.purr",
                  "volume": 0.7
                },
                "purreow": {
                  "sound": "mob.royal_cat.purreow",
                  "volume": 0.7
                },
                "hurt": "mob.royal_cat.hurt",
                "death": "mob.royal_cat.death",
                "eat": "mob.cat.eat"
              }
            }
          }
        }
      },
      "horse": {
        "volume": 0.8,
        "pitch": [ 0.8, 1.2 ],
        "events": {
          "ambient": "mob.horse.idle",
          "death": "mob.horse.death",
          "hurt": "mob.horse.hit",
          "mad": "mob.horse.angry",
          "saddle": "mob.horse.leather",
          "armor": "mob.horse.armor",
          "add.chest": "mob.horse.armor",
          "breathe": "mob.horse.breathe",
          "jump": "mob.horse.jump",
          "land": "mob.horse.land",
          "eat": "mob.horse.eat"
        },
        "variants": {
          "key": "query.is_baby ? 'baby' : 'adult'",
          "map": {
            "baby": {
              "pitch": 1.0,
              "volume": 0.0,
              "events": {
                "ambient": {
                  "sound": "mob.baby_horse.ambient",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "ambient.baby": {
                  "sound": "mob.baby_horse.ambient",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "angry": {
                  "sound": "mob.baby_horse.angry",
                  "volume": 1.0,
                  "pitch": 0.0
                },
                "hurt": {
                  "sound": "mob.baby_horse.hurt",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "death": {
                  "sound": "mob.baby_horse.death",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "eat": {
                  "sound": "mob.baby_horse.eat",
                  "volume": 1.0,
                  "pitch": 0.0
                },
                "breathe": {
                  "sound": "mob.baby_horse.breathe",
                  "volume": 1.0,
                  "pitch": 0.0
                },
                "land": {
                  "sound": "mob.baby_horse.land",
                  "volume": 1.0,
                  "pitch": 0.0
                }
              }
            },
            "adult": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": {
                  "sound": "mob.horse.idle",
                  "volume": 1.0
                },
                "hurt": {
                  "sound": "mob.horse.hit",
                  "volume": 0.45
                },
                "death": {
                  "sound": "mob.horse.death",
                  "volume": 0.5,
                  "pitch": 0.9
                },
                "eat": {
                  "sound": "mob.horse.eat",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "saddle": {
                  "sound": "mob.horse.leather",
                  "volume": 0.6,
                  "pitch": 1.0
                },
                "armor": {
                  "sound": "mob.horse.armor",
                  "volume": 0.6,
                  "pitch": 1.0
                },
                "add.chest": {
                  "sound": "mob.horse.armor",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "breathe": {
                  "sound": "mob.horse.breathe",
                  "volume": 1.0,
                  "pitch": 1.0
                },
                "jump": {
                  "sound": "mob.horse.jump",
                  "volume": 0.4,
                  "pitch": 1.0
                },
                "land": {
                  "sound": "mob.horse.land",
                  "volume": 0.4,
                  "pitch": 1.0
                }
              }
            }
          }
        }
      },
      "chicken": {
        "volume": 1.0,
        "pitch": [ 0.8, 1.2 ],
        "events": {
          "ambient": "mob.chicken.say",
          "hurt": "mob.chicken.hurt",
          "death": "mob.chicken.hurt",
          "step": {
            "sound": "mob.chicken.step",
            "volume": 0.25,
            "pitch": 1.0
          },
          "plop": "mob.chicken.plop"
        },
        "variants": {
          "key": "query.is_baby ? 'baby' : query.property('minecraft:sound_variant')",
          "map": {
            "baby": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": {
                  "sound": "mob.baby_chicken.ambient",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "ambient.baby": {
                  "sound": "mob.baby_chicken.ambient",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "hurt": {
                  "sound": "mob.baby_chicken.hurt",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "death": {
                  "sound": "mob.baby_chicken.death",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "step": {
                  "sound": "mob.baby_chicken.step",
                  "volume": 1.0,
                  "pitch": 0.5
                }
              }
            },
            "default": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": {
                  "sound": "mob.chicken.say",
                  "volume": 0.8
                },
                "hurt": {
                  "sound": "mob.chicken.hurt"
                },
                "death": {
                  "sound": "mob.chicken.hurt",
                  "volume": 0.5,
                  "pitch": 0.9
                },
                "step": {
                  "sound": "mob.chicken.step",
                  "volume": 0.1,
                  "pitch": 1.0
                },
                "plop": "mob.chicken.plop"
              }
            },
            "picky": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "ambient": "mob.picky_chicken.say",
                "hurt": "mob.picky_chicken.hurt",
                "death": "mob.picky_chicken.death",
                "step": "mob.chicken.step",
                "plop": "mob.chicken.plop"
              }
            }
          }
        }
      }
    }
  }
}
