Posted July 29, 201312 yr Hello, just another quick question, Can I change the BlockTexture dynamically with code for example if I click on a button in a giu my block should became another texture Thanks, Graphic
July 29, 201312 yr make a class implements ISimpleBlockRenderingHandler and whenever you want to change texture world.markBlockForUpdate(x, y, z); how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
July 29, 201312 yr You can also change the metadata, and use different icons according to metadata. world.markBlockForUpdate(x,y,z); would still be needed.
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.