From 61493a86991161bb4fad025c88e6d9e36dfbe229 Mon Sep 17 00:00:00 2001 From: lukasabbe <67807954+lukasabbe@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:16:22 +0200 Subject: [PATCH] 1.21.2 version --- build.gradle | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1e1f771..dfbf7ac 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { ] apiMudules.forEach { - include(modImplementation(fabricApi.module(it,project.fabric_version))) + modImplementation(fabricApi.module(it,project.fabric_version)) } } diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c7796f3..a2d20a6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,7 +22,7 @@ ], "depends": { "fabricloader": ">=${loader_version}", - "minecraft": ">=1.21.2-alpha.24.38.a", + "minecraft": ">=1.21.2-beta.5", "fabric-api-base": "*", "fabric-networking-api-v1": "*", "fabric-lifecycle-events-v1": "*"