Posted January 2, 201510 yr Hi! So metadata is "kinda" gone in 1.8 what is a problem for me because i used metadata to set my 3D block rotation in my TileEntitySpecialRenderer. It seems like i can still get the metadata from only tile entities, but i cannot set them. Im just used a realy simple method: int rotation = tile.getBlockMetadata(); GL11.glRotatef(rotation * 90, 0.0F, 1.0F, 0.0F); Now, how can i do that with block states or something else? Thanks!
January 2, 201510 yr Author Right after i maked this post i checked how BlockPumpkin does it. Thanks anyway!
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.