mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +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")
|
||||
|
||||
// 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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue