Tags
Creators
Details
0.3.12.2
Compatibility
Changes
Attention
This version serves as a transitional release with some important fixes. Due to device performance reasons, the sixteen-color common skins have been temporarily removed and will return in the next release.
Details
New
- Added four types of ammo plugins;
- Added control content under "data\tac\modifiers"; // Pierce Count, Explosion Damage, ArmorIgnore multiplier, Headshot Damage multiplier, whether it's HE ammo, and whether it's Incendiary ammo
- Added control content under "data\tac\guns"; // Base pierce count (currently all sniper rifles default to 3 pierce, and DMRs default to 2 pierce)
Fix
- Fixed an issue where entities in the rear were taking damage first in certain situations;
- Fixed misplacement of explosion effects at high projectile velocities;
- Fixed damage determination order issue when performing pierce attacks;
- Fixed rendering issue with the "Spirit of Thunder" component of the MP9 Gold Skin;
- Fixed suppressor absence for CZ75 and CZ75 Auto;
- Fixed rendering issue with Glock18's laser when applying skins;
- Fixed the inability to fire when installing extended magazines in multiplayer games;
- Fixed default muzzle absence for MP7;
Set
- Disabled TaC enchantment options in the enchantment table;
- M24, M82A3, AWP, MK20, and MARD attacks will now pierce through three targets;
- SKS, SPR15, and MK14 attacks will now pierce through two targets;
- M82A3 can now be equipped with HE ammo to produce a small area explosion upon impact (but will not penetrate).
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:EYLAdqHA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hudztH4j:EYLAdqHA"
}

