Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.0.0-Pr2a+mod
Beta
[v1.0.0 Pr2a] HotFix 1 - MOD2 years ago 22K
Compatibility
Minecraft: Java Edition
1.20.x
Platforms
Fabric
Forge
Quilt
Supported environments
Changes
Horde Nights 1.0.0 Pre Release 2a
Fixes
- Creepers explosion damage applies outside of Blood Moon Events.
Known Issues
- When the ritual recipe is used, you can sometimes pick up the item directly. There is no good solution for this until 1.20.5, where item components can be used in the recipe output.
- Pack does not respecting previous playersSleepingPercentage gamerule value. This will be fixed in 1.20.2+ before full release 1.0.0!
- The config message for the ritual toggle is broken you need to run the function for the ritual to enable manually for now.
- [6:19PM] Creeper Max Health isn't increased in Extreme Difficulty.
- [8/6/2024] Loop & Load files do not run properly. (1.21)
Datapack Conventions Compliance
This pack complies with the following Datapack Conventions:
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:fTztC37G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jGO2ac1X:fTztC37G"
}

