In Creative Mode, throwing a Trident with an intangible_projectile component removes an intangible_projectile component from a Trident you are holding
The Bug
In Creative Mode, throwing a Trident with an intangible_projectile component removes an intangible_projectile component from a Trident you are holding.
How to Reproduce
- Run commands.
/gamemode creative @s
/give @s minecraft:trident[minecraft:intangible_projectile= {}] - Run the command and observe that Trident has an intangible_projectile component.
/data get entity @s SelectedItem.components
- Throw a Trident.
- Run the command.
/data get entity @s SelectedItem.components
→
intangible_projectile component has been removed.
Expected Behavior
intangible_projectile component hasn’t been removed.
2024-05-08, 02:04 PM
2025-01-15, 12:05 AM
2
0
-