Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated 3 weeks ago
All versions
1.21.6-0.8.0-alpha.1-fabric
Alpha
Super Resolution 0.8.0-alpha.1 for Fabric 1.21.6~1.21.8last year 2,686
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
0.8.0-alpha.1
- 支持Minecraft 1.21.5+
- 大幅重构底层代码与配置系统,彻底弃用老API
- 移植FSR2 v2.3.3
- 新增选项:FSR2是否启用FP16模式
- 新增兼容性着色器编译器,提升Intel显卡兼容性
(🐕⑩驱动跟AMD坐一桌) - 新增性能图表显示
- 更新Glslang
- 修复致死量Bug
增加致死量Bug
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:Hf3Qz2H3:vSdRu5XK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hf3Qz2H3:vSdRu5XK"
}



