This commit is contained in:
Nassim Jahnke 2024-02-07 19:05:58 +01:00
parent 43e3ce7209
commit b5af4275d0
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
4 changed files with 5 additions and 5 deletions

View File

@ -7,12 +7,12 @@
},
"particles": {
"gust_dust": "campfire_cosy_smoke",
"gust_emitter": ""
"gust_emitter": "gust_emitter_large"
},
"sounds": {
"entity.generic.wind_burst": ""
},
"attributes": {
"horse.jump_strength": ""
"horse.jump_strength": "generic.jump_strength"
}
}

View File

@ -66,7 +66,7 @@
"player.block_break_speed": "",
"generic.fall_damage_multiplier": "",
"generic.gravity": "",
"generic.jump_strength": "",
"generic.jump_strength": "horse.jump_strength",
"generic.safe_fall_distance": ""
},
"enchantments": {
@ -77,8 +77,8 @@
},
"particles": {
"vault_connection": "enchant",
"gust_emitter_large": "",
"gust_emitter_small": ""
"gust_emitter_large": "gust_emitter",
"gust_emitter_small": "gust_emitter"
},
"blockentities": {
"vault": ""

Binary file not shown.