-
Notifications
You must be signed in to change notification settings - Fork 0
Package List
Pete Goodfellow edited this page Jul 6, 2018
·
3 revisions
A package list is a collection of packages. It is also marked up with a name, curator, description, and the last update time.
It is a simple text file which ends with a .json extension.
name
- The title of your package list. String.
curator
- This is probably you! Whoever assembled and is responsible for maintaining the package list. String.
lastUpdated
- The date the package list was last updated. String.
description
- A brief description for your package list.
packages
- An array of URLs that point to your packages.
{
"name": "Example Modpack",
"curator": "Petethegoat",
"lastUpdated": "July 2018",
"description": "Here's a basic example package list. There's not much to it.",
"packages":
[
"https://raw.githubusercontent.com/Petethegoat/ExampleModlist/master/packages/journal_scroll.json",
"http://example.com/expeditious_exit.json",
"http://example.com/pluginless_no_glow.json"
]
}