Skip to content

Commit 8e419e1

Browse files
committed
1.21.11
1 parent a102195 commit 8e419e1

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ preprocess {
2828
def mc1215 = createNode('1.21.5', 1_21_05, '')
2929
def mc1218 = createNode('1.21.8', 1_21_08, '')
3030
def mc12110 = createNode('1.21.10', 1_21_10, '')
31+
def mc12111 = createNode('1.21.11', 1_21_11, '')
3132

3233
mc115 .link(mc114 , null)
3334
mc115 .link(mc116 , null)
@@ -42,6 +43,7 @@ preprocess {
4243
mc1214.link(mc1215, null)
4344
mc1215.link(mc1218, null)
4445
mc1218.link(mc12110, null)
46+
mc12110.link(mc12111, null)
4547
}
4648

4749
tasks.register('buildAndGather') {

settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"1.21.4",
1414
"1.21.5",
1515
"1.21.8",
16-
"1.21.10"
16+
"1.21.10",
17+
"1.21.11"
1718
]
1819
}

versions/1.21.11/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.21.11
3+
minecraft_version=1.21.11
4+
# https://maven.parchmentmc.org/org/parchmentmc/data/
5+
parchment_version=
6+
7+
# Fabric Mod Metadata
8+
minecraft_dependency=>=1.21.11 <1.22
9+
10+
# Build Information
11+
# The target mc versions for the mod during mod publishing, separated with \n
12+
game_versions=1.21.11
13+
14+
# Dependencies
15+
# fabric_api_version=0.139.4+1.21.11

0 commit comments

Comments
 (0)