Hi!
First of all: I'm not a programmer at all. I just have a one task for myself and I need to resolve it.
And sorry for my English.
So. I try to add a block in world, which can set in all 24 states of rotation. I hope, you understand what I mean.
I try to do this cross the blockstate property. I think — it is most easy way. But I have 2 properties: Facing (UP, DOWN, NORTH, EAST, SOUTH, WEST) and BINDING (LEFT_TOP, LEFT_BOTTOM, RIGHT_TOP, RIGHT_BOTTOM). That in turn gives you 24 different state.
I know that blockstate it is just 4 bit and it have 16 state variations.
So, my question. How can I resolve this problem? Maybe somebody have ready-made solution or some topics, where I can read about multiple state of blocks? How can I make 24 states for my block?
Thanks for you help.