From 409f1c4230c41275008998b484af605f8b0d09c2 Mon Sep 17 00:00:00 2001 From: NEZNAMY Date: Wed, 6 Nov 2024 19:19:51 +0100 Subject: [PATCH] [Fabric] Update to 24w45a --- fabric/build.gradle.kts | 2 +- fabric/src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric/build.gradle.kts b/fabric/build.gradle.kts index 61b39ab99..956d306ae 100644 --- a/fabric/build.gradle.kts +++ b/fabric/build.gradle.kts @@ -13,7 +13,7 @@ repositories { dependencies { api(projects.shared) - minecraft("com.mojang:minecraft:24w44a") + minecraft("com.mojang:minecraft:24w45a") mappings(loom.officialMojangMappings()) modImplementation("me.lucko:fabric-permissions-api:0.2-SNAPSHOT") modImplementation("eu.pb4:placeholder-api:2.5.0+1.21.2") diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 922b79e5a..ddfe3196f 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -21,7 +21,7 @@ "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", - "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4-alpha.24.44.a" + "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4-alpha.24.44.a", "1.21.4-alpha.24.45.a" ] }, "recommends": {