Tags
Creators
Details
Licensed MIT
Published last year
Updated last year
All versions
1.1.2
Release
Plants vs. Minecraft 1.1.2last year 563
Compatibility
Minecraft: Java Edition
1.21.5
Platform
NeoForge
Supported environments
Client and server
Changes
1.1.2
- Fix Endurian's size being too tall
- Fix Primal Wall-nut's bottom texture not being correct
- Chicken Wrangler Zombie can now spawn in Savanna
- Octo Zombie can now spawn in deep variant of oceans, as well as warm ocean
- Imps and Zombie Chicken now can despawn when idle
- Increased the spawn chance of Pogo Zombie and Primal Eggs
- Increase the chance for Jack-in-the-Box to drop
- Limit Bandit Zombie to only spawning in biomes with a lot of trees
- Limit Balloon Zombie to not spawn under Y=24
- Zombies no longer spawn in Deep Dark
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:GDkexRcC:F38Hyrbf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GDkexRcC:F38Hyrbf"
}

