From 71742c5b3ad81d2c568201be11b6d6bed4ded6fb Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 2 Sep 2020 20:58:31 +0200 Subject: [PATCH] fixed Enchantability maven link --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc5b760e..34ccd613 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ dependencies { compileOnly fg.deobf("top.theillusivec4.curios:curios:FORGE-1.15.2-2.0-beta2:api") compile fg.deobf("com.blamejared.crafttweaker:CraftTweaker-1.15.1:6.0.0.4") - compile fg.deobf("quarris.enchantability:enchantability:8.1.15") + compile fg.deobf("quarris.enchantability:Enchantability:8.4.23") } // Example for how to get properties into the manifest for reading by the runtime..