Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated 3 weeks ago
All versions
1.21.6-0.8.1-alpha.1-fabric
Alpha
Super Resolution 0.8.1-alpha.1 for Fabric 1.21.6~1.21.811 months ago 4,311
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
0.8.1-alpha.1
- 支持1.20.6(By:Enaium)
- 添加更多调试选项
- 加入光影接口,文档
- 加入实验性的FSR2 Vulkan实现 (环境变量中加入
SR_DEV以启用) - 添加选项可在不使用光影时禁用超分
- 优化数据集生成器
- 将大多数的颜色纹理格式由
RGBA8更换成R11G11B10F,减少由于精度低造成的色阶问题 - 重构本机库
- 优化性能
- 修复1.21.6+中UI文本部分透明的问题
- 修复FSR2偶发性崩溃
- 修复1.21.6+与DH的不兼容
警告:1.21.6+版本存在以下问题:
- 光影接口存在错误,测试光影包渲染错误
- 打开调试界面时画面不再渲染
- 不使用光影时黑屏(使用光影时没有此问题)
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:sTu6FtD5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hf3Qz2H3:sTu6FtD5"
}



