Posted January 25, 201312 yr My problem is that when I rotate my block with my "wrench"-type item I've made it's sides texture come in the wrong order. This code doesn't work: @Override public int getBlockTextureFromSideAndMetadata(int side, int metadata) { int i = (metadata + side) % 6; return blockIndexInTexture + i; } , as I want the front and the back at the opposite sides. I want to have 1 texture for the front, the back and the sides each. Thanks in advance. EDIT: The block can be rotated in all 6 directions, not just 4. No 5 row long documentation = account on the help forums
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.