加速渲染 1.0.7-1.20.1 ALPHA
- 添加了
过滤器配置 > 启用容器GUI过滤器选项以阻止部分在渲染加速后会导致需渲染异常的容器GUI被加速, 提供更好的兼容性. - 修复了玩家在物品栏GUI中以错误光照渲染导致的渲染异常.
- 修复了超出标准范围UV的面在静态剔除中被错误剔除导致的渲染异常.
- 修复了文字渲染错位导致的渲染异常.
- 修复了Oculus中错误硬编码导致的渲染异常.
注意事项
- 1.20.1移植的游戏内配置节目需要安装Configured以启用.
- 1.20.1移植的GeckoLib加速需要安装MixinBooster以启用.
- 1.20.1移植的车万女仆加速需要安装MixinBooster以启用.
Accelerated Rendering 1.0.7-1.20.1 ALPHA
- Adds
Filter Settings > Enable Menu Filterto filter menus that will cause glitches when accelerated. - Fixes visual glitches on players rendered with wrong light direction in inventory GUI.
- Fixes visual glitches on static culler exceptionally culled geometries with UV outside regular range.
- Fixes visual glitches on texts rendered with wrong offsets.
- Fixes visual glitches on wronly hardcoded offset in Oculus.
Important Notes
- 1.20.1 port requires Configured to modify configurations in game.
- 1.20.1 port of GeckoLib acceleration requires MixinBooster to enable.
- 1.20.1 port of TouhouLittleMaid acceleration requires MixinBooster to enable.
加速渲染 1.0.7-1.21.1 ALPHA
- 添加了
过滤器配置 > 启用容器GUI过滤器选项以阻止部分在渲染加速后会导致需渲染异常的容器GUI被加速, 提供更好的兼容性. - 修复了玩家在物品栏GUI中以错误光照渲染导致的渲染异常.
- 修复了超出标准范围UV的面在静态剔除中被错误剔除导致的渲染异常.
Accelerated Rendering 1.0.7-1.21.1 ALPHA
- Adds
Filter Settings > Enable Menu Filterto filter menus that will cause glitches when accelerated. - Fixes visual glitches on players rendered with wrong light direction in inventory GUI.
- Fixes visual glitches on static culler exceptionally culled geometries with UV outside regular range.
加速渲染 1.0.6-1.20.1 ALPHA
- 添加了
核心配置 > 启用缓存动态RenderType选项以支持对动态渲染类型的加速. - 添加了
核心配置 > 模型合并类型选项以支持对完全一致模型的合并以改善显存占用. - 改善了过滤器的灵活性, 现在可以在过滤器列表中使用正则表达式.
- 修复了GUI物品合批时没有正确还原帧缓冲状态导致的渲染异常.
- 修复了自定义渲染阶段被错误加速导致的渲染异常.
- 修复了物品附魔光效无法正确渲染导致的渲染异常.
- 修复了可能的部分特殊物品渲染导致的内存泄漏问题.
注意事项
- 1.20.1移植的游戏内配置节目需要安装Configured以启用.
- 1.20.1移植的GeckoLib加速需要安装MixinBooster以启用.
- 1.20.1移植的车万女仆加速需要安装MixinBooster以启用.
Accelerated Rendering 1.0.6-1.20.1 ALPHA
- Adds
Core Settings > Enable Cache Dynamic Render Typeto support the acceleration of dynamic render types. - Adds
Core Settings > Mesh Merge Typeto support reducing VRAM usage by merging duplicated meshes together. - Improves filter flexibility. Regular Expression can now be used in filter values.
- Fixes visual glitches on container GUI rendering due to not correctly restoring framebuffer state.
- Fixes visual glitches on geometries rendered in custom rendering stages due to incorrect acceleration.
- Fixes visual glitches on item glints.
- Fixes memory leaks due to acceleration on certain special items.
Important Notes
- 1.20.1 port requires Configured to modify configurations in game.
- 1.20.1 port of GeckoLib acceleration requires MixinBooster to enable.
- 1.20.1 port of TouhouLittleMaid acceleration requires MixinBooster to enable.
加速渲染 1.0.6-1.21.1 ALPHA
- 添加了
核心配置 > 启用缓存动态RenderType选项以支持对动态渲染类型的加速. - 添加了
核心配置 > 模型合并类型选项以支持对完全一致模型的合并以改善显存占用. - 改善了过滤器的灵活性, 现在可以在过滤器列表中使用正则表达式.
- 修复了GUI物品合批时没有正确还原帧缓冲状态导致的渲染异常.
- 修复了自定义渲染阶段被错误加速导致的渲染异常.
- 修复了物品附魔光效无法正确渲染导致的渲染异常.
- 修复了可能的部分特殊物品渲染导致的内存泄漏问题.
Accelerated Rendering 1.0.6-1.21.1 ALPHA
- Adds
Core Settings > Enable Cache Dynamic Render Typeto support the acceleration of dynamic render types. - Adds
Core Settings > Mesh Merge Typeto support reducing VRAM usage by merging duplicated meshes together. - Improves filter flexibility. Regular Expression can now be used in filter values.
- Fixes visual glitches on container GUI rendering due to not correctly restoring framebuffer state.
- Fixes visual glitches on geometries rendered in custom rendering stages due to incorrect acceleration.
- Fixes visual glitches on item glints.
- Fixes memory leaks due to acceleration on certain special items.
加速渲染 1.0.5.1-1.20.1 ALPHA
- 修复了在模型面没有自定义颜色的情况下获取颜色导致崩溃.
- 修复了要求的Forge版本范围.
注意事项
- 1.20.1移植的游戏内配置节目需要安装Configured以启用.
- 1.20.1移植的GeckoLib加速需要安装MixinBooster以启用.
- 1.20.1移植的车万女仆加速需要安装MixinBooster以启用.
Accelerated Rendering 1.0.5.1-1.20.1 ALPHA
- Fixes crashes by requesting colors from BakedQuad when the quad is not tinted.
- Fixes required forge version range.
Important Notes
- 1.20.1 port requires Configured to modify configurations in game.
- 1.20.1 port of GeckoLib acceleration requires MixinBooster to enable.
- 1.20.1 port of TouhouLittleMaid acceleration requires MixinBooster to enable.
加速渲染 1.0.5.1-1.21.1 ALPHA
- 修复了在模型面没有自定义颜色的情况下获取颜色导致崩溃.
Accelerated Rendering 1.0.5.1-1.21.1 ALPHA
- Fixes crashes by requesting colors from BakedQuad when the quad is not tinted.
加速渲染 1.0.5-1.20.1 ALPHA
- 修复了方块模型加速时从错误的位置获取RenderType导致崩溃.
- 支持了使用Java 17进行启动.
注意事项
- 1.20.1移植的游戏内配置节目需要安装Configured以启用.
- 1.20.1移植的GeckoLib加速需要安装MixinBooster以启用.
- 1.20.1移植的车万女仆加速需要安装MixinBooster以启用.
Accelerated Rendering 1.0.5-1.20.1 ALPHA
- Fixes crashes by requesting RenderType from wrong place when accelerating block models.
- Adds support to use Java 17 to boot.
Important Notes
- 1.20.1 port requires Configured to modify configurations in game.
- 1.20.1 port of GeckoLib acceleration requires MixinBooster to enable.
- 1.20.1 port of TouhouLittleMaid acceleration requires MixinBooster to enable.
加速渲染 1.0.5-1.21.1 ALPHA
- 修复了方块模型加速时从错误的位置获取RenderType导致崩溃.
Accelerated Rendering 1.0.5-1.21.1 ALPHA
- Fixes crashes by requesting RenderType from wrong place when accelerating block models.
加速渲染 1.0.4.3-1.20.1 ALPHA
- 修复了在新雅互联环境下无法使用其自带的MixinBooster对GeckoLib/车万女仆进行加速.
- 修复了部分情况下快捷栏渲染异常.
注意事项
- 1.20.1移植需要使用Java 21进行启动.
- 1.20.1移植的游戏内配置节目需要安装Configured以启用.
- 1.20.1移植的GeckoLib加速需要安装MixinBooster以启用.
- 1.20.1移植的车万女仆加速需要安装MixinBooster以启用.
Accelerated Rendering 1.0.4.3-1.20.1 ALPHA
- Fixes compatibility issue that MixinBooster embedded in Sinytra Connector cannot be used for acceleration.
- Fixes visual glitches when rendering hot bar in some situations.
Important Notes
- 1.20.1 port requires Java 21 to boot.
- 1.20.1 port requires Configured to modify configurations in game.
- 1.20.1 port of GeckoLib acceleration requires MixinBooster to enable.
- 1.20.1 port of TouhouLittleMaid acceleration requires MixinBooster to enable.
加速渲染 1.0.4.2-1.20.1 ALPHA
- 修复了EMF注入点的问题.
注意事项
- 1.20.1移植需要使用Java 21进行启动.
- 1.20.1移植的游戏内配置节目需要安装Configured以启用.
- 1.20.1移植的GeckoLib加速需要安装MixinBooster以启用.
- 1.20.1移植的车万女仆加速需要安装MixinBooster以启用.
Accelerated Rendering 1.0.4.2-1.20.1 ALPHA
- Fixes EMF mixin injection point issue.
Important Notes
- 1.20.1 port requires Java 21 to boot.
- 1.20.1 port requires Configured to modify configurations in game.
- 1.20.1 port of GeckoLib acceleration requires MixinBooster to enable.
- 1.20.1 port of TouhouLittleMaid acceleration requires MixinBooster to enable.
加速渲染 1.0.4.1-1.20.1 ALPHA
- 修复了Oculus注入点的问题.
- 修复了ImmediatelyFast注入点的问题.
注意事项
- 1.20.1移植需要使用Java 21进行启动.
- 1.20.1移植的游戏内配置节目需要安装Configured以启用.
- 1.20.1移植的GeckoLib加速需要安装MixinBooster以启用.
- 1.20.1移植的车万女仆加速需要安装MixinBooster以启用.
Accelerated Rendering 1.0.4.1-1.20.1 ALPHA
- Fixes Oculus mixin injection point issue.
- Fixes ImmediatelyFast mixin injection point issue.
Important Notes
- 1.20.1 port requires Java 21 to boot.
- 1.20.1 port requires Configured to modify configurations in game.
- 1.20.1 port of GeckoLib acceleration requires MixinBooster to enable.
- 1.20.1 port of TouhouLittleMaid acceleration requires MixinBooster to enable.
加速渲染 1.0.4-1.21.1 ALPHA
- 修复了与使用块缓冲的MOD和光影的兼容性.
- 移植到1.20.1 Forge.
注意事项
- 1.20.1移植需要使用Java 21进行启动.
- 1.20.1移植的游戏内配置节目需要安装Configured以启用.
- 1.20.1移植的GeckoLib加速需要安装MixinBooster以启用.
- 1.20.1移植的车万女仆加速需要安装MixinBooster以启用.
Accelerated Rendering 1.0.4-1.21.1 ALPHA
- Fixes compatibility with mods and shaders that uses block buffers.
- Ports to 1.20.1 Forge.
Important Notes
- 1.20.1 port requires Java 21 to boot.
- 1.20.1 port requires Configured to modify configurations in game.
- 1.20.1 port of GeckoLib acceleration requires MixinBooster to enable.
- 1.20.1 port of TouhouLittleMaid acceleration requires MixinBooster to enable.
加速渲染 1.0.4-1.20.1 ALPHA
- 修复了与使用块缓冲的MOD和光影的兼容性.
- 移植到1.20.1 Forge.
注意事项
- 1.20.1移植需要使用Java 21进行启动.
- 1.20.1移植的游戏内配置节目需要安装Configured以启用.
- 1.20.1移植的GeckoLib加速需要安装MixinBooster以启用.
- 1.20.1移植的车万女仆加速需要安装MixinBooster以启用.
Accelerated Rendering 1.0.4-1.20.1 ALPHA
- Fixes compatibility with mods and shaders that uses block buffers.
- Ports to 1.20.1 Forge.
Important Notes
- 1.20.1 port requires Java 21 to boot.
- 1.20.1 port requires Configured to modify configurations in game.
- 1.20.1 port of GeckoLib acceleration requires MixinBooster to enable.
- 1.20.1 port of TouhouLittleMaid acceleration requires MixinBooster to enable.
加速渲染 1.0.3-1.21.1 ALPHA
- 修复了物品装饰 (如通用机械的等级标识) 加速没有正确还原帧缓冲状态导致的渲染异常.
- 修复了四顶点同UV的面在静态剔除中被错误剔除导致的渲染异常.
Accelerated Rendering 1.0.3-1.21.1 ALPHA
- Fixes visual glitches caused by item decoration (like tier in Mekanism) acceleration not restoring FBO state correctly.
- Fixes visual glitches caused by static culler exceptionally culled quads with same UV on both four vertices.
加速渲染 1.0.2-1.21.1 ALPHA
- 添加了新的Shader Overrides API功能, 以实现更好MOD兼容性.
- 添加了新的Batching Layer API功能, 以实现更好的MOD兼容性.
- 添加了
ModelBlockRenderer#renderModel的渲染加速以支持展示实体渲染加速. - 添加了
加速物品渲染配置 > 启用手中物品加速选项以支持加速在手中物品的渲染加速. - 添加了
加速物品渲染配置 > 启用GUI物品加速选项以支持加速在GUI中物品的渲染加速. - 添加了
加速物品渲染配置 > 启用GUI物品合批选项以支持合并GUI中物品的绘制, 更好的支持在GUI中物品的渲染加速. - 添加了
核心配置 > 合批层储存类型选项以控制是否将半透明和不透明模型合并渲染 - 添加了
过滤器设置 > 启用物品过滤器选项以阻止部分在渲染加速后会导致需渲染异常的物品被加速, 提供更好的兼容性. - 修复了在Iris环境下开启部分光影包时半透明模型与不透明模型合并渲染导致的半透明模型渲染异常
- 修复了在ImmediatelyFast环境下渲染HUD时导致的渲染异常.
- 修复了在机械动力环境下实体与机械动力方块/结构一同出现时导致的渲染异常.
Accelerated Rendering 1.0.2-1.21.1 ALPHA
- Adds Shader Overrides API to achieve better MODs compatibility.
- Adds Batching Layer API to achieve better MODs compatibility.
- Adds
ModelBlockRenderer#renderModelacceleration support to accelerate rendering of display entities. - Adds
Accelerated Item Rendering Settings > Enable Hand Accelerationto support the acceleration of items rendering in hands. - Adds
Accelerated Item Rendering Settings > Enable GUI Accelerationto support the acceleration of items rendering in GUI. - Adds
Accelerated Item Rendering Settings > Enable GUI Item Batchingto support batching draw calls of items in GUI to ensure better acceleration of item rendering in GUI. - Adds
Core Settings > Batching Layer Storage Typeto control if the pipeline should combine the rendering of opaque and translucent geometries together. - Fixes visual glitches on translucent geometries with specific shader pack due to combined rendering of opaque and translucent geometries when Iris is installed.
- Fixes visual glitches on HUD rendering when ImmediatelyFast is installed.
- Fixes visual glitches when entities and flywheel accelerated geometries rendering on screen at the same time when Create is installed.
加速渲染 1.0.1-1.21.1 ALPHA
- 添加了
核心配置 > 用立即上传模型选项以保证绘制顺序, 提供更好的兼容性. - 添加了
Curios兼容性配置以控制Curios饰品/装备的渲染加速. - 添加了
过滤器设置以阻止部分在渲染加速后会导致需渲染异常的生物/方块实体被加速, 提供更好的兼容性. - 修复了在与Iris环境下将
视频设置... > 图像品质设置为极佳!导致的渲染异常.
Accelerated Rendering 1.0.1-1.21.1 ALPHA
- Adds
Core Settings > Enable Uploading Mesh Immediatelyto ensure the draw order for better compatibility. - Adds
Curios Compatibility Settingsto control the acceleration of curios accessories/equipments. - Adds
Filter Settingsto filter entities/block entities that will cause glitches when accelerated. - Fixes rendering glitches when set
Video Settings... > GraphicstoFabulous!with Iris installed.
加速渲染 1.0.0-1.21.1 ALPHA
- 支持加速原版/类原版MOD生物渲染.
- 支持加速原版/类原版MOD方块实体渲染.
- 支持加速物品模型渲染 (需要开启
核心配置 > 强制加速半透明). - 支持加速最新版车万女仆渲染.
- 支持加速GeckoLib模型生物/方块实体渲染.
Accelerated Rendering 1.0.0-1.21.1 ALPHA
- Supports acceleration for rendering vanilla entities/vanilla-like modded entities.
- Supports acceleration for rendering vanilla block entities/vanilla-like modded block entities.
- Supports acceleration for rendering item models (
Core Settings > Force Translucent Accelerationis required to be enabled). - Supports acceleration for rendering maids in latest version of Touhou Little Maid.
- Supports acceleration for rendering GeckoLib entities/block entities.



