Skip to content

Commit

Permalink
Crystals 1.1.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Killarexe committed Feb 25, 2024
1 parent 2447a95 commit b6889c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions forge/update.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
{
"homepage": "https://modrinth.com/mod/crystals",
"1.20.1": {
"1.1.0": "1.20.1 backport of 1.1.0."
"1.1.1": "1.20.1 backport of 1.1.0."
},
"1.20.2": {
"1.1.1": "1.20.1 backport of 1.1.0."
},
"1.20.3": {
"1.1.1": "1.20.1 backport of 1.1.0."
},
"1.20.4": {
"1.0.0": "Add basic crystals and crystal generation.",
"1.1.0": "Increase chances of generating crystals and patch glowstone crystals not generating."
"1.1.0": "Increase chances of generating crystals and patch glowstone crystals not generating.",
"1.1.1": "1.20.1 backport of 1.1.0."
},
"promos": {
"1.20.1-latest": "1.1.0",
"1.20.1-recommended": "1.1.0",
"1.20.4-latest": "1.1.0",
"1.20.4-recommended": "1.1.0"
"1.20.1-latest": "1.1.1",
"1.20.1-recommended": "1.1.1",
"1.20.2-latest": "1.1.1",
"1.20.2-recommended": "1.1.1",
"1.20.3-latest": "1.1.1",
"1.20.3-recommended": "1.1.1",
"1.20.4-latest": "1.1.1",
"1.20.4-recommended": "1.1.1"
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft_version=1.20.1
enabled_platforms=fabric,forge

archives_base_name=crystals
mod_version=1.1.0
mod_version=1.1.1
maven_group=github.killarexe.crystals

fabric_loader_version=0.15.3
Expand Down

0 comments on commit b6889c0

Please sign in to comment.