Posted July 26, 201213 yr I'm not shore if this right place but i need help with coding. How would you add damage values into a biome is it poible evan?? Please respond as this would be a lot of help to me.
July 26, 201213 yr Author i feel i didn't quite explain it well basically i want red wool in a biome how would i do it
July 27, 201213 yr No idea. So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.
July 27, 201213 yr Instead of: Block.cloth.blockID Use this: new ItemStack(Block.cloth, 1, 14).itemID Block being what block it is (Substitute block for your mod_ file if you're using a modded in block), 1 being the quantity (In most cases anything more than 1 will produce oddness or crash the game), 14 being the damage/metadata value. The last value is optional, but needed if you want to use a specific damage value.
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.