Some blocks can't be rotated from the side
Aegide opened this issue ยท 1 comments
Some more examples of horizontally rotatable blocks in Botania that ignore rotation clicks on their side faces:
- Fel Pumpkin
- Incence Plate
- Tiny Potato
However, the Livingwood Avatar can be clicked on the side to rotate it, even though it seems to use the same type of property definition.
As far as I can tell, the wand fails to rotate the property value directly and just tells the block state to figure out how to rotate itself by 90 degrees clockwise. The avatar implements that rotation operation, all others mentioned here do not. And since they don't support rotation that way, the attempt returns the original block state and the wand doesn't consider that right-click to be a rotation operation.