Skip to content

Commit ade482d

Browse files
committed
build: 1.21.6-rc1
1 parent 5207606 commit ade482d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ org.gradle.warning.mode=all
55
#org.gradle.configuration-cache=true
66
# Fabric Properties
77
# check these on https://fabricmc.net/versions.html
8-
minecraft_version=1.21.6-pre4
9-
yarn_mappings=1.21.6-pre4+build.1
8+
minecraft_version=1.21.6-rc1
9+
yarn_mappings=1.21.6-rc1+build.1
1010
loader_version=0.16.14
1111
fabric_version=0.126.1+1.21.6
1212
# Mod Properties

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
]
2727
},
2828
"depends": {
29-
"fabricloader": ">=0.16.9",
29+
"fabricloader": ">=0.16.14",
3030
"java": ">=21",
31-
"minecraft": ">=1.21.4",
31+
"minecraft": ">=1.21.6",
3232
"c2me-base": "*"
3333
},
3434
"conflicts": {
@@ -37,7 +37,6 @@
3737
},
3838
"breaks": {
3939
"tic_tacs": "*",
40-
"optifabric": "*",
41-
"fabric-api": "<0.107.0"
40+
"optifabric": "*"
4241
}
4342
}

0 commit comments

Comments
 (0)