Jump to content

Recommended Posts

Posted (edited)

1. That, is why you should set up remote git repos for your projects.

2. You could decompile the .class files in the jar with a Java decompiler; however:

  • All names of variables, fields and methods will be obfuscated.
  • Since the code is decompiled, many things done by the compiler would change (i.e. auto-boxing, casting, etc).

You could then copy the files into eclipse after you've fixed the obfuscation.

Personally, I would just start everything over unless your mod is really large (in which case you really, really should had set up a remote git).

Edited by DavidM

Some tips:

  Reveal hidden contents

 

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.