Skip to content

Commit

Permalink
Add new versions to Forge update check
Browse files Browse the repository at this point in the history
  • Loading branch information
soir20 committed Feb 27, 2022
1 parent 5127928 commit 55da9f3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions info/update/update.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/moremcmeta",
"1.18.1": {
"1.18.1-3.0.2": "Port of MoreMcmeta to 1.18. Fixed a rare crash that could occur randomly right after opening a world."
},
"1.17.1": {
"1.17.1-3.0.2": "Fixed a rare crash that could occur randomly right after opening a world.",
"1.17.1-3.0.1": "Fixed incompatibility with Continuity on Fabric.\nFixed an issue that prevented non-block sprites from being animated.\nUnused mipmaps are now freed, reducing memory usage by approximately 25% for most textures.\nUpdated file licenses to 2022.",
"1.17.1-3.0.0": "This version is the same as 1.16.5-3.0.0, except that it works on 1.17.1."
},
"1.16.5": {
"1.16.5-3.0.2": "Fixed a rare crash that could occur randomly right after opening a world.",
"1.16.5-3.0.1": "Backport of version 1.17.1-3.0.1.\nFixed an issue that prevented non-block sprites from being animated.\nUnused mipmaps are now freed, reducing memory usage by approximately 25% for most textures.\nUpdated file licenses to 2022.",
"1.16.5-3.0.0": "This update adds support for atlas textures (blocks, items, paintings, etc.) as well as a new daytimeSync parameter."
},
Expand All @@ -15,8 +20,9 @@
"1.16.4-1.0.0": "Initial release"
},
"promos": {
"1.17.1-recommended": "1.17.1-3.0.1",
"1.16.5-recommended": "1.16.5-3.0.1",
"1.18.1-recommended": "1.18.1-3.0.2",
"1.17.1-recommended": "1.17.1-3.0.2",
"1.16.5-recommended": "1.16.5-3.0.2",
"1.16.4-recommended": "1.16.4-2.1.0"
}
}

0 comments on commit 55da9f3

Please sign in to comment.