Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated last week
All versions
1.5.0
Release
Warband 1.5.0last week 93
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
1.5.0
First release for Minecraft 26.2.
- Updated to Minecraft 26.2.
- Mobs now scatter from a primed sulfur cube, 26.2's new mob. Its explosive form goes off with the same force as a creeper, so it is treated as the same kind of threat. Sulfur cubes are otherwise left alone — they are not hostile, so Warband gives them no tactics.
- Every name, title and message the mod shows can now be translated. Warband ships English and falls back to it, so nothing changes if you have no language file.
- Illager mods are now recognised through datapack tags instead of a built-in list. Illager Invasion works as before with no additional setup.
- Fixed siege miners stalling before a wall or repeatedly resetting block-crack progress. They now find the first real obstruction ahead, walk into digging range, and finish the breach before reconsidering their route.
- Fixed creeper breaching and siege mining being starved by lower-priority combat movement, and made blast avoidance reliably outrank both.
- Fixed core anti-cheese features only appearing on mobs that happened to win the random squad roll. Qualifying solo zombies, illagers, ravagers and creepers now receive the advertised mining or breaching behavior.
- Fixed
squadsEnabled=falsealso disabling unrelated door opening, blast avoidance, ladder climbing, siege mining and creeper breaching.
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:d0onuC0a:Tn92Rn7a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:d0onuC0a:Tn92Rn7a"
}

