24w11a mappings

This commit is contained in:
Nassim Jahnke 2024-03-14 17:50:28 +01:00
parent 9a8c7bb37f
commit 3d09cf2e27
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
4 changed files with 26 additions and 27 deletions

View File

@ -8,10 +8,10 @@
"particles": {
"gust_dust": "campfire_cosy_smoke",
"gust_emitter": "gust_emitter_large",
"ambient_entity_effect": ""
"ambient_entity_effect": "entity_effect"
},
"sounds": {
"entity.generic.wind_burst": ""
"entity.generic.wind_burst": "entity.wind_charge.wind_burst"
},
"attributes": {
"horse.jump_strength": "generic.jump_strength"

View File

@ -7,16 +7,16 @@
"vault": "spawner",
"wind_charge": "snowball",
"bogged_spawn_egg": "stray_spawn_egg",
"heavy_core": "",
"mace": "",
"flow_banner_pattern": "",
"guster_banner_pattern": "",
"flow_armor_trim_smithing_template": "",
"bolt_armor_trim_smithing_template": "",
"flow_pottery_sherd": "",
"guster_pottery_sherd": "",
"scrape_pottery_sherd": "",
"breeze_rod": ""
"heavy_core": "wither_skeleton_skull",
"mace": "netherite_axe",
"flow_banner_pattern": "flower_banner_pattern",
"guster_banner_pattern": "flower_banner_pattern",
"flow_armor_trim_smithing_template": "vex_armor_trim_smithing_template",
"bolt_armor_trim_smithing_template": "vex_armor_trim_smithing_template",
"flow_pottery_sherd": "friend_pottery_sherd",
"guster_pottery_sherd": "friend_pottery_sherd",
"scrape_pottery_sherd": "blade_pottery_sherd",
"breeze_rod": "blaze_rod"
},
"itemnames": {
"turtle_scute": "1.20.5 Turtle Scute",
@ -25,7 +25,17 @@
"armadillo_spawn_egg": "1.20.5 Armadillo Spawn Egg",
"vault": "1.20.5 Vault",
"wind_charge": "1.20.5 Wind Charge",
"bogged_spawn_egg": "1.20.5 Bogged Spawn Egg"
"bogged_spawn_egg": "1.20.5 Bogged Spawn Egg",
"heavy_core": "1.20.5 Heavy Core",
"mace": "1.20.5 Mace",
"flow_banner_pattern": "1.20.5 Flow Banner Pattern",
"guster_banner_pattern": "1.20.5 Guster Banner Pattern",
"flow_armor_trim_smithing_template": "1.20.5 Flow Armor Trim Smithing Template",
"bolt_armor_trim_smithing_template": "1.20.5 Bolt Armor Trim Smithing Template",
"flow_pottery_sherd": "1.20.5 Flow Pottery Sherd",
"guster_pottery_sherd": "1.20.5 Guster Pottery Sherd",
"scrape_pottery_sherd": "1.20.5 Scrape Pottery Sherd",
"breeze_rod": "1.20.5 Breeze Rod"
},
"sounds": {
"entity.armadillo.eat": "entity.sniffer.eat",
@ -60,8 +70,8 @@
"entity.armadillo.unroll_finish": "",
"entity.armadillo.peek": "",
"entity.armadillo.unroll_start": "",
"entity.breeze.wind_burst": "",
"entity.wind_charge.wind_burst": "",
"entity.breeze.wind_burst": "entity.generic.wind_burst",
"entity.wind_charge.wind_burst": "entity.generic.wind_burst",
"entity.wind_charge.throw": "",
"entity.bogged.ambient": "",
"entity.bogged.death": "",
@ -110,18 +120,7 @@
},
"blockstates": {
"vault": "spawner",
"heavy_core[orientation=down_east]": "",
"heavy_core[orientation=down_north]": "",
"heavy_core[orientation=down_south]": "",
"heavy_core[orientation=down_west]": "",
"heavy_core[orientation=up_east]": "",
"heavy_core[orientation=up_north]": "",
"heavy_core[orientation=up_south]": "",
"heavy_core[orientation=up_west]": "",
"heavy_core[orientation=west_up]": "",
"heavy_core[orientation=east_up]": "",
"heavy_core[orientation=north_up]": "",
"heavy_core[orientation=south_up]": ""
"heavy_core": "wither_skeleton_skull[powered=false,rotation=0]"
},
"particles": {
"vault_connection": "enchant",

Binary file not shown.