
Projectiles with the "Item" tag as a glowing item don't glow
MalwriX opened this issue ยท 0 comments
Describe the bug
When a projectile (e. g. a snowball) is modified with the data command and the item tag like this: Item:{id:"minecraft:torch",count:1}, the flying projectile doesn't produce any dynamic light
To Reproduce
Steps to reproduce the behavior:
- get a repeating command block/datapack with the /data command changing a projectile like this: "/data merge entity @e[type=snowball] {Item:{id:"minecraft:torch",count:1}}"
- Throw the projectile
Expected behavior
The projectile should be emitting dynmic lighting as it flies
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows 10
- Minecraft 1.21.4
- Fabric Loader version 0.16.10
- Mods fabric API 0.118.0+1.21.4, LambDynamicLights 4.0.1+1.21.4, ModMenu 13.0.2, ModernFix 5.20.3+mc1.21.4, Noxesium 2.5.0, lithium mc1.21.4-0.14.8-fabric,
- Version 4.0.1
- Branch mc1.21
Additional context
Add any other context about the problem here.