Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 5 days ago
All versions
1.5.1
Release
Contraption Lights 1.5.15 days ago 1,081
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Changes
- World light now shines onto contraptions, Sable sub-levels and Flywheel-rendered blocks by default. Existing config files keep their current settings.
- A light-emitting item worn in a Curios or Accessories slot, such as a lantern on a belt, now glows its own colour instead of white.
- Turning coloured light on again during a session no longer leaves lights white until the world is rejoined.
- Placing or breaking a light next to another one no longer leaves a hard colour seam along the chunk border between them.
- A block that takes its light from its contents, such as a Create fluid tank, now recolours as soon as the contents change.
- A dynamic light from another mod that stays in one place now takes its colour straight away, instead of glowing white until it moves.
- Coloured light no longer costs heavy frame rate in scenes with moving lights, such as Create contraptions, minecarts and glowing mobs.
Optional dependencies
Any compatible version
Any compatible version
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:gUdYw8o3:MiaiHBAZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gUdYw8o3:MiaiHBAZ"
}

