搜索历史
清空
暂无搜索历史
论坛热搜
1
Jenny — 有趣的模拟女友模组|珍妮模组
热
3
上古老物 冒险者传说 by WhiteSword
新
5
洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
乌托邦探险之旅3.2
热
4
幻虚斗罗V1.5
6
水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 70|回复: 0

[模组分享] BadOptimizations (BadOptimizations)-MOD模组

[复制链接]

5257

主题

53

回帖

6535

积分

龙❁妻

Rank: 8Rank: 8

经验
6535 EP
金粒
1185 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 16:48:33 | 显示全部楼层 |阅读模式
BadOptimizations (BadOptimizations)Github |相关wiki |源站链接支持: fabric , forge一个主要关注除渲染以外的优化的模组

- *避免更新光照贴图*

  更新光照贴图可能是客户端 tick 中最昂贵的部分。在每个 tick 中,客户端将进行一些向量运算来计算方块和天空的光照贴图,然后将新贴图上传到 GPU。但是,如果没有改变亮度的影响,完全可以避免这个过程并对其进行缓存。如果没有改变亮度的内容(例如,γ 滑块、药水效果),该模组将取消光照贴图的更新。

- *天空颜色计算优化*

  Minecraft 每帧使用 `CubicScampler.sampleColor` 来计算当前的天空颜色。这个函数循环 216 次来考虑周围的生物群系,即使所有周围的生物群系都相同或具有相同的天空颜色。该模组使得只有在处于具有不同天空颜色的生物群系之间时才会调用此函数,并且仅在每个 tick 调用一次。否则,将使用更短、更简单和更快速的天空颜色计算方法。

- *不执行不必要的调试逻辑*

  Minecraft 有四个调试渲染器,可以通过调试服务器激活:蜜蜂、游戏事件、游戏测试和村民 AI。即使没有需要处理的数据,这些调试渲染器的逻辑仍然会被执行。该模组只有在调试已启用且存在数据需要处理时才会执行它们。

这就是所有主要的优化功能了,至少目前是这样。您可以在配置文件中禁用任何优化功能,如果需要的话。

_(在我自己的电脑上进行测试,配置为 RTX 3060、Intel i7 12700 和分配了 4GB 内存在 Fabulously Optimized 上)_

不带 toasts,FPS 从 1926-1955 提升到 2008-2023。



带 toasts,FPS 从 1351-1384 提升到 1414-1458。

https://github.com/Fabulously-Optimized/fabulously-optimized/assets/104597976/859f710b-036e-4080-9e94-ceaaf5a9bbf9]

依赖?

没有。

*(也可在 [CurseForge](链接) 上找到!)*

