Update: 24w07a

This commit is contained in:
automation 2024-02-14 16:26:32 +00:00
parent 0df4bc6bd6
commit 6817aa8cc8
6 changed files with 18 additions and 4 deletions

View File

@ -1 +1 @@
24w06a
24w07a

View File

@ -5,7 +5,8 @@
"wolf_armor": "leather_horse_armor",
"armadillo_spawn_egg": "horse_spawn_egg",
"vault": "spawner",
"wind_charge": "snowball"
"wind_charge": "snowball",
"bogged_spawn_egg": ""
},
"itemnames": {
"turtle_scute": "1.20.5 Turtle Scute",
@ -50,11 +51,17 @@
"entity.armadillo.unroll_start": "",
"entity.breeze.wind_burst": "",
"entity.wind_charge.wind_burst": "",
"entity.wind_charge.throw": ""
"entity.wind_charge.throw": "",
"entity.bogged.ambient": "",
"entity.bogged.death": "",
"entity.bogged.hurt": "",
"entity.bogged.step": "",
"entity.parrot.imitate.bogged": ""
},
"entities": {
"armadillo": "cow",
"breeze_wind_charge": "wind_charge"
"breeze_wind_charge": "wind_charge",
"bogged": ""
},
"entitynames": {
"armadillo": "Armadillo",

View File

@ -28736,6 +28736,7 @@
"bat_spawn_egg",
"bee_spawn_egg",
"blaze_spawn_egg",
"bogged_spawn_egg",
"breeze_spawn_egg",
"cat_spawn_egg",
"camel_spawn_egg",
@ -29211,6 +29212,10 @@
"entity.blaze.shoot",
"entity.boat.paddle_land",
"entity.boat.paddle_water",
"entity.bogged.ambient",
"entity.bogged.death",
"entity.bogged.hurt",
"entity.bogged.step",
"block.bone_block.break",
"block.bone_block.fall",
"block.bone_block.hit",
@ -30044,6 +30049,7 @@
"entity.parrot.fly",
"entity.parrot.hurt",
"entity.parrot.imitate.blaze",
"entity.parrot.imitate.bogged",
"entity.parrot.imitate.breeze",
"entity.parrot.imitate.creeper",
"entity.parrot.imitate.drowned",
@ -30870,6 +30876,7 @@
"blaze",
"block_display",
"boat",
"bogged",
"breeze",
"breeze_wind_charge",
"camel",

Binary file not shown.

Binary file not shown.