Tags
Creators
Details
All versions
1.5.3
Release
Lucent v1.5.33 years ago 3,729
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client-side
Changes
1.20.1-v1.5.3
Ported to 1.20.1.
Fixes
- Fixed a lighting flicker that could occur when placing blocks that let light through in an area lit by dynamic lighting.
- Entities emitting light no longer flicker when they move.
Additions
- Added the ability for resource packs to make armor with trims emit light based on the trim material.
- New light level provider for items:
lucent:match_armor_trim: Read on the wiki here.
- New light level provider for items:
- Added the ability for armor trim textures to be emissive.
- Located in the
lucent_data/emissive_textures/armor_trimfolder in resource packs. - Does not work with Optifine.
- Read on the wiki here.
- Located in the
Changes
- Moved block texture emission from
lucent_data/emissive_texturetolucent_data/emissive_textures/blockin resource packs.
Plugins
- Added
ILucentPlugin.markSectionDirty(SectionPos)- Fired when a chunk section should be marked for render updates due to Lucent. Override this to run your own logic, and return
trueto cancel Lucent's behavior. - Does nothing and returns
falseby default.
- Fired when a chunk section should be marked for render updates due to Lucent. Override this to run your own logic, and return
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:JE0fgMUp:9CPcxXMq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JE0fgMUp:9CPcxXMq"
}

