All versions
1.0
Release
Prism's Light 1.06 months ago 323
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
âĻ Prism's Light â v1.0 (Initial Release)
ð First Release
- ð Official launch of Prism's Light
ðĶ Core Features
-
ð Instant Cave Lighting
- Press P to turn dark caves â bright instantly
-
ðŪ Simple Toggle System
- Toggle lighting anytime while exploring
-
â Improved Underground Visibility
- Easily spot ores, tunnels, and hidden paths
-
ð§ Basic Cave Detection
- Lighting effect is optimized for dark underground areas
-
âĻ Custom Keybind Support
- Default key: P
- Fully configurable via Controls Menu
⥠Performance
- ðŠķ Lightweight & Optimized
- Minimal impact on FPS
- Designed for smooth gameplay on all systems
ðĶ Dependency
- Requires: Prism ModMenu
- Link: https://modrinth.com/mod/prism-modmenu
ðĄ Notes
- This is the first stable version of the mod
ðŪ Future Plans
- ð Adjustable brightness levels
- â Advanced configuration options
- ðĶ Improved dynamic lighting system
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:62r4H4bS:mw6hsSI0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:62r4H4bS:mw6hsSI0"
}

