sounds.json example { "mob.zombie.say": { "category": "hostile", "replace": true, "sounds": [ { "name": "random.burp", "type": "event", "weight": 6 }, "mob/zombie/say1", sounds.json example How to dowload it? sounds.json example "mob/zombie/say2", "mob/zombie/say3", "mob/zombie/say4", "mob/zombie/say5", "mob/zombie/say6", "mob/zombie/say7", "mob/zombie/say8" ] }, "mob.zombie.hurt": { sounds.json example How to use it? sounds.json example "category": "hostile", "replace": true, "sounds": [ { "name": "random.burp", "type": "event", "weight": 6 }, "mob/zombie/hurt1", "mob/zombie/hurt2", sounds.json example How to dowload it? sounds.json example "mob/zombie/hurt3", "mob/zombie/hurt4", "mob/zombie/hurt5", "mob/zombie/hurt6", "mob/zombie/hurt7", "mob/zombie/hurt8", "mob/zombie/hurt9", "mob/zombie/hurt10" ] }, sounds.json example How to get it for free? sounds.json example "mob.zombie.death": { "category": "hostile", "replace": true, "sounds": [ { "name": "random.burp2", "type": "event", "weight": 4 }, "mob/zombie/death1", sounds.json example How to use it? sounds.json example "mob/zombie/death2", "mob/zombie/death3", "mob/zombie/death4" ] }, "game.tnt.primed": { "category": "block", "replace": true, "sounds": [ { sounds.json example How to get it for free? sounds.json example "name": "custom/fuse2", "pitch": 1 } ] }, "creeper.primed": { "category": "hostile", "replace": true, "sounds": [ { sounds.json example How to dowload it? sounds.json example "name": "custom/fuse2", "pitch": 2 } ] }, "random.burp": { "category": "player", "replace": true, "sounds": [ "custom/belch1", sounds.json example How to get it? sounds.json example "custom/belch3" ] }, "random.burp2": { "category": "neutral", "replace": true, "sounds": [ "custom/belch4", "custom/belch2" ] sounds.json example How to get it? sounds.json example }, "mob.ghast.scream": { "category": "hostile", "replace": true, "sounds": [ "mob/ghast/scream1" ] }, "random.explode": { "category": "block", sounds.json example How to get it for free? sounds.json example "replace": true, "sounds": [ "random/explode1", "random/explode2", "random/explode4" ] } } sounds.json example