Skip to content

Commit f1e52dd

Browse files
committed
mc version add 1.20.1 and 1.20.2
cuz lots my projects still have them, why not
1 parent bae9926 commit f1e52dd

File tree

5 files changed

+39
-3
lines changed

5 files changed

+39
-3
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ preprocess {
2020
def mc117 = createNode('1.17.1', 1_17_01, '')
2121
def mc118 = createNode('1.18.2', 1_18_02, '')
2222
def mc119 = createNode('1.19.4', 1_19_04, '')
23+
def mc1201 = createNode('1.20.1', 1_20_01, '')
24+
def mc1202 = createNode('1.20.2', 1_20_02, '')
2325
def mc1204 = createNode('1.20.4', 1_20_04, '')
2426
def mc1206 = createNode('1.20.6', 1_20_06, '')
2527
def mc1211 = createNode('1.21.1', 1_21_01, '')
@@ -35,7 +37,9 @@ preprocess {
3537
mc116 .link(mc117 , null)
3638
mc117 .link(mc118 , null)
3739
mc118 .link(mc119 , null)
38-
mc119 .link(mc1204, null)
40+
mc119 .link(mc1201, null)
41+
mc1201.link(mc1202, null)
42+
mc1202.link(mc1204, null)
3943
mc1204.link(mc1206, null)
4044
mc1206.link(mc1211, null)
4145
mc1211.link(mc1213, null)

settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"1.17.1",
77
"1.18.2",
88
"1.19.4",
9+
"1.20.1",
10+
"1.20.2",
911
"1.20.4",
1012
"1.20.6",
1113
"1.21.1",

versions/1.20.1/gradle.properties

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Fabric Properties
2+
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.20.1
3+
minecraft_version=1.20.1
4+
# https://maven.parchmentmc.org/org/parchmentmc/data/
5+
parchment_version=2023.09.03
6+
7+
# Fabric Mod Metadata
8+
minecraft_dependency=>=1.20 <=1.20.1
9+
10+
# Build Information
11+
# The target mc versions for the mod during mod publishing, separated with \n
12+
game_versions=1.20\n1.20.1
13+
14+
# Dependencies
15+
# fabric_api_version=0.92.6+1.20.1

versions/1.20.2/gradle.properties

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Fabric Properties
2+
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.20.2
3+
minecraft_version=1.20.2
4+
# https://maven.parchmentmc.org/org/parchmentmc/data/
5+
parchment_version=2023.12.10
6+
7+
# Fabric Mod Metadata
8+
minecraft_dependency=1.20.2
9+
10+
# Build Information
11+
# The target mc versions for the mod during mod publishing, separated with \n
12+
game_versions=1.20.2
13+
14+
# Dependencies
15+
# fabric_api_version=0.91.6+1.20.2

versions/1.20.4/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
parchment_version=2024.04.14
66

77
# Fabric Mod Metadata
8-
minecraft_dependency=>=1.20 <=1.20.4
8+
minecraft_dependency=>=1.20.3 <=1.20.4
99

1010
# Build Information
1111
# The target mc versions for the mod during mod publishing, separated with \n
12-
game_versions=1.20\n1.20.1\n1.20.2\n1.20.3\n1.20.4
12+
game_versions=1.20.3\n1.20.4
1313

1414
# Dependencies
1515
# fabric_api_version=0.97.3+1.20.4

0 commit comments

Comments
 (0)