Tags
Creators
Details
Licensed LGPL-2.1-only
Published 3 years ago
All versions
1.3.1
Release
1.20.1-1.3.12 years ago 413
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
- added visual sky tint for horde events
- added option to change the horde pathing interval to increase performance on servers
- changed command syntax so that all commands are now under the /hordes command ~ increased default time for calculation from 5 to 10 ~ changed horde ai to randomly stagger pathing intervals to hopefully force less pathing calculations per single tick ~ moved player and drowned zombie tints to the infection section in the client config ~ changed default sleep prevention message ~ fix bug that caused any food to be able to cure infection, not just those in the hordes:infection_cures tab ~ fixed bug that caused the zombieVillagersCanBeCured option in the config to not be respected ~ added additional check to prevent zombie players despawning ~ fixed bug where the infectionSpawnsZombiePlayers value in the config was not respected ~ added check to prevent zombie players from spawning in peaceful ~ fix bug that caused horde mobs to stay registered to the horde after an event ends
Updated to horde data version 2, 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:Uh0nzWT4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O3HDffUR:Uh0nzWT4"
}



