Jump to content

Minecraft_Forge_Modding_ID Code Errors.............(Solved)


CraftyPuffin

Recommended Posts

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.

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.