File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 加速渲染 1.0.8-1.21.1 ALPHA
2+ - 添加了`` 核心配置 > 裁切区域还原类型 `` 选项以提供对修改了容器GUI渲染的MOD更好的兼容性.
3+ - 添加了`` 加速物品渲染配置 > 启用合并GUI物品批次 `` 选项以以提供对修改了容器GUI渲染的MOD更好的兼容性.
4+ - 添加了对FTB Library的GUI物品合批加速支持.
5+ - 修复了在`` earlyWindowControl `` 不可用的情况下的导致的崩溃.
6+ - 修复了因为Minecraft因为其他错误没有正确启动导致的无关加速渲染的崩溃.
7+ - 修复了带状态的EMF模型在运行中修改状态导致的渲染异常.
8+ - 修复了OpenGL内存屏障被错误使用导致的潜在渲染异常.
9+ - 阻止MOD添加的自定义HUD进行加速, 防止过度调用着色器导致性能下降.
10+
11+ ## Accelerated Rendering 1.0.8-1.21.1 ALPHA
12+ - Adds `` Filter Settings > Enable Menu Filter `` to filter menus that will cause glitches when accelerated.
13+ - Fixes visual glitches on players rendered with wrong light direction in inventory GUI.
14+ - Fixes visual glitches on static culler exceptionally culled geometries with UV outside regular range.
15+ - Adds `` Core Settings > Scissor Restoring Type `` to provide better compatibility with modified container GUI.
16+ - Adds `` Accelerated Item Rendering Settings > Enable Merge GUI Item Batches `` to provide better compatibility with modified container GUI.
17+ - Adds GUI item batching acceleration support to FTB Library.
18+ - Fixes crashes when `` earlyWindowControl `` is not available.
19+ - Fixes irrelevant crashes when Minecraft is crashed by other MODs when starting up.
20+ - Fixes visual glitches when EMF models with states modifying its state at runtime.
21+ - Fixes potential visual glitches due to incorrect OpenGL memory barrier usages.
22+ - Prevent custom HUDs by MODs from being accelerated to reduce shader overhead.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ mod_name=Accelerated Rendering
3232# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3333mod_license =MIT
3434# The mod version. See https://semver.org/
35- mod_version =1.0.7 -1.21.1-alpha
35+ mod_version =1.0.8 -1.21.1-alpha
3636# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3737# This should match the base package used for the mod sources.
3838# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
You can’t perform that action at this time.
0 commit comments