2.1.1
Compatibility
Changes
Changes: When planks or stairs are converted into their decayed counterparts they have a chance to fall to the ground. The flesh bomb of the howitzer will now adjust their fall towards their target. The chance for a wendigo to take off an armor piece has been changed from 10 to 2% per slot of armor The model of the Brute has been updated The block throwing abilities of the brute have been changed The cdu can now break outpost watchers and organite blocks News: Added the armor increasing mechanic of the inquisitor to the knight. More variants for the idle sound of the infected.
Removed John Fungal...?
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:X661i40C:9WiEIsN3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X661i40C:9WiEIsN3"
}

