Jump to content

Recommended Posts

  • Discord Moderator
Posted

Client Pack:

  • You have no config files in your modpack. When trying to make the client work with a server this is always "bad". Without config files in the client there is no way to ensure that the client and server are synchronized with IDs.
  • Never, ever distribute a modpack with an auto ID fixer installed (you have IDFix) when intending to use the pack with a server. It is impossible to ensure that the client and server are synchronized. Additionally, some mods just don't play well with IDFix. It's better to fix conflicts correctly in the respective config files.
  • Once you remove IDFix you will have 3 block ID conflicts and about half a dozen item ID conflicts to resolve (ignore the CandySlab item conflict).

Server Pack:

  • Install Forge or Cauldron (from their respective download sites) into a folder. We'll refer to that folder as SERVER.
  • Copy your config and mods folders (after fixing the IDs and removing IDFix) from your client pack folder to SERVER.
  • Remove SERVERmodsnotenoughkeys-1.6.4-0.0.4.jar
  • Launch server with a command similar to this:
java -Xmx2048m -Xms2048m -XX:PermSize=128m -jar forgeorcauldron.jar nogui

Take note that "forgeorcauldron.jar" is just the name of the JAR file which was installed by the installer you selected in the first Server Pack bullet point.

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.

×
×
  • Create New...