From 73ec340e34ec037527e8ec2e72c92c3a76864266 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:19:15 +0100 Subject: [PATCH] Use custom IF version --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 26c5c01..4e2abd3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,9 +28,9 @@ dependencies { compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT") // Gui library - val stefvanschie_IF = "com.github.stefvanschie.inventoryframework:IF:0.10.18" - implementation(stefvanschie_IF) - testRuntimeOnly(stefvanschie_IF) + val inventoryFramework = "xyz.alexcrea.cuanvil.inventoryframework:IF-CustomAnvil:0.10.18" + implementation(inventoryFramework) + testRuntimeOnly(inventoryFramework) // EnchantsSquaredRewritten compileOnly(files("libs/EnchantsSquared.jar"))