All versions
0.80
Release
Create: Tank Defenses v0.802 years ago 267.2K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
0.80 Update
Additions
- Added 9 new color options
- Added Letters and Numbers as decals
- Added Penetration Measure Blocks (only obtainable by commands)
- Added a new ore, Aluminum
- Added a new alloy, Alpha Titanium
- Added Thermite and Thermitebag
- Added Slag and it's variations
- Added new crafting materials, Thermal and Electrical Conductive Plates and Boiler and Capacitor Mechanisms
- Added Coke Coal and Creosote Oil
- Added Ashes and Ashesbag
- Added dusts as crafting materials
- Made metallic armor blocks produce sparks when hit by CBC shells
- Added tags to group armor types for datapacks or texturepacks
Changes
- Changed Titanium Armor Blocks craft to use Alpha Titanium instead of Titanium
- Changed Steel ingot craft to make it slighly harder
- Changed Titanium related items texture
- Changed texture for Steel Explosive Reactive Armor
- Changed Texture for Titanium Composite Armor
- Removed gravity from Fortified Armor Blocks
- Changed Barbed Wire texture
- Changed texture for the Smoke Mortar (WIP block, only obtainable by commands)
- Changed craft for Electromagnetic and Pressurized Reactive Armor Block to make it harder
- Changed how Electromagnetic and Pressurized Reactive Armor Block work by lowering the Resistance Values and buffing other aspects
- Changed how Composite Reactive Armor Blocks work by making them have more Resitance, lowering the chance to destroy the shell on impact, and have a chance not to break when activating
- Added CBC explosion particles to Explosive Reactive Armor when activating
- Added CBC explosion particles to Gunpowderbag and Trinitrotoluenebag
- Made it possible to crush Raw Titanium to get extra
Fixes
- Fixed IDs for some blocks
- Fixed Steel Block not being able to be turn back to Ingots
- Fixed some crafts using the wrong materials
- Fixed some textures
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:21JTaupZ:jdJCsldy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:21JTaupZ:jdJCsldy"
}

