
Plants vs Zombies: Reimagined
What makes this Plants vs Zombies mod different from other PvZ mods is that I made the plants into usable items/weapons/armor to make Minecraft's combat more interesting. As well as added new zombies based on zombies from the PvZ franchise.
1.9.0
Compatibility
Changes
Christmas/Holiday Update!
I know the last few updates are just holiday specials, but I hope to be back on track next year.
NEW XMAS BIOME
New Plants
Holly Barrier: A Defense plant that can be worn as boots. (wall-nuts can be used as helmets and pumpkins as chestplate)
Sap Fling: A projectile plant that places a Sap tile on whatever block you hit. This sap will slow down anything that walks over it.
New Zombies
Basic Xmas Zombies
Yeti Imps
*They don't do anything special but have holiday spirit I guess.
New Wild West Content
2 New Plants
Peapod: A projectile plant that can be crafted with other peapods in order to make a peapod that can shoot more projectiles at a time. *Maxes out at five peapods in one.
Tall-nut: A stronger wallnut. It can be worn as a helmet like wall-nut but does look really goofy.
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:UAOhPwHq:qu1gtnj1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UAOhPwHq:qu1gtnj1"
}
