Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 months ago
All versions
2.0.1-Fabric-mc1.20.1
Release
2.0.1 (Fabric 1.20-1.20.1)8 months ago 2,325
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
Important: Please make sure to backup your old setup before updating and carefully read the Wiki (esspecially the part about the difficulty config).
Port to Fabric 1.20-1.20.1
- new difficulty system added
- cave spawning added (needs to be enabled in the config)
- horde spawn system reworked (spawning is now asynchronus, to minimize impact on tps)
- compatibilty to comforts mod (sleeping bags) added
- config option to extend horde nights to full horde days added
- lure horde effect now searches asynchronous for horde mobs, to reduce impact on tps
- strong lure horde effect added (will always spawn a horde, needs to be crafted, for multiplayer fun)
- config option to set the number of players that get a horde per horde event added
- make traking range adjustable
- config option to ignore gamerule doMobSpawning added
- possibility to add custom target entities to hordeMobConfig added
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:g0mmcQV2:RyMVuaO8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g0mmcQV2:RyMVuaO8"
}

