Skip to content

Overview (Start here)

metherul edited this page Sep 12, 2018 · 1 revision

Automaton Modpack Wiki

This wiki defines the structure of an Automaton modpack.

Filetypes

  • 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

Sample Modpack Structure

(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

Specific Wiki Pages

  • Modpack Strucuture (Detailed)
  • Mod Header (modpack.json)
  • Mod (ModName.json, SomeOtherModName.json, AnotherMod.json)
Clone this wiki locally