- 避免更新光照贴图
更新光照贴图可能是客户端 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。
依赖?
没有。
*(也可在 [CurseForge](
来自Modrinth
2.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.
- 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
类型: Fabric NeoForge
Release
下载次数: 269,266
2.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.
- 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
类型: Fabric NeoForge
Release
下载次数: 68,974
2.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.
- 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
类型: Fabric NeoForge
Release
下载次数: 2,013
2.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.
- 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
类型: Fabric NeoForge
Release
下载次数: 4,971
2.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.
- 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
类型: Fabric
Forge
Release
下载次数: 168,849
2.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 Polytone
Note 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
- Loading on a Forge/NeoForge server now prints a proper error message instead of crashing
- Lightmap caching is now marked as incompatible with Polytone
Note 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
类型: Fabric NeoForge
Release
下载次数: 852,043
2.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
- 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
类型: Fabric NeoForge
Release
下载次数: 358,246
2.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
- 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
类型: Fabric NeoForge
Release
下载次数: 7,600
2.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
- 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
类型: Fabric NeoForge
Release
下载次数: 20,325
2.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
- 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
类型: Fabric
Forge
Release
下载次数: 796,578
2.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.
- 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
类型: Fabric NeoForge
Release
下载次数: 125,451
2.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.
- 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
类型: Fabric NeoForge
Release
下载次数: 122,614
2.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.
- 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
类型: Fabric NeoForge
Release
下载次数: 2,179
2.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.
- 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
类型: Fabric NeoForge
Release
下载次数: 9,465
2.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.
- 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
类型: Fabric
Forge
Release
下载次数: 435,055
2.1.4 (1.21/1.21.1)
BadOptimizations-2.1.4-1.21.jar下载2.1.4#Release
I just can't catch a break can I.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
展开
版本: 2.1.4
支持游戏: 1.21, 1.21.1
类型: Fabric NeoForge
Release
下载次数: 1,132,256
2.1.4 (1.20.5/1.20.6)
BadOptimizations-2.1.4-1.20.5-20.6.jar下载2.1.4#Release
I just can't catch a break can I.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY 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
类型: Fabric NeoForge
Release
下载次数: 65,042
2.1.4 (1.20.2-1.20.4)
BadOptimizations-2.1.4-1.20.2-20.4.jar下载2.1.4#Release
I just can't catch a break can I.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY 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
类型: Fabric NeoForge
Release
下载次数: 104,073
2.1.4 (1.20.1)
BadOptimizations-2.1.4-1.20.1.jar下载2.1.4#Release
I just can't catch a break can I.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
展开
版本: 2.1.4
支持游戏: 1.20.1
类型: Fabric
Forge
Release
下载次数: 995,371
2.1.4 (1.19.4)
BadOptimizations-2.1.4-1.19.4.jar下载2.1.4#Release
I just can't catch a break can I.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
展开
版本: 2.1.4
支持游戏: 1.19.4
类型: Fabric
Forge
Release
下载次数: 22,936
2.1.4 (1.19.3)
BadOptimizations-2.1.4-1.19.3.jar下载2.1.4#Release
I just can't catch a break can I.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
展开
版本: 2.1.4
支持游戏: 1.19.3
类型: Fabric
Forge
Release
下载次数: 1,037
2.1.4 (1.19.1/1.19.2)
BadOptimizations-2.1.4-1.19.1-19.2.jar下载2.1.4#Release
I just can't catch a break can I.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
- Fix an issue where light/sky colors wouldn't react to time properly
HOPEFULLY 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
类型: Fabric
Forge
Release
下载次数: 147,549
2.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 Xenon
If there's no more critical issues after this, this will be the final 1.19 release.
- Replace `@Unique` methods with a prefix, should fix crashes with Xenon
If there's no more critical issues after this, this will be the final 1.19 release.
展开
版本: 2.1.3
支持游戏: 1.21
类型: Fabric NeoForge
Release
下载次数: 9,703
2.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 Xenon
If there's no more critical issues after this, this will be the final 1.19 release.
- Replace `@Unique` methods with a prefix, should fix crashes with Xenon
If 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
类型: Fabric NeoForge
Release
下载次数: 1,558
2.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 Xenon
If there's no more critical issues after this, this will be the final 1.19 release.
- Replace `@Unique` methods with a prefix, should fix crashes with Xenon
If 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
类型: Fabric NeoForge
Release
下载次数: 1,229
2.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 Xenon
If there's no more critical issues after this, this will be the final 1.19 release.
- Replace `@Unique` methods with a prefix, should fix crashes with Xenon
If there's no more critical issues after this, this will be the final 1.19 release.
展开
版本: 2.1.3
支持游戏: 1.20.1
类型: Fabric
Forge
Release
下载次数: 3,160
2.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 Xenon
If there's no more critical issues after this, this will be the final 1.19 release.
- Replace `@Unique` methods with a prefix, should fix crashes with Xenon
If there's no more critical issues after this, this will be the final 1.19 release.
展开
版本: 2.1.3
支持游戏: 1.19.4
类型: Fabric
Forge
Release
下载次数: 167
2.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 Xenon
If there's no more critical issues after this, this will be the final 1.19 release.
- Replace `@Unique` methods with a prefix, should fix crashes with Xenon
If there's no more critical issues after this, this will be the final 1.19 release.
展开
版本: 2.1.3
支持游戏: 1.19.3
类型: Fabric
Forge
Release
下载次数: 68
2.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 Xenon
If there's no more critical issues after this, this will be the final 1.19 release.
- Replace `@Unique` methods with a prefix, should fix crashes with Xenon
If 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
类型: Fabric
Forge
Release
下载次数: 442
2.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!**
- 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
类型: Fabric NeoForge
Release
下载次数: 925
2.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!**
- 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
类型: Fabric NeoForge
Release
下载次数: 541
2.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!**
- 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
类型: Fabric
Forge
Release
下载次数: 3,189
2.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!**
- 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
类型: Fabric
Forge
Release
下载次数: 518
2.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)
- 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
类型: Fabric NeoForge
Release
下载次数: 117,317
2.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)
- 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
类型: Fabric NeoForge
Release
下载次数: 114,843
2.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)
- 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
类型: Fabric
Forge
Release
下载次数: 377,670
2.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)
- 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
类型: Fabric
Forge
Release
下载次数: 2,418
2.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)
- 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
类型: Fabric
Forge
Release
下载次数: 513
2.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)
- 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
类型: Fabric
Forge
Release
下载次数: 28,265
2.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!
- 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
类型: Fabric
Forge
Release
下载次数: 147,937
2.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!
- 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
类型: Fabric
Forge
Release
下载次数: 226,656
2.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!
- 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
类型: Fabric
Forge
Release
下载次数: 12,170
2.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!
- 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
类型: Fabric
Forge
Release
下载次数: 209
2.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!
- 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
类型: Fabric
Forge
Release
下载次数: 7,329
2.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
- 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
类型: Fabric
Forge
Release
下载次数: 36,208
2.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
- 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
类型: Fabric
Forge
Release
下载次数: 24,961
2.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
- 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
类型: Fabric
Forge
Release
下载次数: 2,418
2.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
- 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
类型: Fabric
Forge
Release
下载次数: 75
2.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
- 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
类型: Fabric
Forge
Release
下载次数: 7,176
2.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
- 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
类型: Fabric
Forge
Release
下载次数: 727
2.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
- 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
类型: Fabric
Forge
Release
下载次数: 659
2.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
- 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
类型: Fabric
Forge
Release
下载次数: 79
2.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
- 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
类型: Fabric
Forge
Release
下载次数: 63
2.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
- 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
类型: Fabric
Forge
Release
下载次数: 179
1.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
类型: Fabric
Forge
Release
下载次数: 44,175
1.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
类型: Fabric
Forge
Release
下载次数: 159,648
1.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
类型: Fabric
Forge
Release
下载次数: 822
1.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
类型: Fabric
Forge
Release
下载次数: 140
1.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
类型: Fabric
Forge
Release
下载次数: 107,090
1.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
- 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
类型: Fabric
Forge
Release
下载次数: 12,278
1.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
- Fix compatibility with Alex's Caves
- Fix 1.19.3 crashes on forge
展开
版本: 1.6.2
支持游戏: 1.20.1
类型: Fabric
Forge
Release
下载次数: 4,439
1.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
- Fix compatibility with Alex's Caves
- Fix 1.19.3 crashes on forge
展开
版本: 1.6.2
支持游戏: 1.19.4
类型: Fabric
Forge
Release
下载次数: 250
1.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
- Fix compatibility with Alex's Caves
- Fix 1.19.3 crashes on forge
展开
版本: 1.6.2
支持游戏: 1.19.3
类型: Fabric
Forge
Release
下载次数: 43
1.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
- Fix compatibility with Alex's Caves
- Fix 1.19.3 crashes on forge
展开
版本: 1.6.2
支持游戏: 1.19.1, 1.19.2
类型: Fabric
Forge
Release
下载次数: 1,511
1.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
- 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
类型: Fabric
Forge
Release
下载次数: 2,056
1.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
- 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
类型: Fabric
Forge
Release
下载次数: 58,521
1.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
- 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
类型: Fabric
Forge
Release
下载次数: 53
1.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
- 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
类型: Fabric
Forge
Release
下载次数: 45
1.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
- 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
类型: Fabric
Forge
Release
下载次数: 133
1.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
- 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
类型: Fabric
Release
下载次数: 547
1.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
- Fix night vision not being included as "dirty" when choosing to update lightmaps
- Add ModMenu metadata
展开
版本: 1.6.0
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 660
1.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
- 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
类型: Fabric
Release
下载次数: 145
1.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!
- 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
类型: Fabric
Release
下载次数: 6,460
1.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!
- Credits to [@tinygames](https://www.youtube.com/@Tiny_Games) for helping test this version!
展开
版本: 1.5.0
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 57,138
1.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!
- 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
类型: Fabric
Release
下载次数: 4,885
1.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
类型: Fabric
Release
下载次数: 286
1.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
类型: Fabric
Release
下载次数: 373
1.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
类型: Fabric
Release
下载次数: 80
1.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
类型: Fabric
Release
下载次数: 424
1.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
类型: Fabric
Release
下载次数: 370
1.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
类型: Fabric
Release
下载次数: 93
1.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.
- 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
类型: Fabric
Release
下载次数: 580
1.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.
- New major optimization: Toast HUD. Improves performance of `ToastManager` whether toasts are being rendered or not.
展开
版本: 1.4.0
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 270
1.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.
- 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
类型: Fabric
Release
下载次数: 614
1.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
- Optimizations to the optimizations
展开
版本: 1.3.1
支持游戏: 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Release
下载次数: 113
1.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
- Optimizations to the optimizations
展开
版本: 1.3.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 146
1.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
- Optimizations to the optimizations
展开
版本: 1.3.1
支持游戏: 1.19.1, 1.19.2, 1.19.3, 1.19.4
类型: Fabric
Release
下载次数: 78
1.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
- More optimizations
展开
版本: 1.3.0
支持游戏: 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Release
下载次数: 303
1.3.0 (1.20.1)
BadOptimizations-1.3.0.jar下载1.3.0#Release
- Add 1.19.1-1.19.4 support
- More optimizations
- More optimizations
展开
版本: 1.3.0
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 6,713
1.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
- More optimizations
展开
版本: 1.3.0
支持游戏: 1.19.1, 1.19.2, 1.19.3, 1.19.4
类型: Fabric
Release
下载次数: 89
1.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
类型: Fabric
Release
下载次数: 441
1.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
类型: Fabric
Release
下载次数: 595
1.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
类型: Fabric
Release
下载次数: 283
1.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
类型: Fabric
Release
下载次数: 299
1.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
- 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
类型: Fabric
Release
下载次数: 390
1.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
- 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
类型: Fabric
Release
下载次数: 917
1.0.0
BadOptimizations-1.0.0.jar下载1.0.0#Release
Initial release
展开
版本: 1.0.0
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 146
收录