From 68aeafc4297c30871c58dc6e12ce88db44ba6858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:02:33 +0000 Subject: [PATCH] deps: bump net.fabricmc.fabric-api:fabric-api Bumps [net.fabricmc.fabric-api:fabric-api](https://github.com/FabricMC/fabric) from 0.92.2+1.20.1 to 0.134.1+1.21.10. - [Release notes](https://github.com/FabricMC/fabric/releases) - [Commits](https://github.com/FabricMC/fabric/commits) --- updated-dependencies: - dependency-name: net.fabricmc.fabric-api:fabric-api dependency-version: 0.134.1+1.21.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- fabric/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index 4341060..6d8e6fd 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -8,7 +8,7 @@ dependencies { def fabricApiVersion def fabricPermissionsApiVersion = "0.3.1" if (platform.mcVersion == 12001) { - fabricApiVersion = "0.92.2+1.20.1" + fabricApiVersion = "0.134.1+" } else if (platform.mcVersion == 12101) { fabricApiVersion = "0.110.0+1.21.1" } else if (platform.mcVersion == 12104) {