Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
All versions
1.0.8-1.21.1-alpha-fabric.1
Release
Accelerated Rendering v1.0.8-1.21.1-alpha-fabric.18 months ago 14K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
加速渲染 1.0.8-1.21.1 ALPHA
- 添加了
核心配置 > 裁切区域还原类型选项以提供对修改了容器GUI渲染的MOD更好的兼容性. - 添加了
加速物品渲染配置 > 启用合并GUI物品批次选项以以提供对修改了容器GUI渲染的MOD更好的兼容性. - 添加了对FTB Library的GUI物品合批加速支持.
- 修复了在
earlyWindowControl不可用的情况下的导致的崩溃. - 修复了因为Minecraft因为其他错误没有正确启动导致的无关加速渲染的崩溃.
- 修复了带状态的EMF模型在运行中修改状态导致的渲染异常.
- 修复了OpenGL内存屏障被错误使用导致的潜在渲染异常.
- 阻止MOD添加的自定义HUD进行加速, 防止过度调用着色器导致性能下降.
Accelerated Rendering 1.0.8-1.21.1 ALPHA
- Adds
Core Settings > Scissor Restoring Typeto provide better compatibility with modified container GUI. - Adds
Accelerated Item Rendering Settings > Enable Merge GUI Item Batchesto provide better compatibility with modified container GUI. - Adds GUI item batching acceleration support to FTB Library.
- Fixes crashes when
earlyWindowControlis not available. - Fixes irrelevant crashes when Minecraft is crashed by other MODs when starting up.
- Fixes visual glitches when EMF models with states modifying its state at runtime.
- Fixes potential visual glitches due to incorrect OpenGL memory barrier usages.
- Prevent custom HUDs by MODs from being accelerated to reduce shader overhead.
Full Changelog: https://github.com/ZhuRuoLing/AcceleratedRendering-reFabricated/commits/1.0.8-1.21.1-alpha-fabric.1
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| acceleratedrendering-1.0.8-1.20.1-alpha-fabric.1-sources.jar | Unknown | 344.12 KiB |
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:hKeZP11p:pgm8CkON"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hKeZP11p:pgm8CkON"
}

