Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 486 Bytes

how-to-install-in-workspace.md

File metadata and controls

18 lines (14 loc) · 486 Bytes

How to install in workspace

To add to your workspace, please add the following to your build.gradle :

repositories {
    // The Maven with the mods source
    maven {url 'https://libs.azuredoom.com:4443/mods'}
}

dependencies {
    //Fabric or Quilt
    modImplementation "mod.azuredoom.bettercrawling:better-crawling-fabric-1.20.1:1.0.7"
		
    //NeoForge or Forge
    implementation fg.deobf("mod.azuredoom.bettercrawling:better-crawling-neoforge-1.20.1:1.0.7")
}