Skip to content

File Structure

firecrafty edited this page Apr 6, 2016 · 3 revisions

File Structure

The file structure required for TechnicAssembler to properly zip the files is relatively simple:

├── TechnicAssembler-X.X.X.jar  The TechnicAssembler jar file
├── bin
│   ├── client  Jar modification files
│   └── server  Server jars, Forge libs, and start scripts
├── config
│   ├── client  Client only config files
│   ├── common  Shared config files
│   └── server  Server only config files
├── extra       Extra stuff, such as readme's and licenses
│   ├── client  
│   ├── common
│   └── server
└── mods        Jars that should be placed in "mods" folder
    ├── client  Client only mods
    ├── common  Shared mods
    └── server  Server only mods

All that is required is to place the files in their proper locations and run the program.

Clone this wiki locally