Armadillo sound mappings (#13)

This commit is contained in:
bangetto 2023-12-20 21:42:33 +02:00 committed by GitHub
parent 979edd9a06
commit 169afd3e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -12,16 +12,16 @@
"armadillo_spawn_egg": "1.20.5 Armadillo Spawn Egg"
},
"sounds": {
"entity.armadillo.eat": "",
"entity.armadillo.hurt": "",
"entity.armadillo.ambient": "",
"entity.armadillo.step": "",
"entity.armadillo.death": "",
"entity.armadillo.roll": "",
"entity.armadillo.land": "",
"entity.armadillo.scute_drop": "",
"entity.armadillo.unroll": "",
"entity.armadillo.brush": "",
"entity.armadillo.eat": "entity.sniffer.eat",
"entity.armadillo.hurt": "entity.llama.hurt",
"entity.armadillo.ambient": "entity.sniffer.idle",
"entity.armadillo.step": "entity.horse.step",
"entity.armadillo.death": "entity.strider.death",
"entity.armadillo.roll": "entity.player.attack.nodamage",
"entity.armadillo.land": "entity.player.small_fall",
"entity.armadillo.scute_drop": "entity.chicken.egg",
"entity.armadillo.unroll": "block.wood.hit",
"entity.armadillo.brush": "entity.chicken.egg",
"item.armor.equip_wolf": "",
"item.armor.unequip_wolf": "",
"entity.breeze.charge": "",
@ -40,4 +40,4 @@
"generic.scale": "",
"generic.step_height": ""
}
}
}