Update: 24w09a

This commit is contained in:
automation 2024-02-28 15:22:25 +00:00
parent 3f4b388daf
commit 622146ce51
5 changed files with 18 additions and 2 deletions

View File

@ -1 +1 @@
24w07a
24w09a

View File

@ -57,7 +57,15 @@
"entity.bogged.death": "",
"entity.bogged.hurt": "",
"entity.bogged.step": "",
"entity.parrot.imitate.bogged": ""
"entity.parrot.imitate.bogged": "",
"entity.bogged.shear": "",
"entity.donkey.jump": "",
"entity.mule.jump": "",
"block.wet_sponge.dries": "",
"item.wolf_armor.break": "",
"item.wolf_armor.crack": "",
"item.wolf_armor.damage": "",
"item.wolf_armor.repair": ""
},
"entities": {
"armadillo": "cow",

View File

@ -29215,6 +29215,7 @@
"entity.bogged.ambient",
"entity.bogged.death",
"entity.bogged.hurt",
"entity.bogged.shear",
"entity.bogged.step",
"block.bone_block.break",
"block.bone_block.fall",
@ -29464,6 +29465,7 @@
"entity.donkey.death",
"entity.donkey.eat",
"entity.donkey.hurt",
"entity.donkey.jump",
"block.dripstone_block.break",
"block.dripstone_block.step",
"block.dripstone_block.place",
@ -29890,6 +29892,7 @@
"entity.mule.death",
"entity.mule.eat",
"entity.mule.hurt",
"entity.mule.jump",
"music.creative",
"music.credits",
"music_disc.5",
@ -30542,6 +30545,7 @@
"block.wet_grass.place",
"block.wet_grass.step",
"block.wet_sponge.break",
"block.wet_sponge.dries",
"block.wet_sponge.fall",
"block.wet_sponge.hit",
"block.wet_sponge.place",
@ -30564,6 +30568,10 @@
"entity.wither_skeleton.hurt",
"entity.wither_skeleton.step",
"entity.wither.spawn",
"item.wolf_armor.break",
"item.wolf_armor.crack",
"item.wolf_armor.damage",
"item.wolf_armor.repair",
"entity.wolf.ambient",
"entity.wolf.death",
"entity.wolf.growl",

Binary file not shown.