-
Notifications
You must be signed in to change notification settings - Fork 10
Component Types
Stephan Henrichs edited this page Jul 20, 2019
·
3 revisions
There are the following component types:
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 _
.
A zip file containing config files. This will be extracted to configs/
Like config
a zip file, however it is extracted to the root of the minecraft directory.
Downloads and installs forge. Currently only implemented on the server side.