Using the /setblock command to create Glow Lichen doesn't place any lichen.
what should happen:
Glow Lichen should be placed on an available block and create light when using /setblock.
How To Reproduce:
1. Enter the world and surround yourself with blocks that lichen can grow on.
2. Use the command /setblock glow_lichen ~ ~ ~
Linked issues
is duplicated by 1
Attachments
Comments 12
Please don't fix it completely and leave the option to place them with all sides turned off. It's our only way to create invisible light sources and it doesn't seem likely that we'll get another one soon
An alternative for this when this would get fixed would be the light block which is currently only a thing on bedrock.
This is because you are not specifying block states. If you use /setblock ~ ~ ~ minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false], it will be visible. If all of the block states are set to false, it is invisible. The same thing applies to vines.