Floating head (skull) caused by grass
If I place a head targeting a side of a grass block, then the head is placed as "floating" over the ground.
If I target the top side of a grass block then the behaviour is different, the head is correctly placed on the ground.
Same behaviour with the second block of a tallgrass.
I used a Wither Skeleton Skull for the screenshots, anyway it's the same with the other heads too.
Environment
Mac OS X 10.9.4
os.arch = x86_64
java.version = 1.6.0_65
sun.arch.data.model = 64
Linked Issues
Created Issue:
Floating head (skull) caused by grass
If I place a head targeting a side of a grass block, then the head is placed as "floating" over the ground.
If I target the top side of a grass block then the behaviour is different, the head is correctly placed on the ground.Same behaviour with the second block of a tallgrass.
I used a Wither Skeleton Skull for the screenshots, anyway it's the same with the other heads too.
Environment
System.getProperty('os.name') == 'Mac OS X'
System.getProperty('os.version') == '10.9.4'
System.getProperty('os.arch') == 'x86_64'
System.getProperty('java.version') == '1.6.0_65'
System.getProperty('sun.arch.data.model') == '64'
System.getProperty('os.name') == 'Mac OS X'
System.getProperty('os.version') == '10.9.4'
System.getProperty('os.arch') == 'x86_64'
System.getProperty('java.version') == '1.6.0_65'
System.getProperty('sun.arch.data.model') =='64'Mac OS X 10.9.4
os.arch = x86_64
java.version = 1.6.0_65
sun.arch.data.model = 64
is duplicated by




Confirmed
Probably intended. The way the skull places is defined by which blockface you click
It is more or less intended. Some odd thigs can be done because you can replace grass by placing a block, but for skulls it is normal behavior to end up floating. maybe grass blocks need to work similarly to flowers, where you can't remove it by placing a block.
MC-86978 contains more information. Maybe resolve this as a duplicate of MC-86978?