Posted November 3, 201311 yr I have a block and I need to color it based on the biome he is in, like a block of grass. I'm currently using the grass' methods, but it colors all sides.
November 3, 201311 yr Hi I'd suggest overriding the Block.getIcon(metadata,side) to return a different coloured icon depending on your biome. It will probably be a lot simpler. The grass colour modifier is embedded pretty deep in the vanilla code and I don't think it would be easy to selectively apply it to the top only. http://greyminecraftcoder.blogspot.com.au/2013/07/rendering-standard-blocks-cubes.html -TGG
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.