Component Types - XDjackieXD/PackUpdate GitHub Wiki

There are the following component types:

mod

A simple mod. Will be installed as {name}-{version}.jar into the mods/ directory. Characters other than A-Z, a-z, 0-9 as well as -, . and _ will be replaced with _.

config

A zip file containing config files. This will be extracted to configs/

resources

Like config a zip file, however it is extracted to the root of the minecraft directory.

forge

Downloads and installs forge. Currently only implemented on the server side.