Tiny-Redstone icon indicating copy to clipboard operation
Tiny-Redstone copied to clipboard

[bug] can't place tiny component on snow layer

Open lublak opened this issue 4 years ago • 1 comments

if you place it on a snow layer, it is not really added. But the snow is removed. The block simply goes back into the inventory. grafik

lublak avatar Jan 10 '22 00:01 lublak

I'm assuming you're trying to place a component without a panel. What is probably happening is that it creates the block entity for the component which causes the snow to be removed. Then the block entity gets the click location vector and tries to place the component there. Since the user clicked on top of the snow, it's not able to calculate where the component should be placed. I suspect the same thing would happen if you clicked against a tall grass.

dannydjdk avatar Jan 10 '22 01:01 dannydjdk