Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.73 KB

readme.md

File metadata and controls

58 lines (46 loc) · 1.73 KB

title


Timeless and Classics Guns Zero

CurseForge Download License
jitpack build

Report Bug · View Release · Wiki

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

Notice

  • If you have any bugs, you can visit Issues to submit issues.

Authors

  • Programmer: 286799714, TartaricAcid, F1zeiL, xjqsh, ClumsyAlien
  • Artist: NekoCrane, Receke

Credits

  • Other players who have helped me in any ways, and you

License

Maven

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

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