Skip to content

MUKSC/TACZ-1.21.1

 
 

Repository files navigation

Unofficial TaCZ 1.21.1 Forge/NeoForge Port

Modrinth CurseForge GitHub

Important

This is UNOFFICIAL; Support is not guaranteed and things may not work properly
Do not report issues with this to the original devs

Warning

Don't try to open any worlds from older versions with this mod
All the item data are incompatible and will likely to break things

If you have any questions, you can reach me on the TaCZ Official Discord in the #community-showcase > Unofficial TaCZ 1.21.1 Forge/NeoForge Port channel

Recipes in other gun packs are broken by default
You can upgrade packs to be 1.21.1 NeoForge compatible using the pack upgrader mod, which you can find the download link here (join the TaCZ Offical Discord)
The upgrader mod is not available for Forge

Known Issues

The FIXME annotations in the source code indicate issues I couldn't fix

On Both:

  • Built-in KubeJS recipe integration is disabled
    • I don't really know about KubeJS, and it got massive changes, so I'll just remove it for now

On Forge:

  • Target minecart is disabled as I couldn't get it to compile on Forge

On NeoForge:

===== Original README =====

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")
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.1%
  • Lua 8.9%