File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff 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
4749tasks. register(' buildAndGather' ) {
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments