Use custom IF version

This commit is contained in:
alexcrea 2024-11-20 18:19:15 +01:00
parent b0ec8028e2
commit 73ec340e34
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F

View file

@ -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"))