
SonyOpticalZoom
Sony-style optical zoom, yep that's right. When you press the designated button (can be assigned), you can zoom in on the view. You can adjust the zoom level wit索尼风味光学变焦放大,嗯对就是这样,当你按下指定的按键(可指派)就可以放大视角,用鼠标滚轮可以调节放大倍率,除此之外,在您的屏幕左边会有一个变焦倍率进度条,嗯对就像索尼一样,非常的OK😋
1.0.0
Compatibility
Changes
我不知道说啥,我只是个积吧,反正这个就只是个索尼风味的放大,然后有个类似索尼变焦的条而已,就这样
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:mrXI9DMs:Jlt48K3H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mrXI9DMs:Jlt48K3H"
}
