Skip to content

Commit e207fbd

Browse files
committed
Crystals 1.2.0 Release
1 parent e5ffd50 commit e207fbd

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

forge/update.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
{
22
"homepage": "https://modrinth.com/mod/crystals",
33
"1.20.1": {
4-
"1.1.1": "1.20.1 backport of 1.1.0."
4+
"1.1.1": "1.20.1 backport of 1.1.0.",
5+
"1.2.0": "Add quartz crystal"
56
},
67
"1.20.2": {
7-
"1.1.1": "1.20.1 backport of 1.1.0."
8+
"1.1.1": "1.20.1 backport of 1.1.0.",
9+
"1.2.0": "Add quartz crystal"
810
},
911
"1.20.3": {
10-
"1.1.1": "1.20.1 backport of 1.1.0."
12+
"1.1.1": "1.20.1 backport of 1.1.0.",
13+
"1.2.0": "Add quartz crystal"
1114
},
1215
"1.20.4": {
1316
"1.0.0": "Add basic crystals and crystal generation.",
1417
"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."
18+
"1.1.1": "1.20.1 backport of 1.1.0.",
19+
"1.2.0": "Add quartz crystal"
1620
},
1721
"promos": {
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"
22+
"1.20.1-latest": "1.2.0",
23+
"1.20.1-recommended": "1.2.0",
24+
"1.20.2-latest": "1.2.0",
25+
"1.20.2-recommended": "1.2.0",
26+
"1.20.3-latest": "1.2.0",
27+
"1.20.3-recommended": "1.2.0",
28+
"1.20.4-latest": "1.2.0",
29+
"1.20.4-recommended": "1.2.0"
2630
}
2731
}

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.1
7+
mod_version=1.2.0
88
maven_group=github.killarexe.crystals
99

1010
fabric_loader_version=0.15.3

0 commit comments

Comments
 (0)