diff --git a/assets/resource_pack/sounds.json b/assets/resource_pack/sounds.json new file mode 100644 index 0000000..f5fb2aa --- /dev/null +++ b/assets/resource_pack/sounds.json @@ -0,0 +1,195 @@ +{ + "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.5, + "pitch" : [ 0.9, 1.0 ] + }, + "eat" : { + "sound" : "random.eat", + "volume" : [ 0.5, 1.5 ], + "pitch" : [ 0.8, 1.2 ] + }, + "ambient" : "", + "flop" : "", + "hurt" : "game.player.hurt", + "death" : "game.player.die", + "ambient.in.water" : "", + "hurt.in.water" : "", + "death.in.water" : "" + } + }, + "entities" : { + "drowned" : { + "volume" : 1.0, + "pitch" : [ 1.8, 2, 2.2 ], + "events" : { + "ambient" : "mob.wanderingtrader.idle", + "hurt" : "mob.wanderingtrader.hurt", + "death" : "mob.wanderingtrader.death", + "ambient.in.water" : "mob.wanderingtrader.idle", + "hurt.in.water" : "mob.wanderingtrader.hurt", + "death.in.water" : "mob.wanderingtrader.death", + "mad" : { + "sound" : "mob.wanderingtrader.angry", + "volume" : 1.1 + }, + "step" : "mob.drowned.step" + } + }, + "husk" : { + "volume" : 1.0, + "pitch" : [ 0.8, 1.2 ], + "events" : { + "ambient" : "mob.husk.ambient", + "hurt" : "mob.husk.hurt", + "death" : "mob.husk.death", + "step" : { + "sound" : "mob.husk.step", + "volume" : 0.15, + "pitch" : 1.0 + } + } + }, + "zombie_pigman" : { + "volume" : 1.0, + "pitch" : [ 0.8, 1.2 ], + "events" : { + "ambient" : "mob.zombiepig.zpig", + "hurt" : "mob.zombiepig.zpighurt", + "death" : "mob.zombiepig.zpigdeath", + "mad" : { + "sound" : "mob.zombiepig.zpigangry", + "volume" : 2.0, + "pitch" : [ 1.44, 2.16 ] + } + } + }, + "skeleton" : { + "volume" : 1.0, + "pitch" : [ 0.8, 1.2 ], + "events" : { + "ambient" : "mob.skeleton.say", + "hurt" : { + "sound" : "mob.skeleton.hurt", + "volume" : 0.7 + }, + "death" : "mob.skeleton.death", + "step" : { + "sound" : "mob.skeleton.step", + "volume" : 1.0, + "pitch" : 1.0 + } + } + }, + "wither_skeleton" : { + "volume" : 1.0, + "pitch" : [ 0.8, 1.2 ], + "events" : { + "ambient" : "mob.skeleton.say", + "hurt" : { + "sound" : "mob.skeleton.hurt", + "volume" : 0.7 + }, + "death" : "mob.skeleton.death", + "step" : { + "sound" : "mob.skeleton.step", + "volume" : 1.0, + "pitch" : 1.0 + } + } + }, + "stray" : { + "volume" : 1.0, + "pitch" : [ 0.8, 1.2 ], + "events" : { + "ambient" : "mob.stray.ambient", + "hurt" : "mob.stray.hurt", + "death" : "mob.stray.death", + "step" : { + "sound" : "mob.stray.step", + "volume" : 1.0, + "pitch" : 1.0 + } + } + }, + "villager" : { + "volume" : 1.0, + "pitch" : [ 0.8, 1.2 ], + "events" : { + "ambient" : "mob.villager.idle", + "hurt" : "mob.villager.hit", + "death" : "mob.villager.death", + "death.to.zombie" : "mob.villager.death", + "haggle" : "mob.villager.haggle", + "haggle.yes" : "mob.villager.yes", + "haggle.no" : "mob.villager.no" + } + }, + "minecraft:npc" : { + "volume" : 1.0, + "pitch" : [ 0.8, 1.2 ], + "events" : { + "ambient" : "mob.villager.idle", + "hurt" : "mob.villager.hit", + "death" : "dig.wood" + } + }, + "zombie" : { + "volume" : 1.0, + "pitch" : [ 0.8, 1.2 ], + "events" : { + "ambient" : "mob.zombie.say", + "hurt" : "mob.zombie.hurt", + "death" : "mob.zombie.death", + "step" : { + "sound" : "mob.zombie.step", + "volume" : 0.15, + "pitch" : 1.0 + } + } + }, + "zombie_villager" : { + "volume" : 1.0, + "pitch" : [ 0.8, 1.2 ], + "events" : { + "ambient" : "mob.zombie_villager.say", + "hurt" : "mob.zombie_villager.hurt", + "death" : "mob.zombie_villager.death", + "step" : { + "sound" : "mob.zombie.step", + "volume" : 0.15, + "pitch" : 1.0 + } + } + } + } + } +}