Tags
Creators
Details
0.3.10.2-1.18.2
Compatibility
Changes
Attention
There will be two files in each version for MC 1.18.2, one is for Optifine Mod (with -optifine). If you do not have Optifine installed, use the version without -optifine.
Details
· Moved everything to 1.18.2.
· Curios is no longer required. Also Obfuscate is no longer required, instead you need to install Framework.
· There is a bug in the interface for adjusting config in the game and it is still being fixed, temporarily removed.
· The Armor Rig returns, equipped/unarmed using hotkey (default o).
· The sight magnification algorithm has been modified, but the magnification of double rendering went wrong. You need to set scopeDoubleRender to false in config/tac-client.toml.
· The skin system updated in 0.3.9 has been temporarily removed due to the need for functional adjustments. Only skin items will remain, and they will not actually take effect.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| tac-0.3.10.2-1.18.2-optifine.jar | Unknown | 45.15 MiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:hudztH4j:hqaRxH2K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hudztH4j:hqaRxH2K"
}