来自Modrinth所有游戏版本1.21.61.21.71.21.81.21.21.21.31.21.41.21.51.21.11.20.51.20.61.20.21.20.31.20.41.20.11.211.19.41.19.31.19.11.19.2所有类型fabricneoforgeforge2.3.0 (1.21.6-1.21.8)BadOptimizations-2.3.0-1.21.6-21.7.jar下载2.3.0#ReleaseVersion 2.3.0:- Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option- Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods- Fix Music Toasts not appearing on 1.21.6 and 1.21.77/18/25:- Mark supported for 1.21.8展开版本: 2.3.0支持游戏: 1.21.6, 1.21.7, 1.21.8类型:FabricNeoForgeRelease下载次数: 145,0742.3.0 (1.21.2-1.21.5)BadOptimizations-2.3.0-1.21.2-21.5.jar下载2.3.0#ReleaseVersion 2.3.0:- Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option- Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods- Fix Music Toasts not appearing on 1.21.6 and 1.21.7展开版本: 2.3.0支持游戏: 1.21.2, 1.21.3, 1.21.4, 1.21.5类型:FabricNeoForgeRelease下载次数: 107,5592.3.0 (1.21.1)BadOptimizations-2.3.0-1.21.1.jar下载2.3.0#ReleaseVersion 2.3.0:- Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option- Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods- Fix Music Toasts not appearing on 1.21.6 and 1.21.7展开版本: 2.3.0支持游戏: 1.21.1类型:FabricNeoForgeRelease下载次数: 60,1182.3.0 (1.20.5/1.20.6)BadOptimizations-2.3.0-1.20.5-20.6.jar下载2.3.0#ReleaseVersion 2.3.0:- Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option- Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods- Fix Music Toasts not appearing on 1.21.6 and 1.21.7展开版本: 2.3.0支持游戏: 1.20.5, 1.20.6类型:FabricNeoForgeRelease下载次数: 2,9212.3.0 (1.20.2-1.20.4)BadOptimizations-2.3.0-1.20.2-20.4.jar下载2.3.0#ReleaseVersion 2.3.0:- Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option- Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods- Fix Music Toasts not appearing on 1.21.6 and 1.21.7展开版本: 2.3.0支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricNeoForgeRelease下载次数: 3,6852.3.0 (1.20.1)BadOptimizations-2.3.0-1.20.1.jar下载2.3.0#ReleaseVersion 2.3.0:- Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option- Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods- Fix Music Toasts not appearing on 1.21.6 and 1.21.7展开版本: 2.3.0支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 116,3592.2.3 (1.21.2-1.21.7)BadOptimizations-2.2.3-1.21.2-21.6.jar下载2.2.3#ReleaseVersion 2.2.3:- Update copyright year- Fix an issue where generated configs sometimes have inconsistent indentation- Fix an issue where automatic mod incompatibilities wouldn\'t apply if you didn\'t have an existing config file- Fix an issue where log_config and ignore_mod_incompatibilies wouldn\'t stay when updating your config- Releases are now posted to Github- Mark supported for 1.21.6The bugs have been [squashed](https://github.com/imthosea/BadOptimizations/issues/87#issuecomment-2989668649).6/30/25:- Mark supported for 1.21.7展开版本: 2.2.3支持游戏: 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7类型:FabricNeoForgeRelease下载次数: 278,2762.2.3 (1.21.1)BadOptimizations-2.2.3-1.21.1.jar下载2.2.3#ReleaseVersion 2.2.3:- Update copyright year- Fix an issue where generated configs sometimes have inconsistent indentation- Fix an issue where automatic mod incompatibilities wouldn\'t apply if you didn\'t have an existing config file- Fix an issue where log_config and ignore_mod_incompatibilies wouldn\'t stay when updating your config- Releases are now posted to Github- Mark supported for 1.21.6The bugs have been [squashed](https://github.com/imthosea/BadOptimizations/issues/87#issuecomment-2989668649).展开版本: 2.2.3支持游戏: 1.21.1类型:FabricNeoForgeRelease下载次数: 36,4732.2.3 (1.20.5/1.20.6)BadOptimizations-2.2.3-1.20.5-20.6.jar下载2.2.3#ReleaseVersion 2.2.3:- Update copyright year- Fix an issue where generated configs sometimes have inconsistent indentation- Fix an issue where automatic mod incompatibilities wouldn\'t apply if you didn\'t have an existing config file- Fix an issue where log_config and ignore_mod_incompatibilies wouldn\'t stay when updating your config- Releases are now posted to Github- Mark supported for 1.21.6The bugs have been [squashed](https://github.com/imthosea/BadOptimizations/issues/87#issuecomment-2989668649).展开版本: 2.2.3支持游戏: 1.20.5, 1.20.6类型:FabricNeoForgeRelease下载次数: 1,4792.2.3 (1.20.2-1.20.4)BadOptimizations-2.2.3-1.20.2-20.4.jar下载2.2.3#ReleaseVersion 2.2.3:- Update copyright year- Fix an issue where generated configs sometimes have inconsistent indentation- Fix an issue where automatic mod incompatibilities wouldn\'t apply if you didn\'t have an existing config file- Fix an issue where log_config and ignore_mod_incompatibilies wouldn\'t stay when updating your config- Releases are now posted to Github- Mark supported for 1.21.6The bugs have been [squashed](https://github.com/imthosea/BadOptimizations/issues/87#issuecomment-2989668649).展开版本: 2.2.3支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricNeoForgeRelease下载次数: 2,2012.2.3 (1.20.1)BadOptimizations-2.2.3-1.20.1.jar下载2.2.3#ReleaseVersion 2.2.3:- Update copyright year- Fix an issue where generated configs sometimes have inconsistent indentation- Fix an issue where automatic mod incompatibilities wouldn\'t apply if you didn\'t have an existing config file- Fix an issue where log_config and ignore_mod_incompatibilies wouldn\'t stay when updating your config- Releases are now posted to Github- Mark supported for 1.21.6The bugs have been [squashed](https://github.com/imthosea/BadOptimizations/issues/87#issuecomment-2989668649).展开版本: 2.2.3支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 147,3592.2.2 (1.21.2-1.21.5)BadOptimizations-2.2.2-1.21.2-21.5.jar下载2.2.2#Release- Fix lightmap optimizations breaking the darkness effect- Change Github link to my new username `imthosea` (old link will redirect for the foreseeable future i hope)- Fix mods that add custom player mods being incompatible with entity renderer optimizaations- Make `enable_remove_redundant_fov_calculations` incompatible with `camera_lock_on`- (1.20.5-) Make `enable_entity_flag_caching` incompatible with `biomeswevegone` and `performant`- Make both `enable_entity_renderer_caching` and `enable_block_entity_renderer_caching` incompatible with `lazyyyyy` (I fell asleep writing that)By the way I hate the number \"2.2.2\". Somebody report bugs so I can bump to 2.2.3 asap.展开版本: 2.2.2支持游戏: 1.21.2, 1.21.3, 1.21.4, 1.21.5类型:FabricNeoForgeRelease下载次数: 587,1412.2.2 (1.21.1)BadOptimizations-2.2.2-1.21.1.jar下载2.2.2#Release- Fix lightmap optimizations breaking the darkness effect- Change Github link to my new username `imthosea` (old link will redirect for the foreseeable future i hope)- Fix mods that add custom player mods being incompatible with entity renderer optimizaations- Make `enable_remove_redundant_fov_calculations` incompatible with `camera_lock_on`- (1.20.5-) Make `enable_entity_flag_caching` incompatible with `biomeswevegone` and `performant`- Make both `enable_entity_renderer_caching` and `enable_block_entity_renderer_caching` incompatible with `lazyyyyy` (I fell asleep writing that)By the way I hate the number \"2.2.2\". Somebody report bugs so I can bump to 2.2.3 asap.展开版本: 2.2.2支持游戏: 1.21.1类型:FabricNeoForgeRelease下载次数: 173,4422.2.2 (1.20.5/1.20.6)BadOptimizations-2.2.2-1.20.5-20.6.jar下载2.2.2#Release- Fix lightmap optimizations breaking the darkness effect- Change Github link to my new username `imthosea` (old link will redirect for the foreseeable future i hope)- Fix mods that add custom player mods being incompatible with entity renderer optimizaations- Make `enable_remove_redundant_fov_calculations` incompatible with `camera_lock_on`- (1.20.5-) Make `enable_entity_flag_caching` incompatible with `biomeswevegone` and `performant`- Make both `enable_entity_renderer_caching` and `enable_block_entity_renderer_caching` incompatible with `lazyyyyy` (I fell asleep writing that)By the way I hate the number \"2.2.2\". Somebody report bugs so I can bump to 2.2.3 asap.展开版本: 2.2.2支持游戏: 1.20.5, 1.20.6类型:FabricNeoForgeRelease下载次数: 3,0402.2.2 (1.20.2-1.20.4)BadOptimizations-2.2.2-1.20.2-20.4.jar下载2.2.2#Release- Fix lightmap optimizations breaking the darkness effect- Change Github link to my new username `imthosea` (old link will redirect for the foreseeable future i hope)- Fix mods that add custom player mods being incompatible with entity renderer optimizaations- Make `enable_remove_redundant_fov_calculations` incompatible with `camera_lock_on`- (1.20.5-) Make `enable_entity_flag_caching` incompatible with `biomeswevegone` and `performant`- Make both `enable_entity_renderer_caching` and `enable_block_entity_renderer_caching` incompatible with `lazyyyyy` (I fell asleep writing that)By the way I hate the number \"2.2.2\". Somebody report bugs so I can bump to 2.2.3 asap.展开版本: 2.2.2支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricNeoForgeRelease下载次数: 11,8422.2.2 (1.20.1)BadOptimizations-2.2.2-1.20.1.jar下载2.2.2#Release- Fix lightmap optimizations breaking the darkness effect- Change Github link to my new username `imthosea` (old link will redirect for the foreseeable future i hope)- Fix mods that add custom player mods being incompatible with entity renderer optimizaations- Make `enable_remove_redundant_fov_calculations` incompatible with `camera_lock_on`- (1.20.5-) Make `enable_entity_flag_caching` incompatible with `biomeswevegone` and `performant`- Make both `enable_entity_renderer_caching` and `enable_block_entity_renderer_caching` incompatible with `lazyyyyy` (I fell asleep writing that)By the way I hate the number \"2.2.2\". Somebody report bugs so I can bump to 2.2.3 asap.展开版本: 2.2.2支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 410,3602.2.1 (1.21.2-1.21.5)BadOptimizations-2.2.1-1.21.2-21.4.jar下载2.2.1#Release- The 1.21.2/1.21.3 jars now also work on 1.21.4- Loading on a Forge/NeoForge server now prints a proper error message instead of crashing- Lightmap caching is now marked as incompatible with PolytoneNote that this is a reupload on Modrinth-I mistakenly uploaded the fabric-only jar for 1.21.2-21.4 previously.3/25/2025: (Wait it\'s already almost April?)- Mark 1.21.5 as compatible展开版本: 2.2.1支持游戏: 1.21.2, 1.21.3, 1.21.4, 1.21.5类型:FabricNeoForgeRelease下载次数: 945,6972.2.1 (1.21.1)BadOptimizations-2.2.1-1.21.1.jar下载2.2.1#Release- The 1.21.2/1.21.3 jars now also work on 1.21.4- Loading on a Forge/NeoForge server now prints a proper error message instead of crashing- Lightmap caching is now marked as incompatible with Polytone展开版本: 2.2.1支持游戏: 1.21.1类型:FabricNeoForgeRelease下载次数: 433,8682.2.1 (1.20.5/1.20.6)BadOptimizations-2.2.1-1.20.5-20.6.jar下载2.2.1#Release- The 1.21.2/1.21.3 jars now also work on 1.21.4- Loading on a Forge/NeoForge server now prints a proper error message instead of crashing- Lightmap caching is now marked as incompatible with Polytone展开版本: 2.2.1支持游戏: 1.20.5, 1.20.6类型:FabricNeoForgeRelease下载次数: 8,3872.2.1 (1.20.2-1.20.4)BadOptimizations-2.2.1-1.20.2-20.4.jar下载2.2.1#Release- The 1.21.2/1.21.3 jars now also work on 1.21.4- Loading on a Forge/NeoForge server now prints a proper error message instead of crashing- Lightmap caching is now marked as incompatible with Polytone展开版本: 2.2.1支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricNeoForgeRelease下载次数: 22,2382.2.1 (1.20.1)BadOptimizations-2.2.1-1.20.1.jar下载2.2.1#Release- The 1.21.2/1.21.3 jars now also work on 1.21.4- Loading on a Forge/NeoForge server now prints a proper error message instead of crashing- Lightmap caching is now marked as incompatible with Polytone展开版本: 2.2.1支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 1,040,0022.2.0 (1.21.2/1.21.3)BadOptimizations-2.2.0-1.21.2.jar下载2.2.0#Release- Port to 1.21.2- Mod Menus:- Add mod icon to Fabric Mod Menu ([PR](https://github.com/ItsThosea/BadOptimizations/pull/71))- Add mod icon to Forge/Neo Mod Menu- Link Website/Issues buttons on Fabric Mod Menu- Activate config screen buttons on Fabric/Neo mod menus (it will open the config file)- Marked entity renderer optimizations as incompatible with:- BedrockSkinUtility- SkinShuffle- This seems to be the cause of a lot of problems...- Override with `ignore_mod_incompatibilities`- Config version 4:- Rephrase comments- The game will now crash if the config is invalid instead of showing a pre-title-screen warning.展开版本: 2.2.0支持游戏: 1.21.2, 1.21.3类型:FabricNeoForgeRelease下载次数: 129,4002.2.0 (1.21.1)BadOptimizations-2.2.0-1.21.1.jar下载2.2.0#Release- Port to 1.21.2- Mod Menus:- Add mod icon to Fabric Mod Menu ([PR](https://github.com/ItsThosea/BadOptimizations/pull/71))- Add mod icon to Forge/Neo Mod Menu- Link Website/Issues buttons on Fabric Mod Menu- Activate config screen buttons on Fabric/Neo mod menus (it will open the config file)- Marked entity renderer optimizations as incompatible with:- BedrockSkinUtility- SkinShuffle- This seems to be the cause of a lot of problems...- Override with `ignore_mod_incompatibilities`- Config version 4:- Rephrase comments- The game will now crash if the config is invalid instead of showing a pre-title-screen warning.展开版本: 2.2.0支持游戏: 1.21.1类型:FabricNeoForgeRelease下载次数: 133,8142.2.0 (1.20.5/1.20.6)BadOptimizations-2.2.0-1.20.5-20.6.jar下载2.2.0#Release- Port to 1.21.2- Mod Menus:- Add mod icon to Fabric Mod Menu ([PR](https://github.com/ItsThosea/BadOptimizations/pull/71))- Add mod icon to Forge/Neo Mod Menu- Link Website/Issues buttons on Fabric Mod Menu- Activate config screen buttons on Fabric/Neo mod menus (it will open the config file)- Marked entity renderer optimizations as incompatible with:- BedrockSkinUtility- SkinShuffle- This seems to be the cause of a lot of problems...- Override with `ignore_mod_incompatibilities`- Config version 4:- Rephrase comments- The game will now crash if the config is invalid instead of showing a pre-title-screen warning.展开版本: 2.2.0支持游戏: 1.20.5, 1.20.6类型:FabricNeoForgeRelease下载次数: 2,2292.2.0 (1.20.2-1.20.4)BadOptimizations-2.2.0-1.20.2-20.4.jar下载2.2.0#Release- Port to 1.21.2- Mod Menus:- Add mod icon to Fabric Mod Menu ([PR](https://github.com/ItsThosea/BadOptimizations/pull/71))- Add mod icon to Forge/Neo Mod Menu- Link Website/Issues buttons on Fabric Mod Menu- Activate config screen buttons on Fabric/Neo mod menus (it will open the config file)- Marked entity renderer optimizations as incompatible with:- BedrockSkinUtility- SkinShuffle- This seems to be the cause of a lot of problems...- Override with `ignore_mod_incompatibilities`- Config version 4:- Rephrase comments- The game will now crash if the config is invalid instead of showing a pre-title-screen warning.展开版本: 2.2.0支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricNeoForgeRelease下载次数: 10,0012.2.0 (1.20.1)BadOptimizations-2.2.0-1.20.1.jar下载2.2.0#Release- Port to 1.21.2- Mod Menus:- Add mod icon to Fabric Mod Menu ([PR](https://github.com/ItsThosea/BadOptimizations/pull/71))- Add mod icon to Forge/Neo Mod Menu- Link Website/Issues buttons on Fabric Mod Menu- Activate config screen buttons on Fabric/Neo mod menus (it will open the config file)- Marked entity renderer optimizations as incompatible with:- BedrockSkinUtility- SkinShuffle- This seems to be the cause of a lot of problems...- Override with `ignore_mod_incompatibilities`- Config version 4:- Rephrase comments- The game will now crash if the config is invalid instead of showing a pre-title-screen warning.展开版本: 2.2.0支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 534,9602.1.4 (1.21/1.21.1)BadOptimizations-2.1.4-1.21.jar下载2.1.4#ReleaseI just can\'t catch a break can I.- Fix an issue where light/sky colors wouldn\'t react to time properlyHOPEFULLY no more critical issues after this-then 1.19 versions won\'t receive any more updates.展开版本: 2.1.4支持游戏: 1.21, 1.21.1类型:FabricNeoForgeRelease下载次数: 1,235,0942.1.4 (1.20.5/1.20.6)BadOptimizations-2.1.4-1.20.5-20.6.jar下载2.1.4#ReleaseI just can\'t catch a break can I.- Fix an issue where light/sky colors wouldn\'t react to time properlyHOPEFULLY no more critical issues after this-then 1.19 versions won\'t receive any more updates.展开版本: 2.1.4支持游戏: 1.20.5, 1.20.6类型:FabricNeoForgeRelease下载次数: 69,8652.1.4 (1.20.2-1.20.4)BadOptimizations-2.1.4-1.20.2-20.4.jar下载2.1.4#ReleaseI just can\'t catch a break can I.- Fix an issue where light/sky colors wouldn\'t react to time properlyHOPEFULLY no more critical issues after this-then 1.19 versions won\'t receive any more updates.展开版本: 2.1.4支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricNeoForgeRelease下载次数: 110,7662.1.4 (1.20.1)BadOptimizations-2.1.4-1.20.1.jar下载2.1.4#ReleaseI just can\'t catch a break can I.- Fix an issue where light/sky colors wouldn\'t react to time properlyHOPEFULLY no more critical issues after this-then 1.19 versions won\'t receive any more updates.展开版本: 2.1.4支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 1,051,2232.1.4 (1.19.4)BadOptimizations-2.1.4-1.19.4.jar下载2.1.4#ReleaseI just can\'t catch a break can I.- Fix an issue where light/sky colors wouldn\'t react to time properlyHOPEFULLY no more critical issues after this-then 1.19 versions won\'t receive any more updates.展开版本: 2.1.4支持游戏: 1.19.4类型:FabricForgeRelease下载次数: 26,5642.1.4 (1.19.3)BadOptimizations-2.1.4-1.19.3.jar下载2.1.4#ReleaseI just can\'t catch a break can I.- Fix an issue where light/sky colors wouldn\'t react to time properlyHOPEFULLY no more critical issues after this-then 1.19 versions won\'t receive any more updates.展开版本: 2.1.4支持游戏: 1.19.3类型:FabricForgeRelease下载次数: 1,2382.1.4 (1.19.1/1.19.2)BadOptimizations-2.1.4-1.19.1-19.2.jar下载2.1.4#ReleaseI just can\'t catch a break can I.- Fix an issue where light/sky colors wouldn\'t react to time properlyHOPEFULLY no more critical issues after this-then 1.19 versions won\'t receive any more updates.展开版本: 2.1.4支持游戏: 1.19.1, 1.19.2类型:FabricForgeRelease下载次数: 205,2602.1.3 (1.21)BadOptimizations-2.1.3-1.21.jar下载2.1.3#Release- Add support for Minecraft 1.21- Replace `@Unique` methods with a prefix, should fix crashes with XenonIf there\'s no more critical issues after this, this will be the final 1.19 release.展开版本: 2.1.3支持游戏: 1.21类型:FabricNeoForgeRelease下载次数: 10,2832.1.3 (1.20.5/1.20.6)BadOptimizations-2.1.3-1.20.5-20.6.jar下载2.1.3#Release- Add support for Minecraft 1.21- Replace `@Unique` methods with a prefix, should fix crashes with XenonIf there\'s no more critical issues after this, this will be the final 1.19 release.展开版本: 2.1.3支持游戏: 1.20.5, 1.20.6类型:FabricNeoForgeRelease下载次数: 1,5692.1.3 (1.20.2-1.20.4)BadOptimizations-2.1.3-1.20.2-20.4.jar下载2.1.3#Release- Add support for Minecraft 1.21- Replace `@Unique` methods with a prefix, should fix crashes with XenonIf there\'s no more critical issues after this, this will be the final 1.19 release.展开版本: 2.1.3支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricNeoForgeRelease下载次数: 1,2412.1.3 (1.20.1)BadOptimizations-2.1.3-1.20.1.jar下载2.1.3#Release- Add support for Minecraft 1.21- Replace `@Unique` methods with a prefix, should fix crashes with XenonIf there\'s no more critical issues after this, this will be the final 1.19 release.展开版本: 2.1.3支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 3,1792.1.3 (1.19.4)BadOptimizations-2.1.3-1.19.4.jar下载2.1.3#Release- Add support for Minecraft 1.21- Replace `@Unique` methods with a prefix, should fix crashes with XenonIf there\'s no more critical issues after this, this will be the final 1.19 release.展开版本: 2.1.3支持游戏: 1.19.4类型:FabricForgeRelease下载次数: 1712.1.3 (1.19.3)BadOptimizations-2.1.3-1.19.3.jar下载2.1.3#Release- Add support for Minecraft 1.21- Replace `@Unique` methods with a prefix, should fix crashes with XenonIf there\'s no more critical issues after this, this will be the final 1.19 release.展开版本: 2.1.3支持游戏: 1.19.3类型:FabricForgeRelease下载次数: 702.1.3 (1.19.1/1.19.2)BadOptimizations-2.1.3-1.19.1-19.2.jar下载2.1.3#Release- Add support for Minecraft 1.21- Replace `@Unique` methods with a prefix, should fix crashes with XenonIf there\'s no more critical issues after this, this will be the final 1.19 release.展开版本: 2.1.3支持游戏: 1.19.1, 1.19.2类型:FabricForgeRelease下载次数: 4522.1.2 (1.20.5/1.20.6)BadOptimizations-2.1.2-1.20.5-20.6.jar下载2.1.2#Release- Fix issues with lightmap not updating properly under some circumstances- Remove fps string optimization- Bump config version to 3- (1.20.1-) Mark entity renderer optimization as incompatible with Aquaculture- (1.20.2+) Fabric Loader version 0.15.0 or greater is now required- (1.20.2+) NeoForge version 20.2.84 or greater is now required- Mark sky color optimizations as incompatbile with Polytone- **This will be the final release of the 1.19 versions!**展开版本: 2.1.2支持游戏: 1.20.5, 1.20.6类型:FabricNeoForgeRelease下载次数: 9472.1.2 (1.20.2-1.20.4)BadOptimizations-2.1.2-1.20.2-20.4.jar下载2.1.2#Release- Fix issues with lightmap not updating properly under some circumstances- Remove fps string optimization- Bump config version to 3- (1.20.1-) Mark entity renderer optimization as incompatible with Aquaculture- (1.20.2+) Fabric Loader version 0.15.0 or greater is now required- (1.20.2+) NeoForge version 20.2.84 or greater is now required- Mark sky color optimizations as incompatbile with Polytone- **This will be the final release of the 1.19 versions!**展开版本: 2.1.2支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricNeoForgeRelease下载次数: 5502.1.2 (1.20.1)BadOptimizations-2.1.2-1.20.1.jar下载2.1.2#Release- Fix issues with lightmap not updating properly under some circumstances- Remove fps string optimization- Bump config version to 3- (1.20.1-) Mark entity renderer optimization as incompatible with Aquaculture- (1.20.2+) Fabric Loader version 0.15.0 or greater is now required- (1.20.2+) NeoForge version 20.2.84 or greater is now required- Mark sky color optimizations as incompatbile with Polytone- **This will be the final release of the 1.19 versions!**展开版本: 2.1.2支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 3,3582.1.2 (1.19.1/1.19.2)BadOptimizations-2.1.2-1.19.1-19.2.jar下载2.1.2#Release- Fix issues with lightmap not updating properly under some circumstances- Remove fps string optimization- Bump config version to 3- (1.20.1-) Mark entity renderer optimization as incompatible with Aquaculture- (1.20.2+) Fabric Loader version 0.15.0 or greater is now required- (1.20.2+) NeoForge version 20.2.84 or greater is now required- Mark sky color optimizations as incompatbile with Polytone- **This will be the final release of the 1.19 versions!**展开版本: 2.1.2支持游戏: 1.19.1, 1.19.2类型:FabricForgeRelease下载次数: 5482.1.1 (1.20.5/1.20.6)BadOptimizations-2.1.1.jar下载2.1.1#Release**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**.- Fix issues with incorrect sky color- New config options: `log_config` and `ignore_mod_incompatibilities`- Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`.- Add NeoForge support- Add support for Minecraft 1.20.5- Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)展开版本: 2.1.1支持游戏: 1.20.5, 1.20.6类型:FabricNeoForgeRelease下载次数: 120,0682.1.1 (1.20.2-1.20.4)BadOptimizations-2.1.1.jar下载2.1.1#Release**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**.- Fix issues with incorrect sky color- New config options: `log_config` and `ignore_mod_incompatibilities`- Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`.- Add NeoForge support- Add support for Minecraft 1.20.5- Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)展开版本: 2.1.1支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricNeoForgeRelease下载次数: 120,8062.1.1 (1.20.1)BadOptimizations-2.1.1.jar下载2.1.1#Release**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**.- Fix issues with incorrect sky color- New config options: `log_config` and `ignore_mod_incompatibilities`- Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`.- Add NeoForge support- Add support for Minecraft 1.20.5- Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)展开版本: 2.1.1支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 393,1942.1.1 (1.19.4)BadOptimizations-2.1.1.jar下载2.1.1#Release**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**.- Fix issues with incorrect sky color- New config options: `log_config` and `ignore_mod_incompatibilities`- Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`.- Add NeoForge support- Add support for Minecraft 1.20.5- Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)展开版本: 2.1.1支持游戏: 1.19.4类型:FabricForgeRelease下载次数: 2,4652.1.1 (1.19.3)BadOptimizations-2.1.1.jar下载2.1.1#Release**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**.- Fix issues with incorrect sky color- New config options: `log_config` and `ignore_mod_incompatibilities`- Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`.- Add NeoForge support- Add support for Minecraft 1.20.5- Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)展开版本: 2.1.1支持游戏: 1.19.3类型:FabricForgeRelease下载次数: 5732.1.1 (1.19.1/1.19.2)BadOptimizations-2.1.1.jar下载2.1.1#Release**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**.- Fix issues with incorrect sky color- New config options: `log_config` and `ignore_mod_incompatibilities`- Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`.- Add NeoForge support- Add support for Minecraft 1.20.5- Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)展开版本: 2.1.1支持游戏: 1.19.1, 1.19.2类型:FabricForgeRelease下载次数: 28,7642.1.0 (1.20.2-1.20.4)BadOptimizations-2.1.0.jar下载2.1.0#Release- Add a config file where you can enable/disable certain optimizations- Add a more slightly more efficient sky color calculation- Remove (most of the) toast optimizations- Fix crashes caused by data tracker optimizations- Fix compatibility with Immersive Portals- Thanks to [@tinygames](https://github.com/TinyGamesCoding/) for helping test!展开版本: 2.1.0支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricForgeRelease下载次数: 150,5812.1.0 (1.20.1)BadOptimizations-2.1.0.jar下载2.1.0#Release- Add a config file where you can enable/disable certain optimizations- Add a more slightly more efficient sky color calculation- Remove (most of the) toast optimizations- Fix crashes caused by data tracker optimizations- Fix compatibility with Immersive Portals- Thanks to [@tinygames](https://github.com/TinyGamesCoding/) for helping test!展开版本: 2.1.0支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 236,0772.1.0 (1.19.4)BadOptimizations-2.1.0.jar下载2.1.0#Release- Add a config file where you can enable/disable certain optimizations- Add a more slightly more efficient sky color calculation- Remove (most of the) toast optimizations- Fix crashes caused by data tracker optimizations- Fix compatibility with Immersive Portals- Thanks to [@tinygames](https://github.com/TinyGamesCoding/) for helping test!展开版本: 2.1.0支持游戏: 1.19.4类型:FabricForgeRelease下载次数: 12,6742.1.0 (1.19.3)BadOptimizations-2.1.0.jar下载2.1.0#Release- Add a config file where you can enable/disable certain optimizations- Add a more slightly more efficient sky color calculation- Remove (most of the) toast optimizations- Fix crashes caused by data tracker optimizations- Fix compatibility with Immersive Portals- Thanks to [@tinygames](https://github.com/TinyGamesCoding/) for helping test!展开版本: 2.1.0支持游戏: 1.19.3类型:FabricForgeRelease下载次数: 2142.1.0 (1.19.1/1.19.2)BadOptimizations-2.1.0.jar下载2.1.0#Release- Add a config file where you can enable/disable certain optimizations- Add a more slightly more efficient sky color calculation- Remove (most of the) toast optimizations- Fix crashes caused by data tracker optimizations- Fix compatibility with Immersive Portals- Thanks to [@tinygames](https://github.com/TinyGamesCoding/) for helping test!展开版本: 2.1.0支持游戏: 1.19.1, 1.19.2类型:FabricForgeRelease下载次数: 7,7292.0.1 (1.20.2-1.20.4)BadOptimizations-2.0.1.jar下载2.0.1#Release- Fix `@Redirect` conflicts causing crashes- Fix mixin priority- Fix sky flickering between biome borders- Fix sky color flickering during rain/thunder/lightning- Fix crashes due to `biomeColorVector` being null- Lightmap cacher will now only check for null game renderer once instead of multiple times per frame展开版本: 2.0.1支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricForgeRelease下载次数: 36,3722.0.1 (1.20.1)BadOptimizations-2.0.1.jar下载2.0.1#Release- Fix `@Redirect` conflicts causing crashes- Fix mixin priority- Fix sky flickering between biome borders- Fix sky color flickering during rain/thunder/lightning- Fix crashes due to `biomeColorVector` being null- Lightmap cacher will now only check for null game renderer once instead of multiple times per frame展开版本: 2.0.1支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 26,1372.0.1 (1.19.4)BadOptimizations-2.0.1.jar下载2.0.1#Release- Fix `@Redirect` conflicts causing crashes- Fix mixin priority- Fix sky flickering between biome borders- Fix sky color flickering during rain/thunder/lightning- Fix crashes due to `biomeColorVector` being null- Lightmap cacher will now only check for null game renderer once instead of multiple times per frame展开版本: 2.0.1支持游戏: 1.19.4类型:FabricForgeRelease下载次数: 2,5562.0.1 (1.19.3)BadOptimizations-2.0.1.jar下载2.0.1#Release- Fix `@Redirect` conflicts causing crashes- Fix mixin priority- Fix sky flickering between biome borders- Fix sky color flickering during rain/thunder/lightning- Fix crashes due to `biomeColorVector` being null- Lightmap cacher will now only check for null game renderer once instead of multiple times per frame展开版本: 2.0.1支持游戏: 1.19.3类型:FabricForgeRelease下载次数: 762.0.1 (1.19.1/1.19.2)BadOptimizations-2.0.1.jar下载2.0.1#Release- Fix `@Redirect` conflicts causing crashes- Fix mixin priority- Fix sky flickering between biome borders- Fix sky color flickering during rain/thunder/lightning- Fix crashes due to `biomeColorVector` being null- Lightmap cacher will now only check for null game renderer once instead of multiple times per frame展开版本: 2.0.1支持游戏: 1.19.1, 1.19.2类型:FabricForgeRelease下载次数: 7,4052.0.0 (1.20.2-1.20.4)BadOptimizations-2.0.0.jar下载2.0.0#Release### Fixes- Fix injections at entity data getters possibly not working- Fix injections at tail of `MinecraftClient.render` not working- Sky color will now use a shorter function every 3 ticks to calculate its color (fixes sky color updating slowly)- Lowered time threshold for lightmap update cancelling (fixes block lighting updating slowly)### Removed- Removed `MixinClientWorldCloudColor` and `MixinInGameHud`*(it had a minimal impact and broke stuff)*### New stuff- `EntityRenderer`s are now cached in `EntityType`- `BlockEntityRenderer`s are now cached in `BlockEntityType`- Added some minor sky renderer optimizations (cache `getSkyAngle`)- Debug renderers (e.g. bee/keyframe renderwers) will now only be executed if theres anything to render展开版本: 2.0.0支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricForgeRelease下载次数: 7322.0.0 (1.20.1)BadOptimizations-2.0.0.jar下载2.0.0#Release### Fixes- Fix injections at entity data getters possibly not working- Fix injections at tail of `MinecraftClient.render` not working- Sky color will now use a shorter function every 3 ticks to calculate its color (fixes sky color updating slowly)- Lowered time threshold for lightmap update cancelling (fixes block lighting updating slowly)### Removed- Removed `MixinClientWorldCloudColor` and `MixinInGameHud`*(it had a minimal impact and broke stuff)*### New stuff- `EntityRenderer`s are now cached in `EntityType`- `BlockEntityRenderer`s are now cached in `BlockEntityType`- Added some minor sky renderer optimizations (cache `getSkyAngle`)- Debug renderers (e.g. bee/keyframe renderwers) will now only be executed if theres anything to render展开版本: 2.0.0支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 6672.0.0 (1.19.4)BadOptimizations-2.0.0.jar下载2.0.0#Release### Fixes- Fix injections at entity data getters possibly not working- Fix injections at tail of `MinecraftClient.render` not working- Sky color will now use a shorter function every 3 ticks to calculate its color (fixes sky color updating slowly)- Lowered time threshold for lightmap update cancelling (fixes block lighting updating slowly)### Removed- Removed `MixinClientWorldCloudColor` and `MixinInGameHud`*(it had a minimal impact and broke stuff)*### New stuff- `EntityRenderer`s are now cached in `EntityType`- `BlockEntityRenderer`s are now cached in `BlockEntityType`- Added some minor sky renderer optimizations (cache `getSkyAngle`)- Debug renderers (e.g. bee/keyframe renderwers) will now only be executed if theres anything to render展开版本: 2.0.0支持游戏: 1.19.4类型:FabricForgeRelease下载次数: 802.0.0 (1.19.3)BadOptimizations-2.0.0.jar下载2.0.0#Release### Fixes- Fix injections at entity data getters possibly not working- Fix injections at tail of `MinecraftClient.render` not working- Sky color will now use a shorter function every 3 ticks to calculate its color (fixes sky color updating slowly)- Lowered time threshold for lightmap update cancelling (fixes block lighting updating slowly)### Removed- Removed `MixinClientWorldCloudColor` and `MixinInGameHud`*(it had a minimal impact and broke stuff)*### New stuff- `EntityRenderer`s are now cached in `EntityType`- `BlockEntityRenderer`s are now cached in `BlockEntityType`- Added some minor sky renderer optimizations (cache `getSkyAngle`)- Debug renderers (e.g. bee/keyframe renderwers) will now only be executed if theres anything to render展开版本: 2.0.0支持游戏: 1.19.3类型:FabricForgeRelease下载次数: 632.0.0 (1.19.1/1.19.2)BadOptimizations-2.0.0.jar下载2.0.0#Release### Fixes- Fix injections at entity data getters possibly not working- Fix injections at tail of `MinecraftClient.render` not working- Sky color will now use a shorter function every 3 ticks to calculate its color (fixes sky color updating slowly)- Lowered time threshold for lightmap update cancelling (fixes block lighting updating slowly)### Removed- Removed `MixinClientWorldCloudColor` and `MixinInGameHud`*(it had a minimal impact and broke stuff)*### New stuff- `EntityRenderer`s are now cached in `EntityType`- `BlockEntityRenderer`s are now cached in `BlockEntityType`- Added some minor sky renderer optimizations (cache `getSkyAngle`)- Debug renderers (e.g. bee/keyframe renderwers) will now only be executed if theres anything to render展开版本: 2.0.0支持游戏: 1.19.1, 1.19.2类型:FabricForgeRelease下载次数: 1811.6.3 (1.20.2-1.20.4)BadOptimizations-1.6.3.jar下载1.6.3#Release- Fixed sky color transition between two biomes with different sky colors being different from vanilla展开版本: 1.6.3支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricForgeRelease下载次数: 45,2131.6.3 (1.20.1)BadOptimizations-1.6.3.jar下载1.6.3#Release- Fixed sky color transition between two biomes with different sky colors being different from vanilla展开版本: 1.6.3支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 161,4741.6.3 (1.19.4)BadOptimizations-1.6.3.jar下载1.6.3#Release- Fixed sky color transition between two biomes with different sky colors being different from vanilla展开版本: 1.6.3支持游戏: 1.19.4类型:FabricForgeRelease下载次数: 8471.6.3 (1.19.3)BadOptimizations-1.6.3.jar下载1.6.3#Release- Fixed sky color transition between two biomes with different sky colors being different from vanilla展开版本: 1.6.3支持游戏: 1.19.3类型:FabricForgeRelease下载次数: 1411.6.3 (1.19.1/1.19.2)BadOptimizations-1.6.3.jar下载1.6.3#Release- Fixed sky color transition between two biomes with different sky colors being different from vanilla展开版本: 1.6.3支持游戏: 1.19.1, 1.19.2类型:FabricForgeRelease下载次数: 125,7991.6.2 (1.20.2-1.20.4)BadOptimizations-1.6.2.jar下载1.6.2#Release- Fixed cloud/sky color optimizations being broken- Fix compatibility with Alex\'s Caves- Fix 1.19.3 crashes on forge展开版本: 1.6.2支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricForgeRelease下载次数: 12,3001.6.2 (1.20.1)BadOptimizations-1.6.2.jar下载1.6.2#Release- Fixed cloud/sky color optimizations being broken- Fix compatibility with Alex\'s Caves- Fix 1.19.3 crashes on forge展开版本: 1.6.2支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 4,6211.6.2 (1.19.4)BadOptimizations-1.6.2.jar下载1.6.2#Release- Fixed cloud/sky color optimizations being broken- Fix compatibility with Alex\'s Caves- Fix 1.19.3 crashes on forge展开版本: 1.6.2支持游戏: 1.19.4类型:FabricForgeRelease下载次数: 2641.6.2 (1.19.3)BadOptimizations-1.6.2.jar下载1.6.2#Release- Fixed cloud/sky color optimizations being broken- Fix compatibility with Alex\'s Caves- Fix 1.19.3 crashes on forge展开版本: 1.6.2支持游戏: 1.19.3类型:FabricForgeRelease下载次数: 451.6.2 (1.19.1/1.19.2)BadOptimizations-1.6.2.jar下载1.6.2#Release- Fixed cloud/sky color optimizations being broken- Fix compatibility with Alex\'s Caves- Fix 1.19.3 crashes on forge展开版本: 1.6.2支持游戏: 1.19.1, 1.19.2类型:FabricForgeRelease下载次数: 1,6201.6.1 (1.20.2-1.20.4)BadOptimizations-1.6.1.jar下载1.6.1#Release- Add forge support- Fix 1.19.3 & 1.19.4 support- Cloud/sky colors will now be calculated when `ClientWorld` is created, fixing a possible crash- Changed function for updating living entity flags展开版本: 1.6.1支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricForgeRelease下载次数: 2,0661.6.1 (1.20.1)BadOptimizations-1.6.1.jar下载1.6.1#Release- Add forge support- Fix 1.19.3 & 1.19.4 support- Cloud/sky colors will now be calculated when `ClientWorld` is created, fixing a possible crash- Changed function for updating living entity flags展开版本: 1.6.1支持游戏: 1.20.1类型:FabricForgeRelease下载次数: 60,1431.6.1 (1.19.4)BadOptimizations-1.6.1.jar下载1.6.1#Release- Add forge support- Fix 1.19.3 & 1.19.4 support- Cloud/sky colors will now be calculated when `ClientWorld` is created, fixing a possible crash- Changed function for updating living entity flags展开版本: 1.6.1支持游戏: 1.19.4类型:FabricForgeRelease下载次数: 531.6.1 (1.19.3)BadOptimizations-1.6.1.jar下载1.6.1#Release- Add forge support- Fix 1.19.3 & 1.19.4 support- Cloud/sky colors will now be calculated when `ClientWorld` is created, fixing a possible crash- Changed function for updating living entity flags展开版本: 1.6.1支持游戏: 1.19.3类型:FabricForgeRelease下载次数: 451.6.1 (1.19.1/1.19.2)BadOptimizations-1.6.1.jar下载1.6.1#Release- Add forge support- Fix 1.19.3 & 1.19.4 support- Cloud/sky colors will now be calculated when `ClientWorld` is created, fixing a possible crash- Changed function for updating living entity flags展开版本: 1.6.1支持游戏: 1.19.1, 1.19.2类型:FabricForgeRelease下载次数: 1361.6.0 (1.20.2-1.20.4)BadOptimizations-1.6.0.jar下载1.6.0#Release- Cache sky and cloud colors for extra performance- Fix night vision not being included as \"dirty\" when choosing to update lightmaps- Add ModMenu metadata展开版本: 1.6.0支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 5511.6.0 (1.20.1)BadOptimizations-1.6.0.jar下载1.6.0#Release- Cache sky and cloud colors for extra performance- Fix night vision not being included as \"dirty\" when choosing to update lightmaps- Add ModMenu metadata展开版本: 1.6.0支持游戏: 1.20.1类型:FabricRelease下载次数: 6931.6.0 (1.19.1-1.19.4)BadOptimizations-1.6.0.jar下载1.6.0#Release- Cache sky and cloud colors for some extra performance- Fix night vision not being included as \"dirty\" when choosing if to update lightmaps- Add ModMenu metadata展开版本: 1.6.0支持游戏: 1.19.1, 1.19.2, 1.19.3, 1.19.4类型:FabricRelease下载次数: 1501.5.0 (1.20.2-1.20.4)BadOptimizations-1.5.0.jar下载1.5.0#Release- New major optimization: Lightmap optimizations (see description for details)- Credits to [@tinygames](https://www.youtube.com/@Tiny_Games) for helping test this version!展开版本: 1.5.0支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 6,5521.5.0 (1.20.1)BadOptimizations-1.5.0.jar下载1.5.0#Release- New major optimization: Lightmap optimizations (see description for details)- Credits to [@tinygames](https://www.youtube.com/@Tiny_Games) for helping test this version!展开版本: 1.5.0支持游戏: 1.20.1类型:FabricRelease下载次数: 58,5161.5.0 (1.19.1-1.19.4)BadOptimizations-1.5.0.jar下载1.5.0#Release- New major optimization: Lightmap optimizations (see description for details)- Credits to [@tinygames](https://www.youtube.com/@Tiny_Games) for helping test this version!展开版本: 1.5.0支持游戏: 1.19.1, 1.19.2, 1.19.3, 1.19.4类型:FabricRelease下载次数: 5,0141.4.2 (1.20.2-1.20.4)BadOptimizations-1.4.2.jar下载1.4.2#Release- Fixed some entity data not being updated properly, like item frames being invisible.展开版本: 1.4.2支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 2901.4.2 (1.20.1)BadOptimizations-1.4.2.jar下载1.4.2#Release- Fixed some entity data not being updated properly, like item frames being invisible.展开版本: 1.4.2支持游戏: 1.20.1类型:FabricRelease下载次数: 3801.4.2 (1.19.1-1.19.4)BadOptimizations-1.4.2.jar下载1.4.2#Release- Fixed some entity data not being updated properly, like item frames being invisible.展开版本: 1.4.2支持游戏: 1.19.1, 1.19.2, 1.19.3, 1.19.4类型:FabricRelease下载次数: 831.4.1 (1.20.2-1.20.4)BadOptimizations-1.4.1.jar下载1.4.1#Release- All FPS counter changes will now be done in one frame like in vanilla. This *slightly* increases performance but also fixes compatibility with Very Many Players.展开版本: 1.4.1支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 4261.4.1 (1.20.1)BadOptimizations-1.4.1.jar下载1.4.1#Release- All FPS counter changes will now be done in one frame like in vanilla. This *slightly* increases performance but also fixes compatibility with Very Many Players.展开版本: 1.4.1支持游戏: 1.20.1类型:FabricRelease下载次数: 3731.4.1 (1.19.1-1.19.4)BadOptimizations-1.4.1.jar下载1.4.1#Release- All FPS counter changes will now be done in one frame like in vanilla. This *slightly* increases performance but also fixes compatibility with Very Many Players.展开版本: 1.4.1支持游戏: 1.19.1, 1.19.2, 1.19.3, 1.19.4类型:FabricRelease下载次数: 941.4.0 (1.20.2-1.20.4)BadOptimizations-1.4.0.jar下载1.4.0#Release- Fixed an issue in the 1.19.1-1.20.1 version where having a screen open (like pause/inventory) while both F1 and F3 were active would cause the FPS string in the F3 debug HUD to not update properly.- New major optimization: Toast HUD. Improves performance of `ToastManager` whether toasts are being rendered or not.展开版本: 1.4.0支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 5861.4.0 (1.20.1)BadOptimizations-1.4.0.jar下载1.4.0#Release- Fixed an issue in the 1.19.1-1.20.1 version where having a screen open (like pause/inventory) while both F1 and F3 were active would cause the FPS string in the F3 debug HUD to not update properly.- New major optimization: Toast HUD. Improves performance of `ToastManager` whether toasts are being rendered or not.展开版本: 1.4.0支持游戏: 1.20.1类型:FabricRelease下载次数: 2771.4.0 (1.19.1-1.19.4)BadOptimizations-1.4.0.jar下载1.4.0#Release- Fixed an issue in the 1.19.1-1.20.1 version where having a screen open (like pause/inventory) while both F1 and F3 were active would cause the FPS string in the F3 debug HUD to not update properly.- New major optimization: Toast HUD. Improves performance of `ToastManager` whether toasts are being rendered or not.展开版本: 1.4.0支持游戏: 1.19.1, 1.19.2, 1.19.3, 1.19.4类型:FabricRelease下载次数: 6231.3.1 (1.20.2-1.20.4)BadOptimizations-1.3.1.jar下载1.3.1#Release- Bug fix for 1.19.1-1.20.1- Optimizations to the optimizations展开版本: 1.3.1支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 1161.3.1 (1.20.1)BadOptimizations-1.3.1.jar下载1.3.1#Release- Bug fix for 1.19.1-1.20.1- Optimizations to the optimizations展开版本: 1.3.1支持游戏: 1.20.1类型:FabricRelease下载次数: 1491.3.1 (1.19.1-1.19.4)BadOptimizations-1.3.1.jar下载1.3.1#Release- Bug fix for 1.19.1-1.20.1- Optimizations to the optimizations展开版本: 1.3.1支持游戏: 1.19.1, 1.19.2, 1.19.3, 1.19.4类型:FabricRelease下载次数: 801.3.0 (1.20.2-1.20.4)BadOptimizations-1.3.0.jar下载1.3.0#Release- Add 1.19.1-1.19.4 support- More optimizations展开版本: 1.3.0支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 3061.3.0 (1.20.1)BadOptimizations-1.3.0.jar下载1.3.0#Release- Add 1.19.1-1.19.4 support- More optimizations展开版本: 1.3.0支持游戏: 1.20.1类型:FabricRelease下载次数: 6,7671.3.0 (1.19.1-1.19.4)BadOptimizations-1.3.0.jar下载1.3.0#Release- Add 1.19.1-1.19.4 support- More optimizations展开版本: 1.3.0支持游戏: 1.19.1, 1.19.2, 1.19.3, 1.19.4类型:FabricRelease下载次数: 961.2.2 (1.20.2-1.20.4)BadOptimizations-1.2.2.jar下载1.2.2#Release- Increased Mixin priority to 1200, increasing compatibility with other mods.展开版本: 1.2.2支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 4461.2.2 (1.20.1)BadOptimizations-1.2.2.jar下载1.2.2#Release- Increased Mixin priority to 1200, increasing compatibility with other mods.展开版本: 1.2.2支持游戏: 1.20.1类型:FabricRelease下载次数: 6081.2.1 (1.20.2-1.20.4)BadOptimizations-1.2.1.jar下载1.2.1#Release- Fix compatibility with many, many mods展开版本: 1.2.1支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 2871.2.1 (1.20.1)BadOptimizations-1.2.1.jar下载1.2.1#Release- Fix compatibility with many, many mods展开版本: 1.2.1支持游戏: 1.20.1类型:FabricRelease下载次数: 3361.1.0 (1.20.2-1.20.4)BadOptimizations-1.1.0.jar下载1.1.0#Release- Fixed compatibility with Lithium- Added support for 1.20.1 and 1.20.3- 12/7/2023: Added support for 1.20.4- 12/9/2023: Moved different Minecraft versions to their own pages展开版本: 1.1.0支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricRelease下载次数: 3931.1.0 (1.20.1)BadOptimizations-1.1.0.jar下载1.1.0#Release- Fixed compatibility with Lithium- Added support for 1.20.1 and 1.20.3- 12/7/2023: Added support for 1.20.4- 12/9/2023: Moved different Minecraft versions to their own pages展开版本: 1.1.0支持游戏: 1.20.1类型:FabricRelease下载次数: 9431.0.0BadOptimizations-1.0.0.jar下载1.0.0#ReleaseInitial release展开版本: 1.0.0支持游戏: 1.20.2类型:FabricRelease下载次数: 151全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
BadOptimizations
楼主 2025-8-10 16:48:33 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2026-4-18 20:12 , Processed in 0.212627 second(s), 154 queries .

快速回复 返回顶部 返回列表