Block Rotation E.G. In Structures

Published by blizvrd on
Status
Fixed
Issue description

I'm creating the structures for my mod however the e.g. logs I use and the vanilla log I use with properties in NBT export, doesn't rottate Y/X axis my custom log block
Any help?

Issue comments

So you are trying to say custom blocks don't rotate with structures? Just to clarify what I need to check.

If I place a vannila log in minecraft there are properties in NBT that state the axis:X,Y,Z so log rotation of vanilla log
I added this state to my custom log block in structure in NBT file but the log didn't rotate
Template I used for NBT
Outcome

Custom blocks use a different notation for the axes. Use property FACING and use up, south and east as parameters X,Y,Z. We might change this in the future to match vanilla.