The Bug:
Falling sand creates invisible blocks.
Steps to Reproduce:
Run the following command whilst standing on a stone block.
/summon minecraft:falling_block ~ ~-1 ~ {Time:1,Motion:[0.0,1.0,0.0],BlockState:{Name:"minecraft:stone"}}
Take note as to whether or not falling sand creates invisible blocks.
Observed Behavior:
Falling sand creates invisible blocks.
Expected Behavior:
Falling sand would not be able to create invisible blocks.
Code Analysis:
Code analysis by @unknown can be found in this comment.
Linked issues
relates to 1
Attachments
Comments 33
Someone might double check me since I'm a newb. The dupe I mentioned above looks right for what he's reporting but it might be something slightly different. Apologies if I got it wrong.
it is diffrent, this is about the block below turning invisible, that was about the summoned falling sand turning invisible
"it is diffrent, this is about the block below turning invisible, that was about the summoned falling sand turning invisible"
True, I use this for a plugin that is how I found out.
I was able to reproduce this in 1.18.1, but can no longer in 22w03a, therefore, this has been fixed in 22w03a.
Confirmed in single player survival. Very interesting. However this appears to be a duplicate of MC-48476.