Jump to content

Recommended Posts

Posted

So I recently tried creating a lightweight ModPack for a whitelisted server I am going to be creating, but whenever I launch it from the Technic Launcher it opens Vanilla Minecraft... With none of the mods installed.

 

The mods included are:

• Balkon's Weapon Mod

• Enchanting Plus

• More Swords Mod

• Custom NPCs

• Dragon Mounts

 

Any idea why this would be? Thanks in advance!

  • Discord Moderator
Posted

Your modpack archive is not properly assembled or you are missing the "binmodpack.jar" which is the Forge universal binary jar file renamed to modpack.jar.

  • Discord Moderator
Posted

Your modpack archive is not properly assembled...

 

The required folders for a modpack are in a subfolder inside your modpack archive. The "bin" and "mods" folder are inside a subfolder called "Das Reich der Drachen". They should instead be at the top level of the archive's folder structure.

Posted

Your modpack is improperly zipped. The modpack needs to be structured like so:
    modpack.zip(naming doesn't matter)
         bin
             modpack.jar
          mods
             (all of the mod files)
          config
             (all of the config files)

You also need to include the config files. There are several enchantment id conflicts that you need to fix as well ( from More Swords Mods).

 

Posted (edited)

Your modpack is improperly zipped. The modpack needs to be structured like so:

    modpack.zip(naming doesn't matter)

         bin

             modpack.jar

          mods

             (all of the mod files)

          config

             (all of the config files)

You also need to include the config files. There are several enchantment id conflicts that you need to fix as well ( from More Swords Mods).

 

How would I go about finding and fixing these conflicts? Thank you both for all your help though! :)

 

EDIT: So it's clearly changed something... It now starts up, but crashes when the screen is black. I can only assume this is because of the ID conflicts you mentioned. I went in and tried changing them by adding another "0" after the "1" in each of the enchantment IDs... But that doesn't seem to have solved the problem. Also, when you update a ModPack how do you get the "Do you want to update this ModPack?" message to appear when you try to launch an outdated version of it from Technic Launcher?

 

Thanks in advance!

 

Here is a gist of the crash report:
Edited by NuclearNarwhal
Posted (edited)

They are in the More Swords config file, which is located in the config folder of your install. They are under Enchantment ID's.

Edited by PBlock96

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...