-
Notifications
You must be signed in to change notification settings - Fork 14
Overview (Start here)
metherul edited this page Sep 12, 2018
·
1 revision
This wiki defines the structure of an Automaton modpack.
- Automaton modpacks are in archival format
(.zip, .7z, .rar)
and end with.auto
. - Metadata stored within the modpack are in
.json
format. - Content includes image types such as
.png, .jpg
(root) Modpack_Name.auto
--> modpack.json // Contains metadata about the modpack itself.
--> {content folder name} // Name can be anything, as long as it's targeted correctly in the modpack.
--> --> someImage.jpg
--> --> someOtherImage.png
--> {mod folder} // Can have multiple mod folders, as long as they are targeted correctly in the modpack.
--> --> ModName.json
--> --> SomeOtherModName.json
--> --> AnotherMod.json
- Modpack Strucuture (Detailed)
- Mod Header (
modpack.json
) - Mod (
ModName.json, SomeOtherModName.json, AnotherMod.json
)