Updated Neoforged updateChecker.json

This commit is contained in:
2025-06-22 23:56:54 +02:00
parent 6f8b024bcc
commit 66d63b03ea

View File

@@ -8,7 +8,8 @@
"6.2.1": "Fixed issue #3", "6.2.1": "Fixed issue #3",
"6.2.2": "Fixed issue with multi digit position in the parser", "6.2.2": "Fixed issue with multi digit position in the parser",
"6.2.3": "Fixed crash issue from 6.2.2 when playing in 1.21.4", "6.2.3": "Fixed crash issue from 6.2.2 when playing in 1.21.4",
"6.2.4": "updated to 1.21.5" "6.2.4": "updated to 1.21.5",
"6.3.0": "updated to 1.21.6, Fixed bug in tokenizer"
}, },
"promos": { "promos": {
"1.21-latest": "6.2.2", "1.21-latest": "6.2.2",
@@ -18,6 +19,9 @@
"1.21.4-recommended": "6.2.3", "1.21.4-recommended": "6.2.3",
"1.21.5-latest": "6.2.4", "1.21.5-latest": "6.2.4",
"1.21.5-recommended": "6.2.4" "1.21.5-recommended": "6.2.4",
"1.21.6-latest": "6.3.0",
"1.21.6-recommended": "6.3.0"
} }
} }