Skip to content

Commit

Permalink
feat(fabric): Initial 1.20.6 update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Apr 30, 2024
1 parent 1bbf3ab commit fb13022
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
modrinth-publish: true
hangar-publish: true
loom: true
jdk-version: 21
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ indra = "3.1.3"
shadow = "8.1.7"
adventure = "4.16.0"
adventurePlatform = "4.3.2"
adventurePlatformFabric = "5.12.0"
adventurePlatformFabric = "5.13.0-SNAPSHOT"
configurate = "4.1.2"
checkerQual = "3.42.0"
slf4j = "1.7.32"
Expand All @@ -22,9 +22,9 @@ bstats = "3.0.2"
paperApi = "1.16.5-R0.1-SNAPSHOT"
paperlib = "1.0.8"
waterfallApi = "1.16-R0.5-SNAPSHOT"
fabricApi = "0.93.1+1.20.4"
fabricApi = "0.97.8+1.20.6"
fabricLoader = "0.15.10"
minecraft = "1.20.4"
minecraft = "1.20.6"
spongeApi7 = "7.2.0"
velocityApi = "3.2.0-SNAPSHOT"
jupiterEngine = "5.10.2"
Expand Down
2 changes: 1 addition & 1 deletion platform/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ miniMOTDPlatform {

indra {
javaVersions {
target(17)
target(21)
}
}

Expand Down
4 changes: 2 additions & 2 deletions platform/fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"minimotd-fabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.15.3",
"fabricloader": ">=0.15.10",
"fabric": "*",
"minecraft": "~1.20.4"
"minecraft": "~1.20.5"
}
}

0 comments on commit fb13022

Please sign in to comment.