Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
All versions
26.2-0.8.3-alpha.6+gl-neo
Alpha
Super Resolution 0.8.3-alpha.6+opengl for NeoForge 26.24 days ago 135
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Changes
0.8.3-alpha.6
✨ 新增
- 配置界面
- 新增 OptiScaler DLL 加载与文件选择选项(仅 Windows)
- 将高级设置按图形后端、光影兼容、诊断与分析及 OptiScaler 分组显示
🐛 修复
- 算法
- 修复部分环境下 DLSS 初始化失败
- 渲染
- 修复 Minecraft 26.1.2 及更高版本的窗口尺寸获取问题
✨ Added
- Config UI
- Added OptiScaler DLL loading and file selection options (Windows only)
- Grouped Advanced settings into Graphics Backend, Shader Compatibility, Diagnostics & Profiling, and OptiScaler
🐛 Fixed
- Algorithm
- Fixed DLSS initialization failures in some environments
- Rendering
- Fixed window size detection on Minecraft 26.1.2 and later
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:EQOlKjKx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hf3Qz2H3:EQOlKjKx"
}

