Skip to content

Commit b6889c0

Browse files
committed
Crystals 1.1.1 Release
1 parent 2447a95 commit b6889c0

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

forge/update.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
{
22
"homepage": "https://modrinth.com/mod/crystals",
33
"1.20.1": {
4-
"1.1.0": "1.20.1 backport of 1.1.0."
4+
"1.1.1": "1.20.1 backport of 1.1.0."
5+
},
6+
"1.20.2": {
7+
"1.1.1": "1.20.1 backport of 1.1.0."
8+
},
9+
"1.20.3": {
10+
"1.1.1": "1.20.1 backport of 1.1.0."
511
},
612
"1.20.4": {
713
"1.0.0": "Add basic crystals and crystal generation.",
8-
"1.1.0": "Increase chances of generating crystals and patch glowstone crystals not generating."
14+
"1.1.0": "Increase chances of generating crystals and patch glowstone crystals not generating.",
15+
"1.1.1": "1.20.1 backport of 1.1.0."
916
},
1017
"promos": {
11-
"1.20.1-latest": "1.1.0",
12-
"1.20.1-recommended": "1.1.0",
13-
"1.20.4-latest": "1.1.0",
14-
"1.20.4-recommended": "1.1.0"
18+
"1.20.1-latest": "1.1.1",
19+
"1.20.1-recommended": "1.1.1",
20+
"1.20.2-latest": "1.1.1",
21+
"1.20.2-recommended": "1.1.1",
22+
"1.20.3-latest": "1.1.1",
23+
"1.20.3-recommended": "1.1.1",
24+
"1.20.4-latest": "1.1.1",
25+
"1.20.4-recommended": "1.1.1"
1526
}
1627
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ minecraft_version=1.20.1
44
enabled_platforms=fabric,forge
55

66
archives_base_name=crystals
7-
mod_version=1.1.0
7+
mod_version=1.1.1
88
maven_group=github.killarexe.crystals
99

1010
fabric_loader_version=0.15.3

0 commit comments

Comments
 (0)