Page 1 of 1

Very Minor: Panels "float" on top of snow.

Posted: Fri Aug 05, 2011 3:52 pm
by Xecaquan
I noticed when placing panels (stone or wood) on a snow block they "float" after destroying the snow block. Normal minecraft blocks destroy the snow as they are placed.
Spoiler
Show
Image
Not sure if this is just as expected with the panel code or possible bug. Just happen to notice it while building at my new snow site.

Re: Very Minor: Panels "float" on top of snow.

Posted: Sat Aug 20, 2011 9:02 am
by grimper12341
Hmms snow must be counted as a half block, so the panel gets placed on top of it.

Anyway, if you destroy the snow yourself before placing the panel, it should place correctly.

EDIT: Oops necro, silly forum placed this thread at the top of the unanswered posts list >.<

Re: Very Minor: Panels "float" on top of snow.

Posted: Sat Aug 20, 2011 12:10 pm
by Cammyk
Sorry for asking such a stupid question but how do you post a picture on here?

Re: Very Minor: Panels "float" on top of snow.

Posted: Sun Oct 09, 2011 4:09 pm
by FlowerChild
Stickying as this is still an active bug I want to be reminded of.

Re: Very Minor: Panels "float" on top of snow.

Posted: Sun Oct 09, 2011 10:02 pm
by FlowerChild
Ok, I just tracked this down, and it appears to be a bug with vanilla. When a block is placed over snow, its facing is set to be downwards (instead of upwards as you would expect). The thing is, since there are no downward facing vanilla blocks, this doesn't show up normally as a bug.

It would be a real pain in the ass to fix, either modifying a fairly low-level base-class (ItemBlock), or creating my own class to override that behavior. Neither solution seems particularly reasonable, so given how minor this bug is, I'm just going to leave it as is.