From 48c3b5fc165714d694727dc5f6a6251bb2a138fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:00:11 +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.133.4+1.21.9. - [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.133.4+1.21.9 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..8e2658b 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.133.4+" } else if (platform.mcVersion == 12101) { fabricApiVersion = "0.110.0+1.21.1" } else if (platform.mcVersion == 12104) {