mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Use custom IF version
This commit is contained in:
parent
b0ec8028e2
commit
73ec340e34
1 changed files with 3 additions and 3 deletions
|
|
@ -28,9 +28,9 @@ dependencies {
|
||||||
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
||||||
|
|
||||||
// Gui library
|
// Gui library
|
||||||
val stefvanschie_IF = "com.github.stefvanschie.inventoryframework:IF:0.10.18"
|
val inventoryFramework = "xyz.alexcrea.cuanvil.inventoryframework:IF-CustomAnvil:0.10.18"
|
||||||
implementation(stefvanschie_IF)
|
implementation(inventoryFramework)
|
||||||
testRuntimeOnly(stefvanschie_IF)
|
testRuntimeOnly(inventoryFramework)
|
||||||
|
|
||||||
// EnchantsSquaredRewritten
|
// EnchantsSquaredRewritten
|
||||||
compileOnly(files("libs/EnchantsSquared.jar"))
|
compileOnly(files("libs/EnchantsSquared.jar"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue