TechnicPack / TechnicSolder

PHP web app that brings differential updates to the Technic Launcher and Technic Platform
https://docs.solder.io/
Other
169 stars 167 forks source link

Mod installation problem #597

Closed oddhorse closed 8 years ago

oddhorse commented 8 years ago

I set up my mod library with the instructions in the docs, with the .zip structured like this: before-zip But when I test out my modpack installation, it extracts the .zips into the main MC directory, like so, instead of distributing the contents to the appropriate folders: ext-fin

spannerman79 commented 8 years ago

http://docs.solder.io/docs/zip-file-structure

oddhorse commented 8 years ago

I meant that this one was the zipped file: before-zip

skwerlman commented 8 years ago

remove the outer folder from the .zip

i.e. it should extract to:

mods
  foo-bar.jar
oddhorse commented 8 years ago

Thank you both for your help! Finally realized what I was doing wrong...