my suggestion is to allow wood logs to change orientation based on how you place them the same way stairs work. this way the rings are able to be placed on the left and right rather than top and bottom. i make a lot of structures with wood support beams along the roof and it would make a huge difference.
the orientation of stairs is stored in the 4bit data value, taking all 4 bits
Logs use 2 bits of the data value to indicate what type of logs they are , leaving only 2 bits
I am not sure if these 2 bits are used (but i don't think they are)
since the log only needs to align on each axis there are only 3 directions the log needs to align with this can easly be done with the 2 remaining bits
Logs use 2 bits of the data value to indicate what type of logs they are , leaving only 2 bits
I am not sure if these 2 bits are used (but i don't think they are)
since the log only needs to align on each axis there are only 3 directions the log needs to align with this can easly be done with the 2 remaining bits
So, Got to it, Please implement this