Skip to content

Commit 0639fe6

Browse files
committed
🐛 Fix crossbow_charging_sounds enchantment effect
1 parent d024afa commit 0639fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/data/enchantment/effect_component.mcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dispatch minecraft:effect_component[block_experience] to [struct BlockExperience
3737
}]
3838

3939
/// Each entry in the list represents the sounds at one level of the Enchantment, so the first entry represents the sounds used by a level 1 Enchantment.
40-
dispatch minecraft:effect_component[crossbow_charge_sounds] to [struct CrossbowChargeSoundsEnchantmentEffect {
40+
dispatch minecraft:effect_component[crossbow_charging_sounds] to [struct CrossbowChargeSoundsEnchantmentEffect {
4141
/// Start of charging.
4242
start?: SoundEventRef,
4343
/// Middle of charging.

0 commit comments

Comments
 (0)