Tags
Creators
Details
Licensed LGPL-2.1-only
Published 3 years ago
All versions
1.20.1-1.3.2
Release
1.20.1-1.3.22 years ago 1,454
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
- add check to pause server when players are offline
- add config option to track horde progression by player playtime for servers
- add config option to change movement speed of horde mobs
- add config option to prevent zombie players spawning items
- added husk players which replace zombie players spawned in deserts
- added an infection immunity potion effect as well as a datapack file to configure it
- add a tag to include infection immune armour
- reworked command system, added listEntities and spawnZombie command ~ fix bug that caused dead/despawned entities to not be removed from hordes ~ fix an incompatability with Entity Model Features ~ fix bug that caused float values to break certain config entries
Updated to horde data version 3, your previous configs will be backed up if you forget to change your version
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:O3HDffUR:Aafghgx6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O3HDffUR:Aafghgx6"
}



