Posted June 24, 201312 yr I finally made it to work so there are different textures on the top or bottom. But how to make it so there are different textures on the front, back, and sides? Here is my current code for the textures: http://gw.minecraftforge.net/IfYe
June 24, 201312 yr really... you can't think of any vanilla block which does this... none at all... hmm... if only there was a block which looked different on the sides so that you could copy the code from it... maybe a furnace or pumpkin or something... damn, if only minecraft had things like that. If only other people had asked this github
June 24, 201312 yr Just to be a complete dick: Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
June 24, 201312 yr public Icon getIcon(int side, int meta) { if (meta == 0 && side == 3) return iconFront; else return iconSide; } should do the trick, obviously you have to edit it to match your own 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.