fix eco enchant issue

This commit is contained in:
alexcrea 2026-08-12 07:17:36 +02:00
parent 58c9fa129a
commit d18ee56ff1
Signed by: alexcrea
GPG key ID: E59DF23EE2A2266C
2 changed files with 7 additions and 7 deletions

View file

@ -69,10 +69,10 @@ dependencies {
compileOnly(files("libs/EnchantsSquared.jar"))
// EcoEnchants & item
compileOnly("com.willfp:libreforge:4.79.0:all")
compileOnly("com.willfp:eco:6.74.5")
compileOnly("com.willfp:libreforge:2026.32:all")
compileOnly("com.willfp:eco:2026.32")
compileOnly("com.willfp:EcoEnchants:12.11.1")
compileOnly("com.willfp:EcoEnchants:2026.32:all")
compileOnly(project(":impl:LegacyEcoEnchant"))
compileOnly("com.willfp:EcoItems:5.66.0")