use a IF version compatible with folia and allow gui to run on it

This commit is contained in:
alexcrea 2024-10-06 03:55:24 +02:00
parent 7029254526
commit c057a9302f
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
3 changed files with 2 additions and 9 deletions

View file

@ -27,7 +27,8 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
// Gui library
implementation("com.github.stefvanschie.inventoryframework:IF:0.10.14")
//implementation("com.github.stefvanschie.inventoryframework:IF:0.10.14") // we can't use the maven artefact currently as it do not support folia
implementation(files("libs/IF-0.10.17-folia.jar"))
// EnchantsSquaredRewritten
compileOnly(files("libs/EnchantsSquared.jar"))