Posted March 1, 201411 yr I have made a food and put the texture in the right folder but It dosent load!!! Main Code public static Item EnergyBrick = new EnergyBrick(2119, 12, false).setUnlocalizedName("EnergyBrick"); And what it shows in game
March 1, 201411 yr .setUnlocalizedName is for lang files not textures instead override the method registerIcon in your block class Creator of Jobo's ModLoader If I helped you could you please click the thank you button and applaud my karma.
March 2, 201411 yr .setUnlocalizedName is for lang files not textures instead override the method registerIcon in your block class Or.... use setTextureName 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.
March 2, 201411 yr Ya I always use registerIcon because I find it easier to work with for multiple textures Creator of Jobo's ModLoader If I helped you could you please click the thank you button and applaud my karma.
March 2, 201411 yr Ya I always use registerIcon because I find it easier to work with for multiple textures For multiple textures you kind of have to. For one you don't. 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.
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.