Jump to content

(SOLVED) [1.14.4] Best Way to Switch between Multiple Mods?


MineModder2000

Recommended Posts

I want to make a Halloween themed mod on time for the season, but I am currently working on a bigger mod that will take much longer to finish. I already copied the java and resource files over, its good to do so you have a back up. I am thinking I will just delete the current mod files out, and then add the other stuff in, as this smaller season mod will only use the main mod file probably. Then after I am done I will drag and drop and replace the files from my first mod. Is there any better way?

Edited by MineModder2000
Link to comment
Share on other sites

Use git clone.

  • Thanks 1

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Link to comment
Share on other sites

21 hours ago, diesieben07 said:

Do you actually want this to be one mod project? Use one Git repository with branches and merging.

Do you want this to be two projects? Use two Git repositories.

 

20 hours ago, DavidM said:

Use git clone.

 

I had tremendous difficulty trying to get the git method to work, so I ended up copying over the entire project folder into new work-space, I have 1TB HDD for a reason. 

Link to comment
Share on other sites

Then you probably set things up wrong.

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.

Link to comment
Share on other sites

1 hour ago, Draco18s said:

Then you probably set things up wrong.

In terms of the git method, its a known issue, it was telling me the source folders were missing but even after linking them the error wouldn't disappear. With physically cloning the work space, I was getting build path errors, i could figure out how to resolve them but why bother, I like my newly discovered method of just having multiple src folders. 

Link to comment
Share on other sites

How to do it right:

 

  1. Create a new folder
  2. Add all the files that Forge ships with
  3. Run the forge setup commands
  4. Open eclipse and say "change workspace"
  5. Point it at the new folder
  • Thanks 1

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.

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.