Dimensional crate tries to set facing to down when looking up.
stephen-dahl opened this issue ยท 2 comments
What Version of NeoTech are you using: 1.9.0-3.0.6
If possible, did you break and replace the block: yes
Please Pastebin.com the crash Report and put link here: http://pastebin.com/ZqQJ1sbN
I placed a dimensional crate while looking up. stack indicates that it tried to set the facing of the block to down which is not a valid value. Probably easily fixed by ignoring Y when detecting what direction the block should face so that it will always come out as a side and not up or down.