Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 7 months ago
All versions
1.0.3+mod
Release
[v1.0.3] Creeper Much?2 years ago 4,574
Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Horde Nights v1.0.3
Additions
- Recruit mobs to The Horde
- Witches
- Endermen
- Add Integration with Creeper Overhaul [13/14 creepers]
- The ocean creeper is not yet included in this integration.
- The mushroom creeper is 100% passive and so not included.
Changes
- Cave Spiders now use weaving level 2(see fix #1) [1.21+]
Fixes
- Fix Horde Effects no longer using new potion effects since Pre Release 2 [1.21+]
- Fix Blood Ritual not working [1.21+]
- Not the same bug that affectd 1.20.5+
Missing
- New Statistics
- The statistics feature is currently in question, please provide feedback on how useful this feature is to you.
- Due to this, only statistics that previously existed before 1.0.0 full release exist, new ones will be added if/when the feature is continued.
Datapack Conventions Compliance
This pack complies with the following Datapack Conventions:
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:jGO2ac1X:mpHJSdkr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jGO2ac1X:mpHJSdkr"
}

