Posted June 30, 201510 yr How can i set the MetaData of a Block in 1.8, so i can rotate the tileentities?
June 30, 201510 yr Use setBlockState(blockPos, block.getStateFromMeta(meta)) and it will work the same way. For all I know, there might be a way to set metadata without setting the block's state to a whole new one, but this is what I used for a structure's code when setting each individual block.
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.