-
Bug
-
Resolution: Invalid
-
None
-
24w09a
-
None
-
Confirmed
-
Enchantments
24w09a added cross-functionality for Crossbow and Bow enchantments for the two tools. However, the Quick Charge enchantment still applies no effect to Bows.
Steps to Reproduce:
- 1. For context; see behavior of Crossbows, by testing loading (hold right click) the three items below:
Crossbow Example 1
/give @s minecraft:crossbow[minecraft:enchantments={levels:{}}]
Crossbow Example 2
/give @s minecraft:crossbow[minecraft:enchantments={levels:{'minecraft:quick_charge':5}}]
Crossbow Example 3
/give @s minecraft:crossbow[minecraft:enchantments={levels:{'minecraft:quick_charge':10}}]
- 2. Next, test the behavior of Bows with the same values, by testing shooting (hold right click) with the three items below:
Bow Example 1
/give @s minecraft:bow[minecraft:enchantments={levels:{}}]
Bow Example 2
/give @s minecraft:bow[minecraft:enchantments={levels:{'minecraft:quick_charge':5}}]
Bow Example 3
/give @s minecraft:bow[minecraft:enchantments={levels:{'minecraft:quick_charge':10}}]
Observed Results:
The first Crossbow should load slow.
The second Crossbow should load quickly, almost instantly.
The third Crossbow should be unable to load (any value above level 6 has this behavior) (see MC-10755).
The Bow has the same charge time regardless of the Quick Charge enchantment.
Expected Results:
The same behavior should be observed in the charge time of Bows as found in the load time of Crossbows.