Posted July 2, 201312 yr Different options for my custom block renderer, how do I go about getting the metadata for the specific block so I can change the rotation, texture etc. tl;dr: How do I find the metadata for a specific block? Thanks!
July 2, 201312 yr world.getBlockMetadata(x,y,z); or inside of an ItemBlock: public int getBlockMetadata(int par1) { return par1; }
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.