Tags
Creators
Details
1.0.0
Compatibility
Changes

Fear the dark like never before. Lights Out turns Minecraft's night into a near pitch-black abyss, where only the brave (and well-lit) survive.
ATTENTION
Using a dynamic lights mod/datapack alongside this pack will ruin the challenge of the darkness. If you're okay with this, go for it, but if you want the true Lights Out experience we highly recommend leaving your dynamic lights mods off.
Item Information
- Candles last much longer than flashlights but are harder to see with.
- Flashlights die quicker than candles but are brighter. - They can also be recharged.
If you get one iron nugget both the candle and flashlight recipes will be added to your recipe book.

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:Xp6dkIqO:C6Cx7WRx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xp6dkIqO:C6Cx7WRx"
}

