Included content
| Name | Version | |
|---|---|---|
This is an experimental version!
This alpha does NOT contain all of Perspective's features.
Config files and addons made for versions below 1.3 alpha 13 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)
perspective_lens:none and perspective_lens:spyglass in the config file.perspective_lens:instant transition type.perspective_ui:vanilla
perspective_ui:gaussian
perspective_ui:legacy
perspective_ui:classic
perspective_ui:none
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!
(you'll need to change the configs via the files for now!)
perspective:textures/gui/title/update.png (256x128)| Name | Version | |
|---|---|---|
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:CXgkXv1t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6CTGnrNg:CXgkXv1t"
}