MCModderAnchor / TACZ

42 stars 7 forks source link

title


Timeless and Classics Guns Zero

CurseForge Download License
jitpack build crowdin

Report Bug · View Release · Wiki

Timeless and Classics Guns Zero is a gun mod for Minecraft Forge 1.20.1.

Notice

Authors

Credits

License

Maven

repositories {
    maven {
        // Add jitpack to repositories
        url 'https://jitpack.io'
    }
}

dependencies {
    // Apache Commons Math, Need by TACZ
    minecraftLibrary 'org.apache.commons:commons-math3:3.6.1'

    // Add implementation
    // tacz_version: copy from https://jitpack.io/#MCModderAnchor/TACZ
    implementation 'com.github.MCModderAnchor:TACZ:${tacz_version}'
}