Posted February 17, 201312 yr Ok right to the point........ I made like 30 new items but for some bashed up reason there conflicting with my raw meterial items the items that drop from ores or when you smelt an ore u obtain a meterial but heres my problem.... In the "Your_Mod_Name_file.cfg" When i open it with Notepad++ Its empty so i can edit or change ID codes for items that see mto be overrideing each other. Does anyone know wtf is going on? Last time i posted a problem here that file had all the ID codes for items and blocks and it sovled my problem but now its pernamently empty i even reinstalled forge full and oviously copying my src folder to paste back in >.< Anyone know wtf id be greatfully apresiated.
February 17, 201312 yr I guess something changed that made your new config file empty for some reason. As to how and why it's hard to say without the normal drill of looking at your code like we did last time, it's probably some typo or something somewhere that makes it all act weird So how is your @mod file now and how is your base item class file etc.? remember pastbin.com or paste.minecraftforge.net ^^ If you guys dont get it.. then well ya.. try harder...
February 17, 201312 yr Author Honestly i diidnt think i needed to post my source code this time lol and i feel ever so uncomfortable doing it aswell for ovious reasons >.> but i guess fudge it lol.... this is 8% of my mod from the Massive plan i have to learn D: Souece Code: Edited out figured out the problem Raw Meterial "Items": Edited out figured out the problem 30 new Items new file: Only thing different in this is the creative destination, it didint do anything sigh As for the error:http://paste.minecraftforge.net/view/dc5acfdf
February 17, 201312 yr What does this line inn the error log mean to you? [iNFO] [sTDOUT] CONFLICT @ 4198 item slot already occupied by MeetTheMod.common.MeetTheModItem@2023c3d2 while adding MeetTheMod.common.MeetTheModItem_2@c0d207a If you guys dont get it.. then well ya.. try harder...
February 17, 201312 yr Author Still a total amature but it feels like... since i have every item with a different code that the cfg file needs to be manually changed but theres nothing there. what i means to me is somewere theres ids that are the same but in a else were file. yes no?
February 17, 201312 yr Author Wait i figured it out............ Im so stupid ill edit in 5 minutes. EDIT: Ok my problem was i tend to copy and paste code and edit the items.blocks with what i want to add in but i failed in the 20ish lines i created: this.WarpedGunPowderID = config.getItem("Sapphire", "item", 4204).getInt(); Notice i still have sapphire in this code thats why its conflicting >.< Amatures UNITE!
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.