-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.json
23 lines (23 loc) · 1.31 KB
/
versions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/chemlib-custom-compounds",
"promos": {
"1.20.1-latest": "1.1.0.20",
"1.20.1-recommended": "1.1.0.20"
},
"1.20.1": {
"1.0.1.6": "- Added a versions.json to allow for update checking",
"1.0.1.7": "- Fixed version recommendations in versions.json",
"1.0.1.8": "- Added automatic version tagging",
"1.0.1.9": "- Added missing Gradle task for generating version information",
"1.0.1.11": "- Remove Git version tagging to save build time",
"1.1.0.12": "- Added proper support for custom elements\n- Added translations for all element groups",
"1.1.0.13": "- Fixed duplicated tooltips in generated compound dust items",
"1.1.0.14": "- Fixed crash on server due to NoSuchFieldException caused by runtime dist cleaner",
"1.1.0.15": "- Fixed wrong country code for czech translations\n- Added automatic upload to CurseForge and Modrinth",
"1.1.0.16": "- (Hopefully) fixed issues in the CI configuration causing uploads to fail",
"1.1.0.17": "- Fixed broken CurseGradle cofiguration in CI",
"1.1.0.18": "- Added missing changelog property to publishing configurations",
"1.1.0.19": "- Finalized automatic deployment to CurseForge and Modrinth",
"1.1.0.20": "- Add links for homepage and issue tracker to mod info file"
}
}