Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 18 hours ago
All versions
1.0.1
Release
Mob Spawn Control 1.0.118 hours ago 10
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Changes:
SpawnController.removeSpawnGroup()added to all three targets — discards the mount (getVehicle()), all passengers, and the mob itself.ServerWorldMixin(1.21) /ServerLevelMixin(26.1/26.2) now evaluate the whole connected group on every spawn: each passenger and the vehicle is checked against the rules using its own captured spawn reason (fallback to the incoming mob's reason). If any member is banned, the entire group is discarded and the spawn returnsfalse; replacement still runs only for the self-denied mob.- Now banning
minecraft:zombiekills both paths: the chicken (mount) spawn is denied because its zombie passenger is banned, and if the zombie spawn is evaluated first, the vehicle check catches the chicken too — no surviving jockey either way.
Optional dependencies
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:RP09ja0V:zlRulYK8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RP09ja0V:zlRulYK8"
}

