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": "*"