Skip to content

Commit fb13022

Browse files
committed
feat(fabric): Initial 1.20.6 update
1 parent 1bbf3ab commit fb13022

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
modrinth-publish: true
1818
hangar-publish: true
1919
loom: true
20+
jdk-version: 21

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ indra = "3.1.3"
1313
shadow = "8.1.7"
1414
adventure = "4.16.0"
1515
adventurePlatform = "4.3.2"
16-
adventurePlatformFabric = "5.12.0"
16+
adventurePlatformFabric = "5.13.0-SNAPSHOT"
1717
configurate = "4.1.2"
1818
checkerQual = "3.42.0"
1919
slf4j = "1.7.32"
@@ -22,9 +22,9 @@ bstats = "3.0.2"
2222
paperApi = "1.16.5-R0.1-SNAPSHOT"
2323
paperlib = "1.0.8"
2424
waterfallApi = "1.16-R0.5-SNAPSHOT"
25-
fabricApi = "0.93.1+1.20.4"
25+
fabricApi = "0.97.8+1.20.6"
2626
fabricLoader = "0.15.10"
27-
minecraft = "1.20.4"
27+
minecraft = "1.20.6"
2828
spongeApi7 = "7.2.0"
2929
velocityApi = "3.2.0-SNAPSHOT"
3030
jupiterEngine = "5.10.2"

platform/fabric/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ miniMOTDPlatform {
2626

2727
indra {
2828
javaVersions {
29-
target(17)
29+
target(21)
3030
}
3131
}
3232

platform/fabric/src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"minimotd-fabric.mixins.json"
2424
],
2525
"depends": {
26-
"fabricloader": ">=0.15.3",
26+
"fabricloader": ">=0.15.10",
2727
"fabric": "*",
28-
"minecraft": "~1.20.4"
28+
"minecraft": "~1.20.5"
2929
}
3030
}

0 commit comments

Comments
 (0)