Links
Tags
Creators
Details
All versions
0.60
Release
Create Tank Defenses v0.602 years ago 196
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Plastanium Madness
Added a new material called Plastanium, he's used for specific types of armor blocks wich don't have Steel or Titanium variations
New Armor Blocks
- Bulletproof Glass - Its a new type of glass with more transparent area and less resistance
- Chain Armor Block - It's a partially see through block with high blast resistance and low hardness
- External Fuel Tank - It's a large and resistant fluid tank, can't connect with others like create fluid tanks, but has huge resistance and holds up to 16000mb of fluid instead of 8000mb
Other Additions
- Made Steel able to be crafted using charcoal instad of only coal
- Added coal fluid for plastanium crafting, it's expensive and can be placed as a liquid, slows down the entity if inside the fluid
- Added Plastanium, a Titanium Alloy made using Coal Fluid or Crude Oil from Create: Diesel Generators, it's used to make the new armor blocks
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:lrHTCmEl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:21JTaupZ:lrHTCmEl"
}


