Posted February 3, 20178 yr I have searched in the google and I can't found anything equivalent to net.minecraft.util.IIcon to 1.10.2
February 3, 20178 yr There isn't. The entire rendering system changed to use block and item JSON model files. 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.
February 3, 20178 yr Author If there isn't how can I convert this part? public class BlockCampFire extends BlockContainer { private IIcon icon; public BlockCampFire() { super(Material.ROCK); this.setTickRandomly(true); this.setCreativeTab(CreativeTabAB.ADVENTURE_BACKPACK_CREATIVE_TAB); }
February 4, 20178 yr Read the docs: blockstates Use a JSON validator tool The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
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.