UntouchedWagons Posted September 11, 2015 Posted September 11, 2015 In the mod I'm working on, I've put all the crafting components into one item instead of 8, however they all have the same texture. In the Item class there's 5 methods that are to return an IIcon instance, which do I use? There's also a registerIcons method, how do I implement that? Is there an Item implementation in vanilla minecraft I can look at to use as a reference? The only things that I can think of are potions and spawn eggs, but they don't use individual textures, only texture overlays. Quote I like trains.
TrashCaster Posted September 11, 2015 Posted September 11, 2015 For what version of Minecraft? It's pretty different between 1.7 and 1.8 Quote
UntouchedWagons Posted September 11, 2015 Author Posted September 11, 2015 Didn't know there was a difference. For Minecraft 1.7.10. Quote I like trains.
Failender Posted September 11, 2015 Posted September 11, 2015 if you are opening a thread always write the version u are in helps a lot. Quote
Draco18s Posted September 11, 2015 Posted September 11, 2015 https://github.com/Draco18s/HarderStuff/blob/master/main/java/com/draco18s/ores/item/ItemOreDustSmall.java#L77-L98 Quote 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.
Recommended Posts
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.