diff --git a/gradle.properties b/gradle.properties index 1c9075d..97f9d69 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.configuration-cache=false # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=26.2 +minecraft_version=26.3 loader_version=0.19.5 loom_version=1.17-SNAPSHOT fabric_kotlin_version=1.13.13+kotlin.2.4.10 @@ -20,9 +20,9 @@ group=xyz.thewhitedog9487 OutputFileBasename=WhoProvideThisKeybind # Dependencies -fabric_api_version=0.159.0+26.2 +fabric_api_version=0.161.0+26.3 # https://modrinth.com/mod/modmenu/versions -modmenu_version=20.0.1 +modmenu_version=21.0.0-beta.1 # https://modrinth.com/mod/yacl/versions -yacl_version=3.9.6+26.2-fabric \ No newline at end of file +yacl_version=3.9.7+26.3-fabric \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4d34714..c1ca0ce 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,9 +25,9 @@ "environment": "client" } ], "depends": { "fabricloader": ">=0.19.5", - "minecraft": "~26.2", + "minecraft": "~26.3", "java": ">=25", - "fabric-api": ">=0.159.0", + "fabric-api": ">=0.161.0", "fabric-language-kotlin": ">=1.13.13+kotlin.2.4.10" }, "suggests": { "modmenu": "*",