diff --git a/build.gradle b/build.gradle index 171a3b1..7ad5ef5 100644 --- a/build.gradle +++ b/build.gradle @@ -123,6 +123,8 @@ repositories { // flatDir { // dir 'libs' // } + + maven { url 'https://jitpack.io' } } dependencies { @@ -131,6 +133,8 @@ dependencies { // The userdev artifact is a special name and will get all sorts of transformations applied to it. minecraft 'net.minecraftforge:forge:1.19.4-45.2.0' + implementation fg.deobf("com.github.Lupicus:ClaimChunk:05284ccd83") + // Real mod deobf dependency examples - these get remapped to your current mappings // implementation fg.deobf("com.tterrag.registrate:Registrate:MC${mc_version}-${registrate_version}") // Adds registrate as a dependency