Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • (SOLVED) [1.14.4] Best Way to Switch between Multiple Mods?
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 0
MineModder2000

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

By MineModder2000, October 24 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

MineModder2000    0

MineModder2000

MineModder2000    0

  • Creeper Killer
  • MineModder2000
  • Members
  • 0
  • 248 posts
Posted October 24 (edited)

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 October 30 by MineModder2000
  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45597 posts
Posted October 25

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.

  • Thanks 1
  • Quote

Share this post


Link to post
Share on other sites

DavidM    101

DavidM

DavidM    101

  • World Shaper
  • DavidM
  • Members
  • 101
  • 1122 posts
Posted October 25

Use git clone.

  • Thanks 1
  • Quote

Share this post


Link to post
Share on other sites

MineModder2000    0

MineModder2000

MineModder2000    0

  • Creeper Killer
  • MineModder2000
  • Members
  • 0
  • 248 posts
Posted October 26
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. 

  • Quote

Share this post


Link to post
Share on other sites

MineModder2000    0

MineModder2000

MineModder2000    0

  • Creeper Killer
  • MineModder2000
  • Members
  • 0
  • 248 posts
Posted October 26 (edited)

Well this actually does not work, I can't make any changes in the code that are recognized in the new work space...

Edited October 26 by MineModder2000
  • Quote

Share this post


Link to post
Share on other sites

Draco18s    2090

Draco18s

Draco18s    2090

  • Reality Controller
  • Draco18s
  • Members
  • 2090
  • 14008 posts
Posted October 26

Then you probably set things up wrong.

  • Quote

Share this post


Link to post
Share on other sites

MineModder2000    0

MineModder2000

MineModder2000    0

  • Creeper Killer
  • MineModder2000
  • Members
  • 0
  • 248 posts
Posted October 27

Best solution, different src folders, that I drag and drop to replace, done. 

  • Quote

Share this post


Link to post
Share on other sites

MineModder2000    0

MineModder2000

MineModder2000    0

  • Creeper Killer
  • MineModder2000
  • Members
  • 0
  • 248 posts
Posted October 27
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. 

  • Quote

Share this post


Link to post
Share on other sites

Draco18s    2090

Draco18s

Draco18s    2090

  • Reality Controller
  • Draco18s
  • Members
  • 2090
  • 14008 posts
Posted October 27

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
  • Quote

Share this post


Link to post
Share on other sites

MineModder2000    0

MineModder2000

MineModder2000    0

  • Creeper Killer
  • MineModder2000
  • Members
  • 0
  • 248 posts
Posted October 27
57 minutes ago, Draco18s said:

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 but I am actually happy with my method, as everything is in one work space and project. 

  • Quote

Share this post


Link to post
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DavidM
      Unstable ModPack 1.12.2

      By DavidM · Posted 19 minutes ago

      1. Please don’t use that font. 2. BetweenOres’ problem. Remove it and report to its author.
    • DavidM
      [1.14-newer] deprecated method onBlockActivated

      By DavidM · Posted 29 minutes ago

      Please make your own thread.
    • saxon564
      [1.14.4] [UNSOLVED] Server Thread Freezes After Entity Explodes

      By saxon564 · Posted 42 minutes ago

      I have condensed my code down  so the link in my first post is off by several lines. So here is the correct link. I also commented out all the code using the Minecraft instance since none of that is important right now. I still can't figure out what is causing the hang. Putting in debug code between each line and even overriding the remove methods and all the debug lines do get called. So it seems to me it is something after the my entity is removed, which makes no sense since if the entity dies in any other way, this is not an issue.
    • FireController1847
      [1.14.4] [Solved] Persisting player health on dimension change

      By FireController1847 · Posted 45 minutes ago

      So in reality, what's happening is the attribute is lost on the client-side but not on the server side, which allows it to recover itself without having to re-initiate it?
    • NoMercyPro
      Forge 1.12.2 Installer Crash

      By NoMercyPro · Posted 56 minutes ago

      I have forge 1.12.2-14.23.5.2768 and it's selected and installed properly as well as the latest java installed but on the minecraft launcher, it won't even try to launch. I click the play button but it won't load or open. It works when I play minecraft 1.14
  • Topics

    • fump
      1
      Unstable ModPack 1.12.2

      By fump
      Started 8 hours ago

    • matt1999rd
      17
      [1.14-newer] deprecated method onBlockActivated

      By matt1999rd
      Started November 1

    • saxon564
      6
      [1.14.4] [UNSOLVED] Server Thread Freezes After Entity Explodes

      By saxon564
      Started Yesterday at 05:11 AM

    • FireController1847
      5
      [1.14.4] [Solved] Persisting player health on dimension change

      By FireController1847
      Started 4 hours ago

    • NoMercyPro
      0
      Forge 1.12.2 Installer Crash

      By NoMercyPro
      Started 56 minutes ago

  • Who's Online (See full list)

    • stepsword
    • DesertDwarf
    • RoboShark1019
    • yegor
    • DavidM
    • antimordred
    • loordgek
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • (SOLVED) [1.14.4] Best Way to Switch between Multiple Mods?
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community