Tags
Creators
Details
1.2.1-release.2+1.20.3-4
Compatibility
Required content
Changes

Perspective 1.2.1 for 1.20.3/4
This minor update fixes some bugs, changes how shaders are saved in the config, and adds the Position Overlay!
Re-released due to a critical bug that only occurred outside the development environment.
Changelog
- Updated Config Version to
14.- Removed
super_secret_settingsint config option. - Added
super_secret_settings_shaderstring option. - Added
position_overlayboolean config option.
- Removed
- Added Position Overlay.
- Added Toggle Position Overlay Keybinding.
- Replaced instances of
Math.max(Math.min(value, min), max);toMathHelper.clamp(value, min, max);. - Fix
Hide Playerkeybinding and move it to the correct category. - Added Horse Markings textured entity support.
- Horse Textured Entities will now also replace the horse markings.
- Horse Textured Entity Resource Pack Layout:
- assets/ - minecraft/ - textures/ - textured_entity/ - <name>.png - <name>_markings_white.png - <name>_markings_whitefield.png - <name>_markings_whitedots.png - <name>_markings_blackdots.png - perspective/ - textured_entity/ - horse_<name>.json - pack.mcmeta
- Horse Textured Entities will now also replace the horse markings.
- Updated Options Screen Super Secret Settings Button.
- This button will now cycle shaders instead of opening the super secret settings config screen.
- This button can be enabled by setting
super_secret_settings_options_screentotruein.minecraft/config/perspective.properties.
- The current super secret setting will remain the same after reloading resource packs if it is still available.
Want to support my work?
If you'd like to donate, visit BuyMeACoffee.
Your support is appreciated, please be aware that donations are non-refundable.
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:TZHFriz8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6CTGnrNg:TZHFriz8"
}

