-
Bug
-
Resolution: Unresolved
-
None
-
1.20.3 Pre-Release 2, 1.20.4, 23w51b, 24w06a, 24w19b, 1.21
-
Confirmed
-
Commands, Rendering
-
Low
-
1146217
-
Expansion B
The Bug:
The glowing outline isn't applied to wind charges.
This could be intentional, however, similar entities such as shulker bullets with the glowing effect show the glowing outline, but wind charges do not.
Steps to Reproduce:
- Summon a glowing wind charge by using the command provided below.
/summon minecraft:wind_charge ~ ~1 ~ {Glowing:1b}
- Observe if the wind charge is visually glowing.
- Double-check that the wind charge has its "Glowing" NBT tag set to "1b" by using the command provided below.
/data get entity @e[type=minecraft:wind_charge,limit=1,sort=nearest] Glowing
Observed Behavior:
The glowing outline isn't applied to wind charges.
Expected Behavior:
The glowing outline would be applied to wind charges.