include jitpack

main
William Knauss 2 years ago
parent b8d21f88b4
commit 36b035028f

@ -123,6 +123,8 @@ repositories {
// flatDir { // flatDir {
// dir 'libs' // dir 'libs'
// } // }
maven { url 'https://jitpack.io' }
} }
dependencies { dependencies {
@ -131,6 +133,8 @@ dependencies {
// The userdev artifact is a special name and will get all sorts of transformations applied to it. // 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' 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 // 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 // implementation fg.deobf("com.tterrag.registrate:Registrate:MC${mc_version}-${registrate_version}") // Adds registrate as a dependency

Loading…
Cancel
Save