From 543883c1c1b129dd2e4832ae0d4ae770f2fb8c88 Mon Sep 17 00:00:00 2001 From: Christopher Bohn Date: Sat, 27 Jan 2024 11:33:49 -0800 Subject: [PATCH] Update loom and adventure --- fabric/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric/build.gradle.kts b/fabric/build.gradle.kts index 4416213..b28641a 100644 --- a/fabric/build.gradle.kts +++ b/fabric/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("dev.architectury.loom") version "1.3-SNAPSHOT" + id("dev.architectury.loom") version "1.5-SNAPSHOT" id("com.github.johnrengelman.shadow") version "8.1.1" } @@ -17,7 +17,7 @@ dependencies { mappings(group = "net.fabricmc", name = "yarn", version = "1.20.4+build.3", classifier = "v2") modImplementation(group = "net.fabricmc", name = "fabric-loader", version = "0.15.3") modImplementation(group = "net.fabricmc.fabric-api", name = "fabric-api", version = "0.92.0+1.20.4") - modImplementation(include(group = "net.kyori", name = "adventure-platform-fabric", version = "5.11.0-SNAPSHOT")) + modImplementation(include(group = "net.kyori", name = "adventure-platform-fabric", version = "5.11.0")) shade(implementation(group = "org.spongepowered", name = "configurate-yaml", version = "4.1.2")) }