Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 252 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 252 Bytes

Depend on it

repositories {
    maven {
        // Maven of jitpack.io
        url "https://jitpack.io/"
    }
}

dependencies {
    modImplementation include("com.github.DM-Fabric-Ports:CreateDragonLib:${project.dragon_lib_version}")
}