All versions
3.0.0-beta1
Beta
Modern Lights 3.0.0+1.21-beta12 years ago 4,115
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Feature Update (BETA)
Blocks:
- Andesite Frame
- Luminous Blocks
- Luminous Blocks [Full]
- Luminous Slabs
- Luminous Slabs [Full]
- Luminous Vertical Slabs
- Luminous Vertical Slabs [Full]
- Luminous Mini Blocks
- Luminous Mini Blocks [Full]
- Mini Lights
- Ceiling Lights
- Panels
- Small Panels
All the blocks are available in all the 16 colors (Except Andesite Frame)
Notes:
-
The mod currently only adds white lighting to the game, regardless of block color. This will be fixed in a later release update.
-
For the time being, you can do the following:
- Go to your "shaderpacks" folder and extract the ZIP file for Complementary Shaders.
- Open the extracted folder and browse to "shaders" and you should see "block.properties"
- Download the custom "block.properties" file provided below as "shader-support.zip" and replace the existing file.
- To finish, recompress the shaderpack if needed, and reload your world.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| shader-support.zip | Unknown | 4.58 KiB |
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:Xcx3AYqF:PUMKOXbb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xcx3AYqF:PUMKOXbb"
}

