Avous Posted May 1, 2014 Posted May 1, 2014 (edited) I just completed a custom pack for my server on Minecraft 1.6.4 and added the bin, mods, and config files to my zip and uploaded it to my public dropbox. However, it doesn't install forge from the modpack.jar for whatever reason. here's the link if anyone could please assist me. http://www.technicpack.net/modpack/details/aerynthmc.346853 I'll supply some additional info, The Dropbox zip is called modpack Everything is lowercase in the folders/modpack.jar I grabbed the latest 1.6.4 Forge Universal download. I had to do extensive testing and modified config prior to adding them to the zip. If I extract mods and config from the zip it runs flawlessly on minecraft. tekkit just doesn't want to install forge. Edited May 1, 2014 by Avous
Discord Moderator plowmanplow Posted May 1, 2014 Discord Moderator Posted May 1, 2014 Your modpack.jar is the Forge installer, not the Forge universal binary. You have renamed all of your mods to remove the version numbers from the file names. This is very bad. Managing versions of mods is one of the most important aspects of maintaining a pack and without versions in the file names you will be hard pressed to do that. You have block ID conflicts between BoP and PowerBoxes. You have many item ID conflicts. Check your FMLClient log. Your ComputerCraft (1.63) does not match your OpenMods API. CC recently updated and almost no other mods have switched to the CC-1.6 API. This is additionally complicated by a change in the CC API which requires that other mods integrate the BundledRedstone API as CC no longer does that internally.
Avous Posted May 1, 2014 Author Posted May 1, 2014 Your modpack.jar is the Forge installer, not the Forge universal binary. You have renamed all of your mods to remove the version numbers from the file names. This is very bad. Managing versions of mods is one of the most important aspects of maintaining a pack and without versions in the file names you will be hard pressed to do that. You have block ID conflicts between BoP and PowerBoxes. You have many item ID conflicts. Check your FMLClient log. Your ComputerCraft (1.63) does not match your OpenMods API. CC recently updated and almost no other mods have switched to the CC-1.6 API. This is additionally complicated by a change in the CC API which requires that other mods integrate the BundledRedstone API as CC no longer does that internally. thank you I can't believe I overlooked all that and the renamed mods had an intention I forgot I added power boxes at the last second lol
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now