Update updateChecker.json

This commit is contained in:
Zacharias
2023-09-07 11:25:44 +02:00
parent 962c2f5f2b
commit a36058459f

View File

@@ -6,7 +6,8 @@
"3.0": "Added size setting for visual speedometer, changed how the visual speedometer location is set",
"3.1": "Fixed error in language file",
"3.2": "Correct checker for Client or Server environment, updated dependencies, added dependency check in mod data file, added a renamer to rename the mod file if it's on a server",
"4.0": "Removed the Size part of the position string, combined the visual and text location strings, updated config version to 3, fixed bug where the text would start to drift of screen if you where too fast"
"4.0": "Removed the Size part of the position string, combined the visual and text location strings, updated config version to 3, fixed bug where the text would start to drift of screen if you where too fast",
"5.0": "Visual speed display has been added"
},
"1.20": {
"1.0": "First version",
@@ -14,13 +15,14 @@
"3.0": "Added size setting for visual speedometer, changed how the visual speedometer location is set",
"3.1": "Fixed error in language file",
"3.2": "Correct checker for Client or Server environment, updated dependencies, added dependency check in mod data file, added a renamer to rename the mod file if it's on a server",
"4.0": "Removed the Size part of the position string, combined the visual and text location strings, updated config version to 3, fixed bug where the text would start to drift of screen if you where too fast"
"4.0": "Removed the Size part of the position string, combined the visual and text location strings, updated config version to 3, fixed bug where the text would start to drift of screen if you where too fast",
"5.0": "Visual speed display has been added"
},
"promos": {
"1.20.1-latest": "4.0",
"1.20.1-recommended": "4.0",
"1.20.1-latest": "5.0",
"1.20.1-recommended": "5.0",
"1.20-latest": "4.0",
"1.20-recommended": "4.0"
"1.20-latest": "5.0",
"1.20-recommended": "5.0"
}
}