Add missing backwards mappings

This commit is contained in:
Nassim Jahnke 2024-02-08 16:08:21 +01:00
parent b5af4275d0
commit b4f978b310
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
2 changed files with 6 additions and 4 deletions

View File

@ -5,14 +5,15 @@
"wolf_armor": "leather_horse_armor", "wolf_armor": "leather_horse_armor",
"armadillo_spawn_egg": "horse_spawn_egg", "armadillo_spawn_egg": "horse_spawn_egg",
"vault": "spawner", "vault": "spawner",
"wind_charge": "" "wind_charge": "snowball"
}, },
"itemnames": { "itemnames": {
"turtle_scute": "1.20.5 Turtle Scute", "turtle_scute": "1.20.5 Turtle Scute",
"armadillo_scute": "1.20.5 Armadillo Scute", "armadillo_scute": "1.20.5 Armadillo Scute",
"wolf_armor": "1.20.5 Wolf Armor", "wolf_armor": "1.20.5 Wolf Armor",
"armadillo_spawn_egg": "1.20.5 Armadillo Spawn Egg", "armadillo_spawn_egg": "1.20.5 Armadillo Spawn Egg",
"vault": "1.20.5 Vault" "vault": "1.20.5 Vault",
"wind_charge": "1.20.5 Wind Charge"
}, },
"sounds": { "sounds": {
"entity.armadillo.eat": "entity.sniffer.eat", "entity.armadillo.eat": "entity.sniffer.eat",
@ -53,10 +54,11 @@
}, },
"entities": { "entities": {
"armadillo": "cow", "armadillo": "cow",
"breeze_wind_charge": "" "breeze_wind_charge": "wind_charge"
}, },
"entitynames": { "entitynames": {
"armadillo": "Armadillo" "armadillo": "Armadillo",
"breeze_wind_charge": "Wind Charge"
}, },
"attributes": { "attributes": {
"generic.scale": "", "generic.scale": "",