Tags
Creators
Details
1.3.0-alpha.13
Compatibility
Changes
This is an experimental version!
This alpha does NOT contain all of Perspective's features.
Previous config files and addons will not be compatible.
You won't be able to edit the config via the gui (unless you have McQoy, though we'll have our own gui again soon)
- Updated to Minecraft 1.21.11
- Updated Luminance to
1.1.0-beta.2+fabric-1.21.11 - Started working on v2.
- v2 will split Perspective into multiple sub-mods, with Perspective bundling them together; they'll also be avaliable seperately.
- This is going to require alot of rewriting, so I've started working on that for v1.3 to allow for most addons to be compatible with both 1.3+ and 2.0+.
features in this version
don't worry, all of Perspective's features will return.
it's just going to take some time to get everything cleaned up and updated!
- Zoom
- Kaledescope
- Super Secret Settings (though you can't select it on a gui in this alpha, you can still use keybinds though!)
- Hold and Set Perspective
- Camera Distance Multipliers
- Title Screen Update Texture
perspective:textures/gui/title/update.png(256x128)
- Star Brightness Multiplier
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:6CTGnrNg:Qdmp7uj1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6CTGnrNg:Qdmp7uj1"
}

