The Bug
When a stonecutter has its facing
value set to north
or south
, the blade is much brighter than when set to east
or west
.
Steps to Reproduce
Summon two stonecutters, one of which is facing east and the other facing north.
/setblock ~2 ~ ~ minecraft:stonecutter[facing=east] /setblock ~2 ~ ~1 minecraft:stonecutter[facing=north]
Enable the F3 debug menu and inspect the "facing" value of both stonecutters.
Look at the blades of both stonecutters.
Take note as to whether or not stonecutter blades are much brighter when facing north or south.
Observed Behavior
Stonecutter blades are much brighter when facing north or south.
Expected Behavior
Stonecutter blades would be the same brightness regardless of what direction they're facing.
Linked issues
is duplicated by 1
relates to 2
Attachments
Comments 14
This is just normal block shading that happens on all blocks; the north, south and top sides of blocks are not shaded while the east west and bottom are; this applies to every block, not just stonecutters.
Can confirm. Happens in 1.14.4 too.