-
Bug
-
Resolution: Works As Intended
-
None
-
24w11a
-
None
-
Community Consensus
-
(Unassigned)
The resolution of MC-118890 results in tipped arrows transforming into normal arrows after 30 seconds. However, upon transformation, they emit more particles than they did previously. While this might be deliberate, I seek clarification from Mojang or request a fix if it's unintentional. An extensive quantity of tipped arrows can potentially cause lag due to the high volume of particles they generate.
Steps to reproduce
- Run
/fill ~ ~ ~ ~30 ~ ~30 minecraft:dispenser[facing=down,triggered=false]{Items:[{Slot:0b,components:{"minecraft:potion_contents":{potion:"minecraft:strong_strength"}},count:64,id:"minecraft:tipped_arrow"}]}
- Move up by one block
- Run
/fill ~ ~ ~ ~30 ~ ~30 minecraft:redstone_block
- Wait for 30 seconds.
Observed Outcome: The arrows generate an excessive amount of particles upon transforming into a normal arrow.
Expected Outcome: The arrows should not generate an excessive amount of particles when transforming into a normal arrow.