Jump to content

Recommended Posts

Posted

hello everyone today i exported my mod using gradlew build command and i got my mod in .jar file... but now if i use it with minecraft forge i have few errors (i dint had these errors on IDE) my items AddInformation with colors are changed to something like $%a and colors are not showing. 2nd in some items i had flame particles those are not showing as well while other particles are working fine..there was no bug in eclipse.thanks if someone can help me.

Posted

The reason some letters and files were changed is because they were corrupted or you are using an encrypted file.

 

Often, minecraft can corrupt files because they need their .jar mods to be coded in an extremely delicate and tedious way, so they decide they should try to change some things in the .jar file to try and "fix" the file even though nothing is wrong. Check you formatted your classes and etc. to up to date minecraft modding standards and if that doesn't work, read below...

 

When you say you use the gradlew command, are you talking about your forge client or the MDK you use to code with in Eclipse? If you try to use gradlew with the .jar forge, it is not gonna have any good results (if any). What you need to do is generate a forge file on your desktop (the MDK version you can download) and build your projects within the eclipse file inside of the forge file (should already be there). Once you are done, export it using whatever you didn't use this time (aka use the other forge than what you got the error with).

 

 

Posted

here is the thing, i built my mod and now i went to forge directory i shift+clicked there opened a cmd and used gradlew build and got my mod in libs folder.

 

and sorry but what is this MDK? never heard of it.

Posted

and sorry but what is this MDK? never heard of it.

 

...Minecraft Development Kit

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.

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.