{
  "individual_event_sounds": {
    "events": {
      "block.beehive.enter": {
        "sound": "block.beehive.enter",
        "volume": 0.75,
        "pitch": [ 0.7, 0.8 ]
      },
      "block.beehive.exit": {
        "sound": "block.beehive.exit",
        "volume": 0.75,
        "pitch": [0.9, 1.1]
      },
      "block.beehive.shear": {
        "sound": "block.beehive.shear",
        "volume": 0.8,
        "pitch": [0.8, 1.0]
      },
      "block.beehive.work": {
        "sound": "block.beehive.work",
        "volume": 0.6,
        "pitch": 1.0
      },
      "block.beehive.drip": {
        "sound": "block.beehive.drip",
        "volume": 0.3,
        "pitch": [0.7, 0.9]
      }
    }
  },
  "entity_sounds": {
    "defaults": {
      "volume": 1.0,
      "pitch": [ 0.8, 1.2 ],
      "events": {
        "fall.big": {"sound": "damage.fallbig", "volume": 0.75, "pitch": 1.0},
        "fall.small": {"sound": "damage.fallsmall","volume": 0.75, "pitch": 1.0},
        "splash": {"sound": "random.splash","pitch": [ 0.6, 1.4 ]},
        "swim": {"sound": "random.swim","pitch": [ 0.6, 1.4 ]},
        "fizz": {"sound": "random.fizz","volume": 0.7,"pitch": [ 1.2, 2.0 ]},
        "drink": {"sound": "random.drink","volume": 0.35,"pitch": [ 0.9, 1.1 ]},
        "drink.honey": {"sound": "random.drink_honey", "volume": 0.5, "pitch": [ 0.9, 1.0 ]},
        "eat": {"sound": "random.eat","volume": [ 0.5, 1.1 ],"pitch": [ 0.8, 1.2 ]},
        "ambient": "",
        "flop":  "",
        "hurt": "game.player.hurt",
        "death": "game.player.die",
        "ambient.in.water": "",
        "hurt.in.water": "",
        "death.in.water": "",
        "ambient.in.raid": "",
        "celebrate":  ""
      }
    },
    "entities": {
      "bee": {
        "volume": 0.6,
        "pitch": 1.0,
        "events": {
          "hurt": {
            "sound": "mob.bee.hurt",
            "volume": 0.6,
            "pitch": [ 0.9, 1.1 ]
          },
          "death": {
            "sound": "mob.bee.death",
            "volume": 0.6,
            "pitch": [ 0.9, 1.1 ]
          },
          "attack": {
            "sound": "mob.bee.sting",
            "pitch": [ 0.8, 1.0 ]
          },
          "ambient.pollinate": {
            "sound": "mob.bee.pollinate",
            "volume": 0.85
          }
        }
      }
    }
  }
}
