All versions
2.0
Alpha
Advanced Tower Defense Mod 2.05 months ago 257
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Ported from Forge since I can use Modrinth again, yippeee! (New update V3 will be made soonish, school hits hard :c )
New Epoch - Magic
- Ender, Nether and regular magic turrets
- Mana, ender mana, dark mana
- New magical weapons
- A new boss?
- More pillagers
- Wisps (little fellas)
- Staffs
- Heavy ender armor
- Hellforger armor
- Reincarnation (Blue Flame) skins
- New turret type: building, support, spawner, supressor
- Totem of Karma
- New effects: Death mark, Time shift
- New magic metals
Added to existing epoches
- Cannon carriage
- Pepperbox
- Dart launcher
- Torpedo launcher
- Spyglass rangefinder turret
- Aerial and water mines
- Tossible bottles
- Templar armor
- New enchantments
Additionaly
- Bugs fixes
- Turrets now rotate smoothly
- New JEI handler
- Tooltips in the some of blocks
- Light turrets re-balance
- Repair kits
- Minigames blocks
- New weapons sub categories
- Small life-quality changes
- Giving a huge hug to everyone who stays with me and my mod and write good comments! :D
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:gqJb6lKC:CSs4Hu7x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gqJb6lKC:CSs4Hu7x"
}

