Port of Timeless and Classics Zero to 26.1 Fabric.
  • Java 88.9%
  • Lua 11.1%
Find a file
2025-12-27 14:56:03 +08:00
.github/ISSUE_TEMPLATE 移除action 2024-11-30 23:09:15 +08:00
gradle/wrapper 完成初次提交 2024-05-16 23:59:03 +08:00
libs Revert "ar兼容测试" 2025-11-17 23:12:15 +08:00
src/main 修改gunpack_info的版本号 -> 1.1.7-hotfix 2025-12-27 14:56:03 +08:00
.gitattributes 完成初次提交 2024-05-16 23:59:03 +08:00
.gitignore 现在动画暂停时可以 setProgress 了 & 修复 boltCaught 在切枪时不播放的问题 2024-11-09 02:24:41 +08:00
build.gradle 默认关闭方块实体的半透明,版本号 -> 1.1.7-hotfix 2025-12-27 00:17:16 +08:00
crowdin.yml Update crowdin.yml 2024-12-26 19:07:22 +08:00
gradle.properties minor fix 2025-11-17 23:24:53 +08:00
gradlew 完成初次提交 2024-05-16 23:59:03 +08:00
gradlew.bat 完成初次提交 2024-05-16 23:59:03 +08:00
LICENSE 添加LICENSE 2025-01-30 20:25:34 +08:00
readme.md 更新readme的maven配置参考 2025-06-09 22:08:38 +08:00
settings.gradle 恢复 remote 依赖以确保 jar in jar 工作正常 2024-12-09 15:43:16 +08:00

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

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

Authors

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

Credits

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

License

Maven

repositories {
    maven {
        // Add curse maven to repositories
        name = "Curse Maven"
        url = "https://www.cursemaven.com"
        content {
            includeGroup "curse.maven"
        }
    }
}

dependencies {
    // You can see the https://www.cursemaven.com/
    // Choose one of the following three

    // If you want to use version tacz-1.20.1-1.1.6-release
    implementation fg.deobf("curse.maven:timeless-and-classics-zero-1028108:6632240-sources-6633203")
}