-
Bug
-
Resolution: Unresolved
-
None
-
1.17.1, 21w37a, 21w38a, 21w39a, 21w40a, 21w41a, 21w42a, 21w43a, 21w44a, 1.18 Pre-release 1, 1.18 Pre-release 2, 1.18 Pre-release 5, 1.18 Pre-release 7, 1.18 Release Candidate 3, 1.18, 1.18.1 Release Candidate 1, 1.18.1, 22w03a, 22w06a, 1.18.2, 22w11a, 22w17a, 22w18a, 1.19 Pre-release 1, 1.19.1 Pre-release 5, 1.19.1, 1.19.2, 22w44a, 1.19.3, 1.19.4, 1.20 Release Candidate 1, 1.20, 1.20.1, 23w33a, 23w35a, 1.20.2, 1.21, 1.21.1, 1.21.4 Pre-Release 1
-
Confirmed
-
Commands, Rendering
The bug
Fire is not visible on the following entities which have the tag HasVisualFire set to 1b:
- End crystals
- Falling blocks
- Glow item frames / item frames
- Leash knots
- Minecarts (regular or with chest / furnace / command block / spawner)
- Netherite items
- Paintings
- Primed TNT
- Shulker bullets
- Wither skulls
- Display entities
- Interaction entities
(It also does not apply to area effect clouds, lightning bolts and markers, but that is certainly intended.)
To reproduce
For one of the listed entities, use the command
/summon <entity name> ~ ~ ~ {HasVisualFire:1b}
or summon one of the listed entities beforehand and execute the command
/data merge entity <entity UUID> {HasVisualFire:1b}
The entity will not be displayed as on fire.
For the netherite items, type
/summon item ~2 ~ ~ {Item:{id:"minecraft:netherite_hoe",Count:1b},HasVisualFire:1b}
and compare it to another item, such as a carrot, which will visibly display as on fire:
/summon item ~2 ~ ~ {Item:{id:"minecraft:carrot",Count:1b},HasVisualFire:1b}
You can verify that the tag is set to 1b and it is not visually showing the fire using
/data get entity <entity UUID> HasVisualFire
Expected result
The entities would show fire due to the fact they have visual fire.
- relates to
-
MC-225909 Fire is not visible on mobs with natural fire resistance that have the HasVisualFire tag
- Open