1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-24 12:16:28 +01:00
SKCraft-Launcher/sample-files/upload/packages.json

19 lines
455 B
JSON
Raw Normal View History

2015-02-19 22:25:48 +01:00
{
"minimumVersion": 1,
"packages": [
{
"name": "Light Modpack",
"title": "Light Modpack",
"version": "20100223",
"location": "lightpack.json",
"priority": 1
},
{
"name": "Monster Modpack",
"title": "Monster Modpack",
"version": "20100223",
"location": "monsterpack.json",
"priority": 1
}
]
}