All versions
1.0
Release
Prism's Light 1.05 months ago 264
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Required content
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"
}


