How to stop rotating texture only on one facing ?
I mean
The "y" rotation rotates full model, but i need to rotate model, but the top texture should not rotates.
My update method in TileEntity class is not called...
My TileEntity class:
My Block class:
createNewTileEntity is being called from onBlockActivated, and Iam sure that the TileEntity is being created when i click on the block with axe.
And the TileEntity is being registered here: