Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
1.1.0
Release
Lights and Lamps 1.1.02 years ago 307.4K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Added:
- Ceiling Fan Lights ( They come in all wood variants )
- Golden, Copper, Iron Candle Holders and Chandeliers
- Golden & Copper Chains
Changes:
- Slabs now act as slabs ( After feedback I decided to change it )
- Most Lights now have a POWERED state now, to fix an issue
- Slabs & Lanterns now use the vanila block class
- Adjusted block properties
Translations: ru_ru by cutiegin de_de by Padder es_cl by Ganbare-Lucifer pl_pl by Vakarian89 uk_ua by Moonvvell
Fixed Issues:
- The sound of glowstone and sea lantern slab is mismatched
- Top of fence not rendered under Tiki torches and garden light
- Can't have paper lamps turned on and surrounded by blocks - will always be OFF
- Slabs are not Waterloggable
- Soul Lamps & Lights are thawing ice & Spawning mobs
- Block Updates turn lights and lamps on
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:w4an97C2:zedTvpc3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w4an97C2:zedTvpc3"
}

