Tags
Creators
Details
Licensed CC0-1.0
Published 2 years ago
Updated 2 days ago
All versions
4.0
Release
Better Than Battle Towers 4.010 months ago 411
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
BTA (Babric)
Supported environments
Client and server
Required content
Changes

Thanks
Special thanks to Cauliflower, for the golem textures, and Astronomical360, for the block textures.
Changelog:
- Golem ai has been improved.
- Added 8 new golem skins.
- Golem eye now glow in the dark, each golem has it own glowing eye.
- Added 11 new Pallets for the towers.
- There are now more biome specific towers:
- Tower now also spawn in as retro towers in retro worlds.
- Tower can also be found in hell worlds.
- Lastly tower can spawn in paradise.
- Ther are now two more tower types:
- Reverse Tower, the tower in underground with increased rewards.
- Ruined Tower, this a vanquished tower with deminished rewards and spawners .
- Added crenulations to the towers grown.
- Improved loot quality and quantity.
- Overhauled the config:
- VERSION, to track the config version
- RARITY, how common the tower are
- LOOT_AMOUNT, how much loot a given chest contains
- DARKEN_FLOORS, adds tinted iron cages that coverup the windows, this increases the difficulty and rewards amount
- Two new block, Tinted Iron Cage and Tinted Iron Bars that can spawn in windows in BattleTower and as loot in chests.

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:df2b2BLx:zdQTNIqT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:df2b2BLx:zdQTNIqT"
}


