Included content
| Name | |
|---|---|
![]() | Luminance |

This alpha fixes compatibility with rrls, adds a new cps overlay, smooth zoom speed, and hold perspective distance options.
22.com.mclegoman.perspective.client.util.Position.register("modId");.cps_overlay boolean config option.
false.hold_perspective_back_multiplier double config option.
1.0.hold_perspective_front_multiplier double config option.
1.0.zoom_smooth_speed_out double config option.
1.0.zoom_smooth_speed_in double config option.
1.0.ambience boolean experimental config option.
false.ripple_density int config option.
ambience experimental config option to be set to true.0.falling_leaves int config option.
ambience experimental config option to be set to true.0.Please help us improve by submitting bug reports if you encounter any issues.
If you'd like to donate, visit BuyMeACoffee.
Your support is appreciated, please be aware that donations are non-refundable.
This version of Perspective has a dirty build of Luminance embedded into it, so you don't need to install it.

| Name | |
|---|---|
![]() | Luminance |
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.
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:6CTGnrNg:MnnfLoq3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6CTGnrNg:MnnfLoq3"
}