
Zombie Entities
1)Before spawning zombies,it is recommended to switch to night mode in Map. 2)This mod lets you spawn 1 to 5000 zombies at once using a single command. 3)/spawnzombies <amount> 4)Warning: Spawning many zombies (up to 1500) may cause lag or crashes.
1.12.2
Compatibility
Changes
This mod lets you spawn 1 to 5000 zombies at once using a single command.
Command: /spawnzombies <amount>
Warning: Spawning large numbers of zombies (over 1000, up to 5000) may cause lag or crashes, especially on PCs with 4GB of RAM or less. Use responsibly.
Before spawning zombies, it is recommended to switch to night mode in Minecraft to ensure correct behavior.
For best performance, close browsers and other heavy applications before using the command.
Spawns zombies instantly, from 1 up to 5000.
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:NxqGx1Z0:nmu114On"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NxqGx1Z0:nmu114On"
}
