All versions
1.3.5
Release
Nolando Zombies 1.3.55 months ago 9,857
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
nolandozombies 1.3.5 changelog: Cleaned some code and did some spitter changes:
- Added green smoke particles to spitter's projectiles.
- Lingering Poison Clouds spawn upon their death lasting for a very very short time.
nolandozombies 1.3.4 changelog:
- Fixed Crawlers spawning mid air instead of on ground
- Lowered Spawn Chance of a Crawler spawning with a Spitter riding it
Adjustments:
- Adjusted Crawlers stats: Decreased Health, Decreased Damage, Increased Movement Speed, Decreased Armor.
- Slightly Nerfed Fatty stats: Decreased Health, Decreased Damage.
- Heavily Nerfed Zombie Brute stats: Decreased Health, Decreased Armor and Armor Toughness, Decreased Damage.
- Adjusted Spitter stats: Decreased Health, Slightly Increased Armor.
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:A1W2whZ2:eLZuM8wN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:A1W2whZ2:eLZuM8wN"
}

