Tags
Creators
Details
Licensed GPL-3.0-only
Published 5 months ago
All versions
0.1.5-alpha
Alpha
Radiance (Windows) 0.1.5-alpha2 months ago 31.2K
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
- Radiance supports from now on individual shaderpacks. There are two internal ones: Vanilla PT and Advanced. Features including:
- Basic path tracing
- Normal mapping
- Parallax
- Realistic water with caustics
- ReSTIR for direct light sampling (Advanced only)
- Volumetric Light
- Volumetric Cloud
- Motion Blur
- Added chunk emission collection for direct light sampling. See Advanced Shaderpack and manual for details.
- Enhanced chunk loading with multi-threading.
- Significantly enhanced texturepack reload speed (3x).
- Significantly reduced the usage of RAM and VARM.
- Significantly reduced the pipeline recreation time.
- A lot of small bugs fixed.
- Port for 1.21.1 and 1.20.1 is comming soon.
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:9S0sc0Ex:Nbyczdf4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9S0sc0Ex:Nbyczdf4"
}

