-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathupdate.json
More file actions
20 lines (20 loc) · 675 Bytes
/
update.json
File metadata and controls
20 lines (20 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"homepage": "https://github.com/Chaos02/SubFolderLoader",
"promos": {
"1.19-latest": "1.0.0",
"1.19-recommended": "1.0.0",
"1.18-latest": "1.0.0",
"1.18-recommended": "1.0.0"
},
"1.19": {
"1.0.0": "Initial 1.19 Release."
},
"1.18": {
"1.0.0": "Initial 1.18 Release.",
"0.9.0": "Successfully loading mods from sub directories!",
"0.3.1": "Overriden scanCandidates to include own mod finder and scanMods to add ownMods to the attribues that define the launched Minecraft",
"0.3.0": "FML ModLoader class implemented, expected to be working",
"0.2.0": "Code has been written, likely not working.",
"0.1.0": "Initial Release, No known function"
}
}