Posted May 11, 201411 yr How do you have a Block class were you can select what texture you want? The getIcon method doesn't work. It will change all the types of the Block. I want them to be changed interdependently. I hope you can help me Author of the unreleased mod Factory Craft I'm usually known as MnomisC IGN MnomisC
May 11, 201411 yr Hi You need a TileEntity with TileEntitySpecialRenderer for this. Alternatively, you can use a block with metadata. That will let you choose from up to 16 different textures for each block, varied independently. A quick google should find you a number of tutorials on both of these. -TGG
May 11, 201411 yr Author Can you please show how you do the metadata thing? I couldn't find anything on google... Author of the unreleased mod Factory Craft I'm usually known as MnomisC IGN MnomisC
May 11, 201411 yr Author Thanks for helping Author of the unreleased mod Factory Craft I'm usually known as MnomisC IGN MnomisC
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.