Steps to Reproduce:
Place a candle;
Light it up;
Put it out.
Observed Results:
The flame particles take a few seconds to fully disappear.
Expected Results:
The flame particles disappear almost instantly.
Screenshots/Videos attached: No
Notes:
Linked issues
is duplicated by 11
Comments 4
This can be fixed by adding the following component to the candle_flame.json particle file;
"minecraft:particle_expire_if_not_in_blocks": [
"minecraft:candle",
"minecraft:candle_cake",
"minecraft:black_candle",
"minecraft:black_candle_cake",
"minecraft:blue_candle",
"minecraft:blue_candle_cake",
"minecraft:brown_candle",
"minecraft:brown_candle_cake",
"minecraft:cyan_candle",
"minecraft:cyan_candle_cake",
"minecraft:gray_candle",
"minecraft:gray_candle_cake",
"minecraft:green_candle",
"minecraft:green_candle_cake",
"minecraft:light_blue_candle",
"minecraft:light_blue_candle_cake",
"minecraft:light_gray_candle",
"minecraft:light_gray_candle_cake",
"minecraft:lime_candle",
"minecraft:lime_candle_cake",
"minecraft:magenta_candle",
"minecraft:magenta_candle_cake",
"minecraft:orange_candle",
"minecraft:orange_candle_cake",
"minecraft:yellow_candle",
"minecraft:yellow_candle_cake",
"minecraft:pink_candle",
"minecraft:pink_candle_cake",
"minecraft:white_candle",
"minecraft:white_candle_cake",
"minecraft:purple_candle",
"minecraft:purple_candle_cake",
"minecraft:red_candle",
"minecraft:red_candle_cake"
],
For realism there ought to be a smoke particle created when the candle is destroyed as well.
I noticed this issue as well.