dragonfly
dragonfly copied to clipboard
Fix for horizontally facing blocks
- Fixes #833
This happend because a furnace(or other blocks) can only face horizontally but cube.Face default is down so an error occured so we are using cube.Direction now for the Facing.
bump