ModernFix (现代修复)
ModernFix 是一个集成了多种功能的模组,旨在提高性能、减少内存使用和修复许多错误。与您喜爱的性能模组兼容!
⚙️ 技术摘要
ModernFix 对游戏做了哪些改进?有许多调整正在进行,无法在此总结所有。然而,以下是对所做的一般类型改进的简要概述:
- 从较新的 Minecraft 和/或 Forge 版本中移植错误修复,例如修复了在 1.18 中移除维度模组时世界崩溃的问题。
- 对于不再支持特定 Minecraft 版本的模组进行修补,以改善游戏体验而不是要求玩家更新。
- 对游戏启动过程进行了许多优化和改进,显着提高了速度并减少了随机并发崩溃。
- 添加了额外的调试工具,帮助模组作者和玩家确定某些罕见游戏崩溃/冻结的原因,而不是依赖痛苦的模组二分法流程。
- 尽管由于兼容性问题未默认启用,但 ModernFix 包括功能以完全重新设计游戏的模型加载系统,将其替换为一种新的、动态版本,可以动态加载模型。模型加载是自 1.8 以来存在的一项主要性能退化,这个新系统减轻了几乎所有不利影响,使内存使用量和加载时间更接近 1.7.10 的水平。
- 需要分配的 RAM 很少玩游戏吗(例如 512MB 或更少)?现在可以做到。
如果您对每个补丁的更多详细信息感兴趣并且具有技术知识,我建议阅读[补丁摘要](
🐛 当出现问题时去哪里
请在 [GitHub](
🎁 如何支持这个项目?
您有两种主要方式可以帮助支持 ModernFix 的开发:
- 传播消息!在模组包中测试 ModernFix 并鼓励他们包含它。
- 如果您慷慨的话,我通过 [Ko-fi](
链接 ) 接受捐赠。捐赠不是必需的(因为 ModernFix 是免费的),但每一点都有所帮助。我在业余时间开发 ModernFix,所以我收到的任何补偿都有助于维持开发。
❓ 我应该使用哪些其他模组?
有许多适用于 Minecraft 的性能模组,我无法在这里列出所有,但以下是我认为一些必要的模组:
- 在任何 1.19.4 之前的版本上,您应该始终安装 LazyDFU,因为它可以消除 DFU 系统引起的令人难以置信的延迟。
- 在任何 1.20 之前的版本上,您通常应该使用 Starlight,除非它与您的模组存在兼容性问题(这相当罕见)。它提供了大大改进的照明性能,并且在移动到不同区块时也可以修复 FPS 卡顿。
- 始终安装 FerriteCore,因为 Mojang 的方块状态/模型实现效率极低,一旦超出了原版提供的内容,就会迅速消耗内存。
- 安装类似 Shutup Experimental settings(1.19 之前)或 Yeetus Experimentus(1.19+)的模组。这些模组将抑制关于实验性游戏功能的弹出屏幕,否则会导致游戏重新加载资源两次。
相关说明:我不推荐在任何模组场景中使用 OptiFine。它是闭源的,以一种容易破坏 Forge 和其他模组的方式对游戏进行补丁,并且显着减慢了游戏启动速度,通常需要几分钟的时间。请尝试使用 Sodium(在 Fabric 上)或 Embeddium(在 Forge 上)代替!与 ModernFix 一起使用 OptiFine 不受官方支持,并可能会导致问题。
🖥️ 需要服务器吗?看看 BisectHosting 吧!
截图:
来自Modrinth
5.23.0+mc1.20.1
modernfix-forge-5.23.0+mc1.20.1.jar下载5.23.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.22.0+1.20.1
* [Fix missing bitmask when compressing smaller datums into long](https://github.com/embeddedt/ModernFix/commit/292b80cf37cdebb4208171611bbac221d80e90d6) - embeddedt
* [Do not bypass Ingredient.TagValue#getItems during server resource reload](https://github.com/embeddedt/ModernFix/commit/5048e74c79724029a8ba2e3d7cdd37c83320ad4e) - embeddedt
* [Remove defensive copy of model location collection in replaceAll](https://github.com/embeddedt/ModernFix/commit/c3086e524988e32b6290b323fe92377c53247909) - embeddedt
* [Try to use a more optimal Set implementation for filtering](https://github.com/embeddedt/ModernFix/commit/bb658319cb15c57b503918cb44d3447372853c6f) - embeddedt
* [Use Guava immutable list to avoid extra internal copying](https://github.com/embeddedt/ModernFix/commit/14f1552ad7a017fc3d88e04b6f6f84b3591eda63) - embeddedt
* [Slight tweaks to ModelLocationBuilder](https://github.com/embeddedt/ModernFix/commit/61c8cfdca6a94341c466169668452df6ac1028d7) - embeddedt
* [Include ModernFix itself in time calculations for dynamic resources](https://github.com/embeddedt/ModernFix/commit/af526b9113efde17b9bead754f4b515305ac991c) - embeddedt
* [Fix copy-and-paste mistake in compact unihex logic](https://github.com/embeddedt/ModernFix/commit/6df33005a7d9aaf142582c8532aea4db8c36ee53) - embeddedt
* [Add some universe filters](https://github.com/embeddedt/ModernFix/commit/e9cb602ab7d7e2651da17837398d9f7d59bd129c) - embeddedt
* [Fix presizing of model location set & use more efficient string generation logic](https://github.com/embeddedt/ModernFix/commit/a13587e1397e5c714164ad798a3bacc1671d1dbf) - embeddedt
* [Attempt to reduce overhead of splitting same path string many times](https://github.com/embeddedt/ModernFix/commit/3a2edf7dddb44d75309aad10ad1efa6337e97428) - embeddedt
* [Implement more accurate fix for MC-183518](https://github.com/embeddedt/ModernFix/commit/a643170426cfe57cdfffddde87229b5506c49de5) - embeddedt
* [Ensure files in assets/ are not counted as namespaces](https://github.com/embeddedt/ModernFix/commit/4964cccff9026b4bf257e35d919ab29166c35322) - embeddedt
* [Replace mixin.feature.disable_unihex_font with mixin.perf.compress_unihex_font](https://github.com/embeddedt/ModernFix/commit/82535da8618a740d4173ed9040fbff8e1d9db65b) - embeddedt
## Changes since 5.22.0+1.20.1
* [Fix missing bitmask when compressing smaller datums into long](https://github.com/embeddedt/ModernFix/commit/292b80cf37cdebb4208171611bbac221d80e90d6) - embeddedt
* [Do not bypass Ingredient.TagValue#getItems during server resource reload](https://github.com/embeddedt/ModernFix/commit/5048e74c79724029a8ba2e3d7cdd37c83320ad4e) - embeddedt
* [Remove defensive copy of model location collection in replaceAll](https://github.com/embeddedt/ModernFix/commit/c3086e524988e32b6290b323fe92377c53247909) - embeddedt
* [Try to use a more optimal Set implementation for filtering](https://github.com/embeddedt/ModernFix/commit/bb658319cb15c57b503918cb44d3447372853c6f) - embeddedt
* [Use Guava immutable list to avoid extra internal copying](https://github.com/embeddedt/ModernFix/commit/14f1552ad7a017fc3d88e04b6f6f84b3591eda63) - embeddedt
* [Slight tweaks to ModelLocationBuilder](https://github.com/embeddedt/ModernFix/commit/61c8cfdca6a94341c466169668452df6ac1028d7) - embeddedt
* [Include ModernFix itself in time calculations for dynamic resources](https://github.com/embeddedt/ModernFix/commit/af526b9113efde17b9bead754f4b515305ac991c) - embeddedt
* [Fix copy-and-paste mistake in compact unihex logic](https://github.com/embeddedt/ModernFix/commit/6df33005a7d9aaf142582c8532aea4db8c36ee53) - embeddedt
* [Add some universe filters](https://github.com/embeddedt/ModernFix/commit/e9cb602ab7d7e2651da17837398d9f7d59bd129c) - embeddedt
* [Fix presizing of model location set & use more efficient string generation logic](https://github.com/embeddedt/ModernFix/commit/a13587e1397e5c714164ad798a3bacc1671d1dbf) - embeddedt
* [Attempt to reduce overhead of splitting same path string many times](https://github.com/embeddedt/ModernFix/commit/3a2edf7dddb44d75309aad10ad1efa6337e97428) - embeddedt
* [Implement more accurate fix for MC-183518](https://github.com/embeddedt/ModernFix/commit/a643170426cfe57cdfffddde87229b5506c49de5) - embeddedt
* [Ensure files in assets/ are not counted as namespaces](https://github.com/embeddedt/ModernFix/commit/4964cccff9026b4bf257e35d919ab29166c35322) - embeddedt
* [Replace mixin.feature.disable_unihex_font with mixin.perf.compress_unihex_font](https://github.com/embeddedt/ModernFix/commit/82535da8618a740d4173ed9040fbff8e1d9db65b) - embeddedt
展开
版本: 5.23.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 74,277
5.23.0+mc1.20.1
modernfix-fabric-5.23.0+mc1.20.1.jar下载5.23.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.22.0+1.20.1
* [Fix missing bitmask when compressing smaller datums into long](https://github.com/embeddedt/ModernFix/commit/292b80cf37cdebb4208171611bbac221d80e90d6) - embeddedt
* [Do not bypass Ingredient.TagValue#getItems during server resource reload](https://github.com/embeddedt/ModernFix/commit/5048e74c79724029a8ba2e3d7cdd37c83320ad4e) - embeddedt
* [Remove defensive copy of model location collection in replaceAll](https://github.com/embeddedt/ModernFix/commit/c3086e524988e32b6290b323fe92377c53247909) - embeddedt
* [Try to use a more optimal Set implementation for filtering](https://github.com/embeddedt/ModernFix/commit/bb658319cb15c57b503918cb44d3447372853c6f) - embeddedt
* [Use Guava immutable list to avoid extra internal copying](https://github.com/embeddedt/ModernFix/commit/14f1552ad7a017fc3d88e04b6f6f84b3591eda63) - embeddedt
* [Slight tweaks to ModelLocationBuilder](https://github.com/embeddedt/ModernFix/commit/61c8cfdca6a94341c466169668452df6ac1028d7) - embeddedt
* [Include ModernFix itself in time calculations for dynamic resources](https://github.com/embeddedt/ModernFix/commit/af526b9113efde17b9bead754f4b515305ac991c) - embeddedt
* [Fix copy-and-paste mistake in compact unihex logic](https://github.com/embeddedt/ModernFix/commit/6df33005a7d9aaf142582c8532aea4db8c36ee53) - embeddedt
* [Add some universe filters](https://github.com/embeddedt/ModernFix/commit/e9cb602ab7d7e2651da17837398d9f7d59bd129c) - embeddedt
* [Fix presizing of model location set & use more efficient string generation logic](https://github.com/embeddedt/ModernFix/commit/a13587e1397e5c714164ad798a3bacc1671d1dbf) - embeddedt
* [Attempt to reduce overhead of splitting same path string many times](https://github.com/embeddedt/ModernFix/commit/3a2edf7dddb44d75309aad10ad1efa6337e97428) - embeddedt
* [Implement more accurate fix for MC-183518](https://github.com/embeddedt/ModernFix/commit/a643170426cfe57cdfffddde87229b5506c49de5) - embeddedt
* [Ensure files in assets/ are not counted as namespaces](https://github.com/embeddedt/ModernFix/commit/4964cccff9026b4bf257e35d919ab29166c35322) - embeddedt
* [Replace mixin.feature.disable_unihex_font with mixin.perf.compress_unihex_font](https://github.com/embeddedt/ModernFix/commit/82535da8618a740d4173ed9040fbff8e1d9db65b) - embeddedt
## Changes since 5.22.0+1.20.1
* [Fix missing bitmask when compressing smaller datums into long](https://github.com/embeddedt/ModernFix/commit/292b80cf37cdebb4208171611bbac221d80e90d6) - embeddedt
* [Do not bypass Ingredient.TagValue#getItems during server resource reload](https://github.com/embeddedt/ModernFix/commit/5048e74c79724029a8ba2e3d7cdd37c83320ad4e) - embeddedt
* [Remove defensive copy of model location collection in replaceAll](https://github.com/embeddedt/ModernFix/commit/c3086e524988e32b6290b323fe92377c53247909) - embeddedt
* [Try to use a more optimal Set implementation for filtering](https://github.com/embeddedt/ModernFix/commit/bb658319cb15c57b503918cb44d3447372853c6f) - embeddedt
* [Use Guava immutable list to avoid extra internal copying](https://github.com/embeddedt/ModernFix/commit/14f1552ad7a017fc3d88e04b6f6f84b3591eda63) - embeddedt
* [Slight tweaks to ModelLocationBuilder](https://github.com/embeddedt/ModernFix/commit/61c8cfdca6a94341c466169668452df6ac1028d7) - embeddedt
* [Include ModernFix itself in time calculations for dynamic resources](https://github.com/embeddedt/ModernFix/commit/af526b9113efde17b9bead754f4b515305ac991c) - embeddedt
* [Fix copy-and-paste mistake in compact unihex logic](https://github.com/embeddedt/ModernFix/commit/6df33005a7d9aaf142582c8532aea4db8c36ee53) - embeddedt
* [Add some universe filters](https://github.com/embeddedt/ModernFix/commit/e9cb602ab7d7e2651da17837398d9f7d59bd129c) - embeddedt
* [Fix presizing of model location set & use more efficient string generation logic](https://github.com/embeddedt/ModernFix/commit/a13587e1397e5c714164ad798a3bacc1671d1dbf) - embeddedt
* [Attempt to reduce overhead of splitting same path string many times](https://github.com/embeddedt/ModernFix/commit/3a2edf7dddb44d75309aad10ad1efa6337e97428) - embeddedt
* [Implement more accurate fix for MC-183518](https://github.com/embeddedt/ModernFix/commit/a643170426cfe57cdfffddde87229b5506c49de5) - embeddedt
* [Ensure files in assets/ are not counted as namespaces](https://github.com/embeddedt/ModernFix/commit/4964cccff9026b4bf257e35d919ab29166c35322) - embeddedt
* [Replace mixin.feature.disable_unihex_font with mixin.perf.compress_unihex_font](https://github.com/embeddedt/ModernFix/commit/82535da8618a740d4173ed9040fbff8e1d9db65b) - embeddedt
展开
版本: 5.23.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 46,848
5.23.0+mc1.21.1
modernfix-neoforge-5.23.0+mc1.21.1.jar下载5.23.0+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.22.0+1.21.1
* [Fix missing bitmask when compressing smaller datums into long](https://github.com/embeddedt/ModernFix/commit/292b80cf37cdebb4208171611bbac221d80e90d6) - embeddedt
* [Do not bypass Ingredient.TagValue#getItems during server resource reload](https://github.com/embeddedt/ModernFix/commit/5048e74c79724029a8ba2e3d7cdd37c83320ad4e) - embeddedt
* [Remove defensive copy of model location collection in replaceAll](https://github.com/embeddedt/ModernFix/commit/c3086e524988e32b6290b323fe92377c53247909) - embeddedt
* [Try to use a more optimal Set implementation for filtering](https://github.com/embeddedt/ModernFix/commit/bb658319cb15c57b503918cb44d3447372853c6f) - embeddedt
* [Use Guava immutable list to avoid extra internal copying](https://github.com/embeddedt/ModernFix/commit/14f1552ad7a017fc3d88e04b6f6f84b3591eda63) - embeddedt
* [Slight tweaks to ModelLocationBuilder](https://github.com/embeddedt/ModernFix/commit/61c8cfdca6a94341c466169668452df6ac1028d7) - embeddedt
* [Include ModernFix itself in time calculations for dynamic resources](https://github.com/embeddedt/ModernFix/commit/af526b9113efde17b9bead754f4b515305ac991c) - embeddedt
* [Fix copy-and-paste mistake in compact unihex logic](https://github.com/embeddedt/ModernFix/commit/6df33005a7d9aaf142582c8532aea4db8c36ee53) - embeddedt
* [Add some universe filters](https://github.com/embeddedt/ModernFix/commit/e9cb602ab7d7e2651da17837398d9f7d59bd129c) - embeddedt
* [Fix presizing of model location set & use more efficient string generation logic](https://github.com/embeddedt/ModernFix/commit/a13587e1397e5c714164ad798a3bacc1671d1dbf) - embeddedt
* [Attempt to reduce overhead of splitting same path string many times](https://github.com/embeddedt/ModernFix/commit/3a2edf7dddb44d75309aad10ad1efa6337e97428) - embeddedt
* [Implement more accurate fix for MC-183518](https://github.com/embeddedt/ModernFix/commit/a643170426cfe57cdfffddde87229b5506c49de5) - embeddedt
* [Ensure files in assets/ are not counted as namespaces](https://github.com/embeddedt/ModernFix/commit/4964cccff9026b4bf257e35d919ab29166c35322) - embeddedt
* [Replace mixin.feature.disable_unihex_font with mixin.perf.compress_unihex_font](https://github.com/embeddedt/ModernFix/commit/82535da8618a740d4173ed9040fbff8e1d9db65b) - embeddedt
## Changes since 5.22.0+1.21.1
* [Fix missing bitmask when compressing smaller datums into long](https://github.com/embeddedt/ModernFix/commit/292b80cf37cdebb4208171611bbac221d80e90d6) - embeddedt
* [Do not bypass Ingredient.TagValue#getItems during server resource reload](https://github.com/embeddedt/ModernFix/commit/5048e74c79724029a8ba2e3d7cdd37c83320ad4e) - embeddedt
* [Remove defensive copy of model location collection in replaceAll](https://github.com/embeddedt/ModernFix/commit/c3086e524988e32b6290b323fe92377c53247909) - embeddedt
* [Try to use a more optimal Set implementation for filtering](https://github.com/embeddedt/ModernFix/commit/bb658319cb15c57b503918cb44d3447372853c6f) - embeddedt
* [Use Guava immutable list to avoid extra internal copying](https://github.com/embeddedt/ModernFix/commit/14f1552ad7a017fc3d88e04b6f6f84b3591eda63) - embeddedt
* [Slight tweaks to ModelLocationBuilder](https://github.com/embeddedt/ModernFix/commit/61c8cfdca6a94341c466169668452df6ac1028d7) - embeddedt
* [Include ModernFix itself in time calculations for dynamic resources](https://github.com/embeddedt/ModernFix/commit/af526b9113efde17b9bead754f4b515305ac991c) - embeddedt
* [Fix copy-and-paste mistake in compact unihex logic](https://github.com/embeddedt/ModernFix/commit/6df33005a7d9aaf142582c8532aea4db8c36ee53) - embeddedt
* [Add some universe filters](https://github.com/embeddedt/ModernFix/commit/e9cb602ab7d7e2651da17837398d9f7d59bd129c) - embeddedt
* [Fix presizing of model location set & use more efficient string generation logic](https://github.com/embeddedt/ModernFix/commit/a13587e1397e5c714164ad798a3bacc1671d1dbf) - embeddedt
* [Attempt to reduce overhead of splitting same path string many times](https://github.com/embeddedt/ModernFix/commit/3a2edf7dddb44d75309aad10ad1efa6337e97428) - embeddedt
* [Implement more accurate fix for MC-183518](https://github.com/embeddedt/ModernFix/commit/a643170426cfe57cdfffddde87229b5506c49de5) - embeddedt
* [Ensure files in assets/ are not counted as namespaces](https://github.com/embeddedt/ModernFix/commit/4964cccff9026b4bf257e35d919ab29166c35322) - embeddedt
* [Replace mixin.feature.disable_unihex_font with mixin.perf.compress_unihex_font](https://github.com/embeddedt/ModernFix/commit/82535da8618a740d4173ed9040fbff8e1d9db65b) - embeddedt
展开
版本: 5.23.0+mc1.21.1
支持游戏: 1.21.1
类型: NeoForge
Release
下载次数: 28,643
5.23.0+mc1.21.1
modernfix-fabric-5.23.0+mc1.21.1.jar下载5.23.0+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.22.0+1.21.1
* [Fix missing bitmask when compressing smaller datums into long](https://github.com/embeddedt/ModernFix/commit/292b80cf37cdebb4208171611bbac221d80e90d6) - embeddedt
* [Do not bypass Ingredient.TagValue#getItems during server resource reload](https://github.com/embeddedt/ModernFix/commit/5048e74c79724029a8ba2e3d7cdd37c83320ad4e) - embeddedt
* [Remove defensive copy of model location collection in replaceAll](https://github.com/embeddedt/ModernFix/commit/c3086e524988e32b6290b323fe92377c53247909) - embeddedt
* [Try to use a more optimal Set implementation for filtering](https://github.com/embeddedt/ModernFix/commit/bb658319cb15c57b503918cb44d3447372853c6f) - embeddedt
* [Use Guava immutable list to avoid extra internal copying](https://github.com/embeddedt/ModernFix/commit/14f1552ad7a017fc3d88e04b6f6f84b3591eda63) - embeddedt
* [Slight tweaks to ModelLocationBuilder](https://github.com/embeddedt/ModernFix/commit/61c8cfdca6a94341c466169668452df6ac1028d7) - embeddedt
* [Include ModernFix itself in time calculations for dynamic resources](https://github.com/embeddedt/ModernFix/commit/af526b9113efde17b9bead754f4b515305ac991c) - embeddedt
* [Fix copy-and-paste mistake in compact unihex logic](https://github.com/embeddedt/ModernFix/commit/6df33005a7d9aaf142582c8532aea4db8c36ee53) - embeddedt
* [Add some universe filters](https://github.com/embeddedt/ModernFix/commit/e9cb602ab7d7e2651da17837398d9f7d59bd129c) - embeddedt
* [Fix presizing of model location set & use more efficient string generation logic](https://github.com/embeddedt/ModernFix/commit/a13587e1397e5c714164ad798a3bacc1671d1dbf) - embeddedt
* [Attempt to reduce overhead of splitting same path string many times](https://github.com/embeddedt/ModernFix/commit/3a2edf7dddb44d75309aad10ad1efa6337e97428) - embeddedt
* [Implement more accurate fix for MC-183518](https://github.com/embeddedt/ModernFix/commit/a643170426cfe57cdfffddde87229b5506c49de5) - embeddedt
* [Ensure files in assets/ are not counted as namespaces](https://github.com/embeddedt/ModernFix/commit/4964cccff9026b4bf257e35d919ab29166c35322) - embeddedt
* [Replace mixin.feature.disable_unihex_font with mixin.perf.compress_unihex_font](https://github.com/embeddedt/ModernFix/commit/82535da8618a740d4173ed9040fbff8e1d9db65b) - embeddedt
## Changes since 5.22.0+1.21.1
* [Fix missing bitmask when compressing smaller datums into long](https://github.com/embeddedt/ModernFix/commit/292b80cf37cdebb4208171611bbac221d80e90d6) - embeddedt
* [Do not bypass Ingredient.TagValue#getItems during server resource reload](https://github.com/embeddedt/ModernFix/commit/5048e74c79724029a8ba2e3d7cdd37c83320ad4e) - embeddedt
* [Remove defensive copy of model location collection in replaceAll](https://github.com/embeddedt/ModernFix/commit/c3086e524988e32b6290b323fe92377c53247909) - embeddedt
* [Try to use a more optimal Set implementation for filtering](https://github.com/embeddedt/ModernFix/commit/bb658319cb15c57b503918cb44d3447372853c6f) - embeddedt
* [Use Guava immutable list to avoid extra internal copying](https://github.com/embeddedt/ModernFix/commit/14f1552ad7a017fc3d88e04b6f6f84b3591eda63) - embeddedt
* [Slight tweaks to ModelLocationBuilder](https://github.com/embeddedt/ModernFix/commit/61c8cfdca6a94341c466169668452df6ac1028d7) - embeddedt
* [Include ModernFix itself in time calculations for dynamic resources](https://github.com/embeddedt/ModernFix/commit/af526b9113efde17b9bead754f4b515305ac991c) - embeddedt
* [Fix copy-and-paste mistake in compact unihex logic](https://github.com/embeddedt/ModernFix/commit/6df33005a7d9aaf142582c8532aea4db8c36ee53) - embeddedt
* [Add some universe filters](https://github.com/embeddedt/ModernFix/commit/e9cb602ab7d7e2651da17837398d9f7d59bd129c) - embeddedt
* [Fix presizing of model location set & use more efficient string generation logic](https://github.com/embeddedt/ModernFix/commit/a13587e1397e5c714164ad798a3bacc1671d1dbf) - embeddedt
* [Attempt to reduce overhead of splitting same path string many times](https://github.com/embeddedt/ModernFix/commit/3a2edf7dddb44d75309aad10ad1efa6337e97428) - embeddedt
* [Implement more accurate fix for MC-183518](https://github.com/embeddedt/ModernFix/commit/a643170426cfe57cdfffddde87229b5506c49de5) - embeddedt
* [Ensure files in assets/ are not counted as namespaces](https://github.com/embeddedt/ModernFix/commit/4964cccff9026b4bf257e35d919ab29166c35322) - embeddedt
* [Replace mixin.feature.disable_unihex_font with mixin.perf.compress_unihex_font](https://github.com/embeddedt/ModernFix/commit/82535da8618a740d4173ed9040fbff8e1d9db65b) - embeddedt
展开
版本: 5.23.0+mc1.21.1
支持游戏: 1.21.1
类型: Fabric
Release
下载次数: 64,344
5.22.0+mc1.20.1
modernfix-forge-5.22.0+mc1.20.1.jar下载5.22.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.21.0+1.20.1
* [Update KubeJS maven to fix build failure](https://github.com/embeddedt/ModernFix/commit/f70fb212f78aa4701d0c2d4a0d104b59ed6b6b5c) - embeddedt
* [Support clearing model registry in dev for testing purposes](https://github.com/embeddedt/ModernFix/commit/588b56530e0863697a0290796b0948e61351f842) - embeddedt
* [Optimize MultiVariant.resolveParents](https://github.com/embeddedt/ModernFix/commit/3ad4e2478e6965e902d1a77e2483d770d0a363d3) - embeddedt
* [Fix concurrency issues in vanilla RegistryOps.memoizeLookup](https://github.com/embeddedt/ModernFix/commit/c11867536927ab0bbbd76dcd4b5bdae69a9cc57d) - embeddedt
* [Log when model universe is restricted](https://github.com/embeddedt/ModernFix/commit/8b0622ff5c00b4bb0e8fb6c8426bf0c851478f01) - embeddedt
* [Pre-size the top level model location set to reduce rehashing](https://github.com/embeddedt/ModernFix/commit/900e5786b6311285530abfa48713a9d8705fdaba) - embeddedt
* [Implement advanced caching of ingredient item stacks using soft references](https://github.com/embeddedt/ModernFix/commit/2535174e00b56d4b77426e64634be13de1e81d1f) - embeddedt
* [Patch CoFH Core to not rely on Ingredient.itemStacks](https://github.com/embeddedt/ModernFix/commit/7398b48345b8c2258c0416d2a9f35033a0cacd27) - embeddedt
* [Optimize some methods in Ingredient and remove itemStacks caching](https://github.com/embeddedt/ModernFix/commit/eed320b05588bcf3df39646701221242c5b5d9bc) - embeddedt
* [Sync tag ingredients directly if ModernFix is installed on both sides](https://github.com/embeddedt/ModernFix/commit/01d2582c44c269dca24d168ea2b85895c1e18a8a) - embeddedt
* [Trigger classloading of Items when deferring blockstate cache rebuild](https://github.com/embeddedt/ModernFix/commit/536eb03b50ee23e88dc203e4e270c3decb6d15b1) - embeddedt
* [Remove obsolete OBJLoader patch](https://github.com/embeddedt/ModernFix/commit/1b37c9da6674d5ff962d2d06b2a4dcf6ac81ad1d) - embeddedt
* [Use CHM's built-in set instead of newSetFromMap](https://github.com/embeddedt/ModernFix/commit/e253833b685e0bb4ee5de62860ce81b7d886a311) - embeddedt
* [Enable use of FML's unused TracingPrintStream for tracking mod messages on System.out](https://github.com/embeddedt/ModernFix/commit/ae729bcd151585adcafaf422a436470d9ef50613) - embeddedt
* [Remove obsolete resource pack code](https://github.com/embeddedt/ModernFix/commit/9be61340736c00b652f225aaf45ba97a9a73b3d5) - embeddedt
* [Default to showing the whole model registry to mods](https://github.com/embeddedt/ModernFix/commit/59e3b83d7496e05de1a32db97b68ecb7215bae05) - embeddedt
* [Attempt to improve parity/reliability of dynamic_entity_renderers](https://github.com/embeddedt/ModernFix/commit/4bdddf1051f9d037b218ac8a540bc72a187640fd) - embeddedt
* [Implement a very primitive datapack function profiler](https://github.com/embeddedt/ModernFix/commit/211e404687e38f290ea0aaa4dfdc5cb33d086875) - embeddedt
* [Rewrite resource pack caching to use a tree](https://github.com/embeddedt/ModernFix/commit/4cde23f4fe2c3c8422ea21195a6f6f9125ef7dc8) - embeddedt
* [Improve usability of -Dmodernfix.debugReloaders](https://github.com/embeddedt/ModernFix/commit/dbb6e4713d3d08066eb7cecc7bca92e46eb64252) - embeddedt
* [Build creative mode tab search tree on first use](https://github.com/embeddedt/ModernFix/commit/8c2c33093b3130c51e0891b8b5ca01ee5bcce95b) - embeddedt
* [Add back datapack reload time tracking during world creation](https://github.com/embeddedt/ModernFix/commit/63aeef1ba01ff9a09ecaf125cc72a70a7118935b) - embeddedt
* [Use smarter iteration order in model bake event registry](https://github.com/embeddedt/ModernFix/commit/51c4f3eae8beb0ccc2bfe20f44da9647cd3ffb9c) - embeddedt
* [Document many mixin options](https://github.com/embeddedt/ModernFix/commit/455b56749cdbb1f02321232a24778c04462fc0b7) - embeddedt
## Changes since 5.21.0+1.20.1
* [Update KubeJS maven to fix build failure](https://github.com/embeddedt/ModernFix/commit/f70fb212f78aa4701d0c2d4a0d104b59ed6b6b5c) - embeddedt
* [Support clearing model registry in dev for testing purposes](https://github.com/embeddedt/ModernFix/commit/588b56530e0863697a0290796b0948e61351f842) - embeddedt
* [Optimize MultiVariant.resolveParents](https://github.com/embeddedt/ModernFix/commit/3ad4e2478e6965e902d1a77e2483d770d0a363d3) - embeddedt
* [Fix concurrency issues in vanilla RegistryOps.memoizeLookup](https://github.com/embeddedt/ModernFix/commit/c11867536927ab0bbbd76dcd4b5bdae69a9cc57d) - embeddedt
* [Log when model universe is restricted](https://github.com/embeddedt/ModernFix/commit/8b0622ff5c00b4bb0e8fb6c8426bf0c851478f01) - embeddedt
* [Pre-size the top level model location set to reduce rehashing](https://github.com/embeddedt/ModernFix/commit/900e5786b6311285530abfa48713a9d8705fdaba) - embeddedt
* [Implement advanced caching of ingredient item stacks using soft references](https://github.com/embeddedt/ModernFix/commit/2535174e00b56d4b77426e64634be13de1e81d1f) - embeddedt
* [Patch CoFH Core to not rely on Ingredient.itemStacks](https://github.com/embeddedt/ModernFix/commit/7398b48345b8c2258c0416d2a9f35033a0cacd27) - embeddedt
* [Optimize some methods in Ingredient and remove itemStacks caching](https://github.com/embeddedt/ModernFix/commit/eed320b05588bcf3df39646701221242c5b5d9bc) - embeddedt
* [Sync tag ingredients directly if ModernFix is installed on both sides](https://github.com/embeddedt/ModernFix/commit/01d2582c44c269dca24d168ea2b85895c1e18a8a) - embeddedt
* [Trigger classloading of Items when deferring blockstate cache rebuild](https://github.com/embeddedt/ModernFix/commit/536eb03b50ee23e88dc203e4e270c3decb6d15b1) - embeddedt
* [Remove obsolete OBJLoader patch](https://github.com/embeddedt/ModernFix/commit/1b37c9da6674d5ff962d2d06b2a4dcf6ac81ad1d) - embeddedt
* [Use CHM's built-in set instead of newSetFromMap](https://github.com/embeddedt/ModernFix/commit/e253833b685e0bb4ee5de62860ce81b7d886a311) - embeddedt
* [Enable use of FML's unused TracingPrintStream for tracking mod messages on System.out](https://github.com/embeddedt/ModernFix/commit/ae729bcd151585adcafaf422a436470d9ef50613) - embeddedt
* [Remove obsolete resource pack code](https://github.com/embeddedt/ModernFix/commit/9be61340736c00b652f225aaf45ba97a9a73b3d5) - embeddedt
* [Default to showing the whole model registry to mods](https://github.com/embeddedt/ModernFix/commit/59e3b83d7496e05de1a32db97b68ecb7215bae05) - embeddedt
* [Attempt to improve parity/reliability of dynamic_entity_renderers](https://github.com/embeddedt/ModernFix/commit/4bdddf1051f9d037b218ac8a540bc72a187640fd) - embeddedt
* [Implement a very primitive datapack function profiler](https://github.com/embeddedt/ModernFix/commit/211e404687e38f290ea0aaa4dfdc5cb33d086875) - embeddedt
* [Rewrite resource pack caching to use a tree](https://github.com/embeddedt/ModernFix/commit/4cde23f4fe2c3c8422ea21195a6f6f9125ef7dc8) - embeddedt
* [Improve usability of -Dmodernfix.debugReloaders](https://github.com/embeddedt/ModernFix/commit/dbb6e4713d3d08066eb7cecc7bca92e46eb64252) - embeddedt
* [Build creative mode tab search tree on first use](https://github.com/embeddedt/ModernFix/commit/8c2c33093b3130c51e0891b8b5ca01ee5bcce95b) - embeddedt
* [Add back datapack reload time tracking during world creation](https://github.com/embeddedt/ModernFix/commit/63aeef1ba01ff9a09ecaf125cc72a70a7118935b) - embeddedt
* [Use smarter iteration order in model bake event registry](https://github.com/embeddedt/ModernFix/commit/51c4f3eae8beb0ccc2bfe20f44da9647cd3ffb9c) - embeddedt
* [Document many mixin options](https://github.com/embeddedt/ModernFix/commit/455b56749cdbb1f02321232a24778c04462fc0b7) - embeddedt
展开
版本: 5.22.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 31,230
5.22.0+mc1.20.1
modernfix-fabric-5.22.0+mc1.20.1.jar下载5.22.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.21.0+1.20.1
* [Update KubeJS maven to fix build failure](https://github.com/embeddedt/ModernFix/commit/f70fb212f78aa4701d0c2d4a0d104b59ed6b6b5c) - embeddedt
* [Support clearing model registry in dev for testing purposes](https://github.com/embeddedt/ModernFix/commit/588b56530e0863697a0290796b0948e61351f842) - embeddedt
* [Optimize MultiVariant.resolveParents](https://github.com/embeddedt/ModernFix/commit/3ad4e2478e6965e902d1a77e2483d770d0a363d3) - embeddedt
* [Fix concurrency issues in vanilla RegistryOps.memoizeLookup](https://github.com/embeddedt/ModernFix/commit/c11867536927ab0bbbd76dcd4b5bdae69a9cc57d) - embeddedt
* [Log when model universe is restricted](https://github.com/embeddedt/ModernFix/commit/8b0622ff5c00b4bb0e8fb6c8426bf0c851478f01) - embeddedt
* [Pre-size the top level model location set to reduce rehashing](https://github.com/embeddedt/ModernFix/commit/900e5786b6311285530abfa48713a9d8705fdaba) - embeddedt
* [Implement advanced caching of ingredient item stacks using soft references](https://github.com/embeddedt/ModernFix/commit/2535174e00b56d4b77426e64634be13de1e81d1f) - embeddedt
* [Patch CoFH Core to not rely on Ingredient.itemStacks](https://github.com/embeddedt/ModernFix/commit/7398b48345b8c2258c0416d2a9f35033a0cacd27) - embeddedt
* [Optimize some methods in Ingredient and remove itemStacks caching](https://github.com/embeddedt/ModernFix/commit/eed320b05588bcf3df39646701221242c5b5d9bc) - embeddedt
* [Sync tag ingredients directly if ModernFix is installed on both sides](https://github.com/embeddedt/ModernFix/commit/01d2582c44c269dca24d168ea2b85895c1e18a8a) - embeddedt
* [Trigger classloading of Items when deferring blockstate cache rebuild](https://github.com/embeddedt/ModernFix/commit/536eb03b50ee23e88dc203e4e270c3decb6d15b1) - embeddedt
* [Remove obsolete OBJLoader patch](https://github.com/embeddedt/ModernFix/commit/1b37c9da6674d5ff962d2d06b2a4dcf6ac81ad1d) - embeddedt
* [Use CHM's built-in set instead of newSetFromMap](https://github.com/embeddedt/ModernFix/commit/e253833b685e0bb4ee5de62860ce81b7d886a311) - embeddedt
* [Enable use of FML's unused TracingPrintStream for tracking mod messages on System.out](https://github.com/embeddedt/ModernFix/commit/ae729bcd151585adcafaf422a436470d9ef50613) - embeddedt
* [Remove obsolete resource pack code](https://github.com/embeddedt/ModernFix/commit/9be61340736c00b652f225aaf45ba97a9a73b3d5) - embeddedt
* [Default to showing the whole model registry to mods](https://github.com/embeddedt/ModernFix/commit/59e3b83d7496e05de1a32db97b68ecb7215bae05) - embeddedt
* [Attempt to improve parity/reliability of dynamic_entity_renderers](https://github.com/embeddedt/ModernFix/commit/4bdddf1051f9d037b218ac8a540bc72a187640fd) - embeddedt
* [Implement a very primitive datapack function profiler](https://github.com/embeddedt/ModernFix/commit/211e404687e38f290ea0aaa4dfdc5cb33d086875) - embeddedt
* [Rewrite resource pack caching to use a tree](https://github.com/embeddedt/ModernFix/commit/4cde23f4fe2c3c8422ea21195a6f6f9125ef7dc8) - embeddedt
* [Improve usability of -Dmodernfix.debugReloaders](https://github.com/embeddedt/ModernFix/commit/dbb6e4713d3d08066eb7cecc7bca92e46eb64252) - embeddedt
* [Build creative mode tab search tree on first use](https://github.com/embeddedt/ModernFix/commit/8c2c33093b3130c51e0891b8b5ca01ee5bcce95b) - embeddedt
* [Add back datapack reload time tracking during world creation](https://github.com/embeddedt/ModernFix/commit/63aeef1ba01ff9a09ecaf125cc72a70a7118935b) - embeddedt
* [Use smarter iteration order in model bake event registry](https://github.com/embeddedt/ModernFix/commit/51c4f3eae8beb0ccc2bfe20f44da9647cd3ffb9c) - embeddedt
* [Document many mixin options](https://github.com/embeddedt/ModernFix/commit/455b56749cdbb1f02321232a24778c04462fc0b7) - embeddedt
## Changes since 5.21.0+1.20.1
* [Update KubeJS maven to fix build failure](https://github.com/embeddedt/ModernFix/commit/f70fb212f78aa4701d0c2d4a0d104b59ed6b6b5c) - embeddedt
* [Support clearing model registry in dev for testing purposes](https://github.com/embeddedt/ModernFix/commit/588b56530e0863697a0290796b0948e61351f842) - embeddedt
* [Optimize MultiVariant.resolveParents](https://github.com/embeddedt/ModernFix/commit/3ad4e2478e6965e902d1a77e2483d770d0a363d3) - embeddedt
* [Fix concurrency issues in vanilla RegistryOps.memoizeLookup](https://github.com/embeddedt/ModernFix/commit/c11867536927ab0bbbd76dcd4b5bdae69a9cc57d) - embeddedt
* [Log when model universe is restricted](https://github.com/embeddedt/ModernFix/commit/8b0622ff5c00b4bb0e8fb6c8426bf0c851478f01) - embeddedt
* [Pre-size the top level model location set to reduce rehashing](https://github.com/embeddedt/ModernFix/commit/900e5786b6311285530abfa48713a9d8705fdaba) - embeddedt
* [Implement advanced caching of ingredient item stacks using soft references](https://github.com/embeddedt/ModernFix/commit/2535174e00b56d4b77426e64634be13de1e81d1f) - embeddedt
* [Patch CoFH Core to not rely on Ingredient.itemStacks](https://github.com/embeddedt/ModernFix/commit/7398b48345b8c2258c0416d2a9f35033a0cacd27) - embeddedt
* [Optimize some methods in Ingredient and remove itemStacks caching](https://github.com/embeddedt/ModernFix/commit/eed320b05588bcf3df39646701221242c5b5d9bc) - embeddedt
* [Sync tag ingredients directly if ModernFix is installed on both sides](https://github.com/embeddedt/ModernFix/commit/01d2582c44c269dca24d168ea2b85895c1e18a8a) - embeddedt
* [Trigger classloading of Items when deferring blockstate cache rebuild](https://github.com/embeddedt/ModernFix/commit/536eb03b50ee23e88dc203e4e270c3decb6d15b1) - embeddedt
* [Remove obsolete OBJLoader patch](https://github.com/embeddedt/ModernFix/commit/1b37c9da6674d5ff962d2d06b2a4dcf6ac81ad1d) - embeddedt
* [Use CHM's built-in set instead of newSetFromMap](https://github.com/embeddedt/ModernFix/commit/e253833b685e0bb4ee5de62860ce81b7d886a311) - embeddedt
* [Enable use of FML's unused TracingPrintStream for tracking mod messages on System.out](https://github.com/embeddedt/ModernFix/commit/ae729bcd151585adcafaf422a436470d9ef50613) - embeddedt
* [Remove obsolete resource pack code](https://github.com/embeddedt/ModernFix/commit/9be61340736c00b652f225aaf45ba97a9a73b3d5) - embeddedt
* [Default to showing the whole model registry to mods](https://github.com/embeddedt/ModernFix/commit/59e3b83d7496e05de1a32db97b68ecb7215bae05) - embeddedt
* [Attempt to improve parity/reliability of dynamic_entity_renderers](https://github.com/embeddedt/ModernFix/commit/4bdddf1051f9d037b218ac8a540bc72a187640fd) - embeddedt
* [Implement a very primitive datapack function profiler](https://github.com/embeddedt/ModernFix/commit/211e404687e38f290ea0aaa4dfdc5cb33d086875) - embeddedt
* [Rewrite resource pack caching to use a tree](https://github.com/embeddedt/ModernFix/commit/4cde23f4fe2c3c8422ea21195a6f6f9125ef7dc8) - embeddedt
* [Improve usability of -Dmodernfix.debugReloaders](https://github.com/embeddedt/ModernFix/commit/dbb6e4713d3d08066eb7cecc7bca92e46eb64252) - embeddedt
* [Build creative mode tab search tree on first use](https://github.com/embeddedt/ModernFix/commit/8c2c33093b3130c51e0891b8b5ca01ee5bcce95b) - embeddedt
* [Add back datapack reload time tracking during world creation](https://github.com/embeddedt/ModernFix/commit/63aeef1ba01ff9a09ecaf125cc72a70a7118935b) - embeddedt
* [Use smarter iteration order in model bake event registry](https://github.com/embeddedt/ModernFix/commit/51c4f3eae8beb0ccc2bfe20f44da9647cd3ffb9c) - embeddedt
* [Document many mixin options](https://github.com/embeddedt/ModernFix/commit/455b56749cdbb1f02321232a24778c04462fc0b7) - embeddedt
展开
版本: 5.22.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 17,716
5.22.0+mc1.21.1
modernfix-neoforge-5.22.0+mc1.21.1.jar下载5.22.0+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.21.0+1.21.1
* [Update KubeJS maven to fix build failure](https://github.com/embeddedt/ModernFix/commit/f70fb212f78aa4701d0c2d4a0d104b59ed6b6b5c) - embeddedt
* [Support clearing model registry in dev for testing purposes](https://github.com/embeddedt/ModernFix/commit/588b56530e0863697a0290796b0948e61351f842) - embeddedt
* [Optimize MultiVariant.resolveParents](https://github.com/embeddedt/ModernFix/commit/3ad4e2478e6965e902d1a77e2483d770d0a363d3) - embeddedt
* [Fix concurrency issues in vanilla RegistryOps.memoizeLookup](https://github.com/embeddedt/ModernFix/commit/c11867536927ab0bbbd76dcd4b5bdae69a9cc57d) - embeddedt
* [Log when model universe is restricted](https://github.com/embeddedt/ModernFix/commit/8b0622ff5c00b4bb0e8fb6c8426bf0c851478f01) - embeddedt
* [Pre-size the top level model location set to reduce rehashing](https://github.com/embeddedt/ModernFix/commit/900e5786b6311285530abfa48713a9d8705fdaba) - embeddedt
* [Implement advanced caching of ingredient item stacks using soft references](https://github.com/embeddedt/ModernFix/commit/2535174e00b56d4b77426e64634be13de1e81d1f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/17a9f122b12c093cfa84db1bfc45d7d5fa1fafab) - embeddedt
* [Filter how much of the model registry Eternal Starlight sees](https://github.com/embeddedt/ModernFix/commit/048e7f7e071c51000a2d8cf35dfbe760901ac48c) - embeddedt
* [Fix incorrect sprite getter being used for CTM integration](https://github.com/embeddedt/ModernFix/commit/18dac0d949c500d31ae17c6ad4437da599c4598b) - embeddedt
* [Catch errors from dynamic resources integrations instead of propagating them](https://github.com/embeddedt/ModernFix/commit/508e62b1603f6375504d8f8cf1d99f99437f75ae) - embeddedt
* [Improve parity of dynamic resources enough to fix JAOPCA](https://github.com/embeddedt/ModernFix/commit/2dae8586521c7c2263d83f523b07dd28105f09ed) - embeddedt
* [Patch CoFH Core to not rely on Ingredient.itemStacks](https://github.com/embeddedt/ModernFix/commit/7398b48345b8c2258c0416d2a9f35033a0cacd27) - embeddedt
* [Fix several mistakes in porting mixin.perf.faster_ingredients](https://github.com/embeddedt/ModernFix/commit/75f65535f83b22cc7da572ef3a07ee42f92a739c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/757d8b67624fdaf95ed696e1c6756df1d84e2259) - embeddedt
* [Update Mod Menu](https://github.com/embeddedt/ModernFix/commit/8def366676bb908a590c481bde1cdb8f6bf411cf) - embeddedt
* [Optimize some methods in Ingredient and remove itemStacks caching](https://github.com/embeddedt/ModernFix/commit/eed320b05588bcf3df39646701221242c5b5d9bc) - embeddedt
* [Sync tag ingredients directly if ModernFix is installed on both sides](https://github.com/embeddedt/ModernFix/commit/01d2582c44c269dca24d168ea2b85895c1e18a8a) - embeddedt
* [Trigger classloading of Items when deferring blockstate cache rebuild](https://github.com/embeddedt/ModernFix/commit/536eb03b50ee23e88dc203e4e270c3decb6d15b1) - embeddedt
* [Remove obsolete OBJLoader patch](https://github.com/embeddedt/ModernFix/commit/1b37c9da6674d5ff962d2d06b2a4dcf6ac81ad1d) - embeddedt
* [Enable registry_event_progress by default on 1.21](https://github.com/embeddedt/ModernFix/commit/92e823424057b6e1f9cf54ab6cab7f8bb3abdb58) - embeddedt
* [Use CHM's built-in set instead of newSetFromMap](https://github.com/embeddedt/ModernFix/commit/e253833b685e0bb4ee5de62860ce81b7d886a311) - embeddedt
* [Enable use of FML's unused TracingPrintStream for tracking mod messages on System.out](https://github.com/embeddedt/ModernFix/commit/ae729bcd151585adcafaf422a436470d9ef50613) - embeddedt
* [Remove obsolete resource pack code](https://github.com/embeddedt/ModernFix/commit/9be61340736c00b652f225aaf45ba97a9a73b3d5) - embeddedt
* [Default to showing the whole model registry to mods](https://github.com/embeddedt/ModernFix/commit/59e3b83d7496e05de1a32db97b68ecb7215bae05) - embeddedt
* [Disable the resource pack cache on 1.21 for now, makes no difference](https://github.com/embeddedt/ModernFix/commit/653b901180a98397aa8f3034a8e7b14aa2c0b285) - embeddedt
* [Attempt to improve parity/reliability of dynamic_entity_renderers](https://github.com/embeddedt/ModernFix/commit/4bdddf1051f9d037b218ac8a540bc72a187640fd) - embeddedt
* [Implement a very primitive datapack function profiler](https://github.com/embeddedt/ModernFix/commit/211e404687e38f290ea0aaa4dfdc5cb33d086875) - embeddedt
* [Rewrite resource pack caching to use a tree](https://github.com/embeddedt/ModernFix/commit/4cde23f4fe2c3c8422ea21195a6f6f9125ef7dc8) - embeddedt
* [Improve usability of -Dmodernfix.debugReloaders](https://github.com/embeddedt/ModernFix/commit/dbb6e4713d3d08066eb7cecc7bca92e46eb64252) - embeddedt
* [Remove nonexistent AW entry](https://github.com/embeddedt/ModernFix/commit/c66987887c0a2d8add740313dbaa1c2c645511bd) - embeddedt
* [Build creative mode tab search tree on first use](https://github.com/embeddedt/ModernFix/commit/8c2c33093b3130c51e0891b8b5ca01ee5bcce95b) - embeddedt
* [Add back datapack reload time tracking during world creation](https://github.com/embeddedt/ModernFix/commit/63aeef1ba01ff9a09ecaf125cc72a70a7118935b) - embeddedt
* [Use smarter iteration order in model bake event registry](https://github.com/embeddedt/ModernFix/commit/51c4f3eae8beb0ccc2bfe20f44da9647cd3ffb9c) - embeddedt
* [Document many mixin options](https://github.com/embeddedt/ModernFix/commit/455b56749cdbb1f02321232a24778c04462fc0b7) - embeddedt
* [Update Spark integration](https://github.com/embeddedt/ModernFix/commit/c7c866fde5703b6c67c4dbefcb5afc1938c10575) - embeddedt
## Changes since 5.21.0+1.21.1
* [Update KubeJS maven to fix build failure](https://github.com/embeddedt/ModernFix/commit/f70fb212f78aa4701d0c2d4a0d104b59ed6b6b5c) - embeddedt
* [Support clearing model registry in dev for testing purposes](https://github.com/embeddedt/ModernFix/commit/588b56530e0863697a0290796b0948e61351f842) - embeddedt
* [Optimize MultiVariant.resolveParents](https://github.com/embeddedt/ModernFix/commit/3ad4e2478e6965e902d1a77e2483d770d0a363d3) - embeddedt
* [Fix concurrency issues in vanilla RegistryOps.memoizeLookup](https://github.com/embeddedt/ModernFix/commit/c11867536927ab0bbbd76dcd4b5bdae69a9cc57d) - embeddedt
* [Log when model universe is restricted](https://github.com/embeddedt/ModernFix/commit/8b0622ff5c00b4bb0e8fb6c8426bf0c851478f01) - embeddedt
* [Pre-size the top level model location set to reduce rehashing](https://github.com/embeddedt/ModernFix/commit/900e5786b6311285530abfa48713a9d8705fdaba) - embeddedt
* [Implement advanced caching of ingredient item stacks using soft references](https://github.com/embeddedt/ModernFix/commit/2535174e00b56d4b77426e64634be13de1e81d1f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/17a9f122b12c093cfa84db1bfc45d7d5fa1fafab) - embeddedt
* [Filter how much of the model registry Eternal Starlight sees](https://github.com/embeddedt/ModernFix/commit/048e7f7e071c51000a2d8cf35dfbe760901ac48c) - embeddedt
* [Fix incorrect sprite getter being used for CTM integration](https://github.com/embeddedt/ModernFix/commit/18dac0d949c500d31ae17c6ad4437da599c4598b) - embeddedt
* [Catch errors from dynamic resources integrations instead of propagating them](https://github.com/embeddedt/ModernFix/commit/508e62b1603f6375504d8f8cf1d99f99437f75ae) - embeddedt
* [Improve parity of dynamic resources enough to fix JAOPCA](https://github.com/embeddedt/ModernFix/commit/2dae8586521c7c2263d83f523b07dd28105f09ed) - embeddedt
* [Patch CoFH Core to not rely on Ingredient.itemStacks](https://github.com/embeddedt/ModernFix/commit/7398b48345b8c2258c0416d2a9f35033a0cacd27) - embeddedt
* [Fix several mistakes in porting mixin.perf.faster_ingredients](https://github.com/embeddedt/ModernFix/commit/75f65535f83b22cc7da572ef3a07ee42f92a739c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/757d8b67624fdaf95ed696e1c6756df1d84e2259) - embeddedt
* [Update Mod Menu](https://github.com/embeddedt/ModernFix/commit/8def366676bb908a590c481bde1cdb8f6bf411cf) - embeddedt
* [Optimize some methods in Ingredient and remove itemStacks caching](https://github.com/embeddedt/ModernFix/commit/eed320b05588bcf3df39646701221242c5b5d9bc) - embeddedt
* [Sync tag ingredients directly if ModernFix is installed on both sides](https://github.com/embeddedt/ModernFix/commit/01d2582c44c269dca24d168ea2b85895c1e18a8a) - embeddedt
* [Trigger classloading of Items when deferring blockstate cache rebuild](https://github.com/embeddedt/ModernFix/commit/536eb03b50ee23e88dc203e4e270c3decb6d15b1) - embeddedt
* [Remove obsolete OBJLoader patch](https://github.com/embeddedt/ModernFix/commit/1b37c9da6674d5ff962d2d06b2a4dcf6ac81ad1d) - embeddedt
* [Enable registry_event_progress by default on 1.21](https://github.com/embeddedt/ModernFix/commit/92e823424057b6e1f9cf54ab6cab7f8bb3abdb58) - embeddedt
* [Use CHM's built-in set instead of newSetFromMap](https://github.com/embeddedt/ModernFix/commit/e253833b685e0bb4ee5de62860ce81b7d886a311) - embeddedt
* [Enable use of FML's unused TracingPrintStream for tracking mod messages on System.out](https://github.com/embeddedt/ModernFix/commit/ae729bcd151585adcafaf422a436470d9ef50613) - embeddedt
* [Remove obsolete resource pack code](https://github.com/embeddedt/ModernFix/commit/9be61340736c00b652f225aaf45ba97a9a73b3d5) - embeddedt
* [Default to showing the whole model registry to mods](https://github.com/embeddedt/ModernFix/commit/59e3b83d7496e05de1a32db97b68ecb7215bae05) - embeddedt
* [Disable the resource pack cache on 1.21 for now, makes no difference](https://github.com/embeddedt/ModernFix/commit/653b901180a98397aa8f3034a8e7b14aa2c0b285) - embeddedt
* [Attempt to improve parity/reliability of dynamic_entity_renderers](https://github.com/embeddedt/ModernFix/commit/4bdddf1051f9d037b218ac8a540bc72a187640fd) - embeddedt
* [Implement a very primitive datapack function profiler](https://github.com/embeddedt/ModernFix/commit/211e404687e38f290ea0aaa4dfdc5cb33d086875) - embeddedt
* [Rewrite resource pack caching to use a tree](https://github.com/embeddedt/ModernFix/commit/4cde23f4fe2c3c8422ea21195a6f6f9125ef7dc8) - embeddedt
* [Improve usability of -Dmodernfix.debugReloaders](https://github.com/embeddedt/ModernFix/commit/dbb6e4713d3d08066eb7cecc7bca92e46eb64252) - embeddedt
* [Remove nonexistent AW entry](https://github.com/embeddedt/ModernFix/commit/c66987887c0a2d8add740313dbaa1c2c645511bd) - embeddedt
* [Build creative mode tab search tree on first use](https://github.com/embeddedt/ModernFix/commit/8c2c33093b3130c51e0891b8b5ca01ee5bcce95b) - embeddedt
* [Add back datapack reload time tracking during world creation](https://github.com/embeddedt/ModernFix/commit/63aeef1ba01ff9a09ecaf125cc72a70a7118935b) - embeddedt
* [Use smarter iteration order in model bake event registry](https://github.com/embeddedt/ModernFix/commit/51c4f3eae8beb0ccc2bfe20f44da9647cd3ffb9c) - embeddedt
* [Document many mixin options](https://github.com/embeddedt/ModernFix/commit/455b56749cdbb1f02321232a24778c04462fc0b7) - embeddedt
* [Update Spark integration](https://github.com/embeddedt/ModernFix/commit/c7c866fde5703b6c67c4dbefcb5afc1938c10575) - embeddedt
展开
版本: 5.22.0+mc1.21.1
支持游戏: 1.21.1
类型: NeoForge
Release
下载次数: 9,257
5.22.0+mc1.21.1
modernfix-fabric-5.22.0+mc1.21.1.jar下载5.22.0+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.21.0+1.21.1
* [Update KubeJS maven to fix build failure](https://github.com/embeddedt/ModernFix/commit/f70fb212f78aa4701d0c2d4a0d104b59ed6b6b5c) - embeddedt
* [Support clearing model registry in dev for testing purposes](https://github.com/embeddedt/ModernFix/commit/588b56530e0863697a0290796b0948e61351f842) - embeddedt
* [Optimize MultiVariant.resolveParents](https://github.com/embeddedt/ModernFix/commit/3ad4e2478e6965e902d1a77e2483d770d0a363d3) - embeddedt
* [Fix concurrency issues in vanilla RegistryOps.memoizeLookup](https://github.com/embeddedt/ModernFix/commit/c11867536927ab0bbbd76dcd4b5bdae69a9cc57d) - embeddedt
* [Log when model universe is restricted](https://github.com/embeddedt/ModernFix/commit/8b0622ff5c00b4bb0e8fb6c8426bf0c851478f01) - embeddedt
* [Pre-size the top level model location set to reduce rehashing](https://github.com/embeddedt/ModernFix/commit/900e5786b6311285530abfa48713a9d8705fdaba) - embeddedt
* [Implement advanced caching of ingredient item stacks using soft references](https://github.com/embeddedt/ModernFix/commit/2535174e00b56d4b77426e64634be13de1e81d1f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/17a9f122b12c093cfa84db1bfc45d7d5fa1fafab) - embeddedt
* [Filter how much of the model registry Eternal Starlight sees](https://github.com/embeddedt/ModernFix/commit/048e7f7e071c51000a2d8cf35dfbe760901ac48c) - embeddedt
* [Fix incorrect sprite getter being used for CTM integration](https://github.com/embeddedt/ModernFix/commit/18dac0d949c500d31ae17c6ad4437da599c4598b) - embeddedt
* [Catch errors from dynamic resources integrations instead of propagating them](https://github.com/embeddedt/ModernFix/commit/508e62b1603f6375504d8f8cf1d99f99437f75ae) - embeddedt
* [Improve parity of dynamic resources enough to fix JAOPCA](https://github.com/embeddedt/ModernFix/commit/2dae8586521c7c2263d83f523b07dd28105f09ed) - embeddedt
* [Patch CoFH Core to not rely on Ingredient.itemStacks](https://github.com/embeddedt/ModernFix/commit/7398b48345b8c2258c0416d2a9f35033a0cacd27) - embeddedt
* [Fix several mistakes in porting mixin.perf.faster_ingredients](https://github.com/embeddedt/ModernFix/commit/75f65535f83b22cc7da572ef3a07ee42f92a739c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/757d8b67624fdaf95ed696e1c6756df1d84e2259) - embeddedt
* [Update Mod Menu](https://github.com/embeddedt/ModernFix/commit/8def366676bb908a590c481bde1cdb8f6bf411cf) - embeddedt
* [Optimize some methods in Ingredient and remove itemStacks caching](https://github.com/embeddedt/ModernFix/commit/eed320b05588bcf3df39646701221242c5b5d9bc) - embeddedt
* [Sync tag ingredients directly if ModernFix is installed on both sides](https://github.com/embeddedt/ModernFix/commit/01d2582c44c269dca24d168ea2b85895c1e18a8a) - embeddedt
* [Trigger classloading of Items when deferring blockstate cache rebuild](https://github.com/embeddedt/ModernFix/commit/536eb03b50ee23e88dc203e4e270c3decb6d15b1) - embeddedt
* [Remove obsolete OBJLoader patch](https://github.com/embeddedt/ModernFix/commit/1b37c9da6674d5ff962d2d06b2a4dcf6ac81ad1d) - embeddedt
* [Enable registry_event_progress by default on 1.21](https://github.com/embeddedt/ModernFix/commit/92e823424057b6e1f9cf54ab6cab7f8bb3abdb58) - embeddedt
* [Use CHM's built-in set instead of newSetFromMap](https://github.com/embeddedt/ModernFix/commit/e253833b685e0bb4ee5de62860ce81b7d886a311) - embeddedt
* [Enable use of FML's unused TracingPrintStream for tracking mod messages on System.out](https://github.com/embeddedt/ModernFix/commit/ae729bcd151585adcafaf422a436470d9ef50613) - embeddedt
* [Remove obsolete resource pack code](https://github.com/embeddedt/ModernFix/commit/9be61340736c00b652f225aaf45ba97a9a73b3d5) - embeddedt
* [Default to showing the whole model registry to mods](https://github.com/embeddedt/ModernFix/commit/59e3b83d7496e05de1a32db97b68ecb7215bae05) - embeddedt
* [Disable the resource pack cache on 1.21 for now, makes no difference](https://github.com/embeddedt/ModernFix/commit/653b901180a98397aa8f3034a8e7b14aa2c0b285) - embeddedt
* [Attempt to improve parity/reliability of dynamic_entity_renderers](https://github.com/embeddedt/ModernFix/commit/4bdddf1051f9d037b218ac8a540bc72a187640fd) - embeddedt
* [Implement a very primitive datapack function profiler](https://github.com/embeddedt/ModernFix/commit/211e404687e38f290ea0aaa4dfdc5cb33d086875) - embeddedt
* [Rewrite resource pack caching to use a tree](https://github.com/embeddedt/ModernFix/commit/4cde23f4fe2c3c8422ea21195a6f6f9125ef7dc8) - embeddedt
* [Improve usability of -Dmodernfix.debugReloaders](https://github.com/embeddedt/ModernFix/commit/dbb6e4713d3d08066eb7cecc7bca92e46eb64252) - embeddedt
* [Remove nonexistent AW entry](https://github.com/embeddedt/ModernFix/commit/c66987887c0a2d8add740313dbaa1c2c645511bd) - embeddedt
* [Build creative mode tab search tree on first use](https://github.com/embeddedt/ModernFix/commit/8c2c33093b3130c51e0891b8b5ca01ee5bcce95b) - embeddedt
* [Add back datapack reload time tracking during world creation](https://github.com/embeddedt/ModernFix/commit/63aeef1ba01ff9a09ecaf125cc72a70a7118935b) - embeddedt
* [Use smarter iteration order in model bake event registry](https://github.com/embeddedt/ModernFix/commit/51c4f3eae8beb0ccc2bfe20f44da9647cd3ffb9c) - embeddedt
* [Document many mixin options](https://github.com/embeddedt/ModernFix/commit/455b56749cdbb1f02321232a24778c04462fc0b7) - embeddedt
* [Update Spark integration](https://github.com/embeddedt/ModernFix/commit/c7c866fde5703b6c67c4dbefcb5afc1938c10575) - embeddedt
## Changes since 5.21.0+1.21.1
* [Update KubeJS maven to fix build failure](https://github.com/embeddedt/ModernFix/commit/f70fb212f78aa4701d0c2d4a0d104b59ed6b6b5c) - embeddedt
* [Support clearing model registry in dev for testing purposes](https://github.com/embeddedt/ModernFix/commit/588b56530e0863697a0290796b0948e61351f842) - embeddedt
* [Optimize MultiVariant.resolveParents](https://github.com/embeddedt/ModernFix/commit/3ad4e2478e6965e902d1a77e2483d770d0a363d3) - embeddedt
* [Fix concurrency issues in vanilla RegistryOps.memoizeLookup](https://github.com/embeddedt/ModernFix/commit/c11867536927ab0bbbd76dcd4b5bdae69a9cc57d) - embeddedt
* [Log when model universe is restricted](https://github.com/embeddedt/ModernFix/commit/8b0622ff5c00b4bb0e8fb6c8426bf0c851478f01) - embeddedt
* [Pre-size the top level model location set to reduce rehashing](https://github.com/embeddedt/ModernFix/commit/900e5786b6311285530abfa48713a9d8705fdaba) - embeddedt
* [Implement advanced caching of ingredient item stacks using soft references](https://github.com/embeddedt/ModernFix/commit/2535174e00b56d4b77426e64634be13de1e81d1f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/17a9f122b12c093cfa84db1bfc45d7d5fa1fafab) - embeddedt
* [Filter how much of the model registry Eternal Starlight sees](https://github.com/embeddedt/ModernFix/commit/048e7f7e071c51000a2d8cf35dfbe760901ac48c) - embeddedt
* [Fix incorrect sprite getter being used for CTM integration](https://github.com/embeddedt/ModernFix/commit/18dac0d949c500d31ae17c6ad4437da599c4598b) - embeddedt
* [Catch errors from dynamic resources integrations instead of propagating them](https://github.com/embeddedt/ModernFix/commit/508e62b1603f6375504d8f8cf1d99f99437f75ae) - embeddedt
* [Improve parity of dynamic resources enough to fix JAOPCA](https://github.com/embeddedt/ModernFix/commit/2dae8586521c7c2263d83f523b07dd28105f09ed) - embeddedt
* [Patch CoFH Core to not rely on Ingredient.itemStacks](https://github.com/embeddedt/ModernFix/commit/7398b48345b8c2258c0416d2a9f35033a0cacd27) - embeddedt
* [Fix several mistakes in porting mixin.perf.faster_ingredients](https://github.com/embeddedt/ModernFix/commit/75f65535f83b22cc7da572ef3a07ee42f92a739c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/757d8b67624fdaf95ed696e1c6756df1d84e2259) - embeddedt
* [Update Mod Menu](https://github.com/embeddedt/ModernFix/commit/8def366676bb908a590c481bde1cdb8f6bf411cf) - embeddedt
* [Optimize some methods in Ingredient and remove itemStacks caching](https://github.com/embeddedt/ModernFix/commit/eed320b05588bcf3df39646701221242c5b5d9bc) - embeddedt
* [Sync tag ingredients directly if ModernFix is installed on both sides](https://github.com/embeddedt/ModernFix/commit/01d2582c44c269dca24d168ea2b85895c1e18a8a) - embeddedt
* [Trigger classloading of Items when deferring blockstate cache rebuild](https://github.com/embeddedt/ModernFix/commit/536eb03b50ee23e88dc203e4e270c3decb6d15b1) - embeddedt
* [Remove obsolete OBJLoader patch](https://github.com/embeddedt/ModernFix/commit/1b37c9da6674d5ff962d2d06b2a4dcf6ac81ad1d) - embeddedt
* [Enable registry_event_progress by default on 1.21](https://github.com/embeddedt/ModernFix/commit/92e823424057b6e1f9cf54ab6cab7f8bb3abdb58) - embeddedt
* [Use CHM's built-in set instead of newSetFromMap](https://github.com/embeddedt/ModernFix/commit/e253833b685e0bb4ee5de62860ce81b7d886a311) - embeddedt
* [Enable use of FML's unused TracingPrintStream for tracking mod messages on System.out](https://github.com/embeddedt/ModernFix/commit/ae729bcd151585adcafaf422a436470d9ef50613) - embeddedt
* [Remove obsolete resource pack code](https://github.com/embeddedt/ModernFix/commit/9be61340736c00b652f225aaf45ba97a9a73b3d5) - embeddedt
* [Default to showing the whole model registry to mods](https://github.com/embeddedt/ModernFix/commit/59e3b83d7496e05de1a32db97b68ecb7215bae05) - embeddedt
* [Disable the resource pack cache on 1.21 for now, makes no difference](https://github.com/embeddedt/ModernFix/commit/653b901180a98397aa8f3034a8e7b14aa2c0b285) - embeddedt
* [Attempt to improve parity/reliability of dynamic_entity_renderers](https://github.com/embeddedt/ModernFix/commit/4bdddf1051f9d037b218ac8a540bc72a187640fd) - embeddedt
* [Implement a very primitive datapack function profiler](https://github.com/embeddedt/ModernFix/commit/211e404687e38f290ea0aaa4dfdc5cb33d086875) - embeddedt
* [Rewrite resource pack caching to use a tree](https://github.com/embeddedt/ModernFix/commit/4cde23f4fe2c3c8422ea21195a6f6f9125ef7dc8) - embeddedt
* [Improve usability of -Dmodernfix.debugReloaders](https://github.com/embeddedt/ModernFix/commit/dbb6e4713d3d08066eb7cecc7bca92e46eb64252) - embeddedt
* [Remove nonexistent AW entry](https://github.com/embeddedt/ModernFix/commit/c66987887c0a2d8add740313dbaa1c2c645511bd) - embeddedt
* [Build creative mode tab search tree on first use](https://github.com/embeddedt/ModernFix/commit/8c2c33093b3130c51e0891b8b5ca01ee5bcce95b) - embeddedt
* [Add back datapack reload time tracking during world creation](https://github.com/embeddedt/ModernFix/commit/63aeef1ba01ff9a09ecaf125cc72a70a7118935b) - embeddedt
* [Use smarter iteration order in model bake event registry](https://github.com/embeddedt/ModernFix/commit/51c4f3eae8beb0ccc2bfe20f44da9647cd3ffb9c) - embeddedt
* [Document many mixin options](https://github.com/embeddedt/ModernFix/commit/455b56749cdbb1f02321232a24778c04462fc0b7) - embeddedt
* [Update Spark integration](https://github.com/embeddedt/ModernFix/commit/c7c866fde5703b6c67c4dbefcb5afc1938c10575) - embeddedt
展开
版本: 5.22.0+mc1.21.1
支持游戏: 1.21.1
类型: Fabric
Release
下载次数: 17,380
5.21.0+mc1.20.1
modernfix-forge-5.21.0+mc1.20.1.jar下载5.21.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.2+1.20.1
* [Check before casting JEI runtime](https://github.com/embeddedt/ModernFix/commit/673851ffbdce7ad8c776f82fd6d1c707d51bd88d) - embeddedt
* [Fix obfuscation error](https://github.com/embeddedt/ModernFix/commit/20be8d0da3ccbdf6b18297ceab17ca2dbfa2009d) - embeddedt
* [Prevent Forge's crash report analyser from complaining about ModernFix](https://github.com/embeddedt/ModernFix/commit/967b0c1982b30c60532861c5e75a8446bda4e38f) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/fcea407708a4a784c4076e080540d9264778f15a) - embeddedt
* [Fix BuildCraft pipes](https://github.com/embeddedt/ModernFix/commit/5168eb63aabc828c1330e2a0dbea6ce19ddd77fc) - embeddedt
## Changes since 5.20.2+1.20.1
* [Check before casting JEI runtime](https://github.com/embeddedt/ModernFix/commit/673851ffbdce7ad8c776f82fd6d1c707d51bd88d) - embeddedt
* [Fix obfuscation error](https://github.com/embeddedt/ModernFix/commit/20be8d0da3ccbdf6b18297ceab17ca2dbfa2009d) - embeddedt
* [Prevent Forge's crash report analyser from complaining about ModernFix](https://github.com/embeddedt/ModernFix/commit/967b0c1982b30c60532861c5e75a8446bda4e38f) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/fcea407708a4a784c4076e080540d9264778f15a) - embeddedt
* [Fix BuildCraft pipes](https://github.com/embeddedt/ModernFix/commit/5168eb63aabc828c1330e2a0dbea6ce19ddd77fc) - embeddedt
展开
版本: 5.21.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 331,983
5.21.0+mc1.21.1
modernfix-neoforge-5.21.0+mc1.21.1.jar下载5.21.0+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.2+1.21.1
* [Check before casting JEI runtime](https://github.com/embeddedt/ModernFix/commit/673851ffbdce7ad8c776f82fd6d1c707d51bd88d) - embeddedt
* [Tweak ModelManager mixin to improve compat with some mods](https://github.com/embeddedt/ModernFix/commit/ff6b687d5af897c9cc494cc24c4761dcfba3e84a) - embeddedt
* [Fix obfuscation error](https://github.com/embeddedt/ModernFix/commit/20be8d0da3ccbdf6b18297ceab17ca2dbfa2009d) - embeddedt
* [Prevent Forge's crash report analyser from complaining about ModernFix](https://github.com/embeddedt/ModernFix/commit/967b0c1982b30c60532861c5e75a8446bda4e38f) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/fcea407708a4a784c4076e080540d9264778f15a) - embeddedt
* [Move capability deduplication hook to a later injection point](https://github.com/embeddedt/ModernFix/commit/aaaa8ad48a384deaa8f7487c283b3a8e2d7ab409) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/e2ac3bb97a173323edd0eb15f12ec32719826039) - embeddedt
* [Fix BuildCraft pipes](https://github.com/embeddedt/ModernFix/commit/5168eb63aabc828c1330e2a0dbea6ce19ddd77fc) - embeddedt
* [Deduplicate capability provider lists](https://github.com/embeddedt/ModernFix/commit/6eb82e13251eb086af5ec789e83d64b5d641775b) - embeddedt
## Changes since 5.20.2+1.21.1
* [Check before casting JEI runtime](https://github.com/embeddedt/ModernFix/commit/673851ffbdce7ad8c776f82fd6d1c707d51bd88d) - embeddedt
* [Tweak ModelManager mixin to improve compat with some mods](https://github.com/embeddedt/ModernFix/commit/ff6b687d5af897c9cc494cc24c4761dcfba3e84a) - embeddedt
* [Fix obfuscation error](https://github.com/embeddedt/ModernFix/commit/20be8d0da3ccbdf6b18297ceab17ca2dbfa2009d) - embeddedt
* [Prevent Forge's crash report analyser from complaining about ModernFix](https://github.com/embeddedt/ModernFix/commit/967b0c1982b30c60532861c5e75a8446bda4e38f) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/fcea407708a4a784c4076e080540d9264778f15a) - embeddedt
* [Move capability deduplication hook to a later injection point](https://github.com/embeddedt/ModernFix/commit/aaaa8ad48a384deaa8f7487c283b3a8e2d7ab409) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/e2ac3bb97a173323edd0eb15f12ec32719826039) - embeddedt
* [Fix BuildCraft pipes](https://github.com/embeddedt/ModernFix/commit/5168eb63aabc828c1330e2a0dbea6ce19ddd77fc) - embeddedt
* [Deduplicate capability provider lists](https://github.com/embeddedt/ModernFix/commit/6eb82e13251eb086af5ec789e83d64b5d641775b) - embeddedt
展开
版本: 5.21.0+mc1.21.1
支持游戏: 1.21.1
类型: NeoForge
Release
下载次数: 88,452
5.21.0+mc1.20.1
modernfix-fabric-5.21.0+mc1.20.1.jar下载5.21.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.2+1.20.1
* [Check before casting JEI runtime](https://github.com/embeddedt/ModernFix/commit/673851ffbdce7ad8c776f82fd6d1c707d51bd88d) - embeddedt
* [Fix obfuscation error](https://github.com/embeddedt/ModernFix/commit/20be8d0da3ccbdf6b18297ceab17ca2dbfa2009d) - embeddedt
* [Prevent Forge's crash report analyser from complaining about ModernFix](https://github.com/embeddedt/ModernFix/commit/967b0c1982b30c60532861c5e75a8446bda4e38f) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/fcea407708a4a784c4076e080540d9264778f15a) - embeddedt
* [Fix BuildCraft pipes](https://github.com/embeddedt/ModernFix/commit/5168eb63aabc828c1330e2a0dbea6ce19ddd77fc) - embeddedt
## Changes since 5.20.2+1.20.1
* [Check before casting JEI runtime](https://github.com/embeddedt/ModernFix/commit/673851ffbdce7ad8c776f82fd6d1c707d51bd88d) - embeddedt
* [Fix obfuscation error](https://github.com/embeddedt/ModernFix/commit/20be8d0da3ccbdf6b18297ceab17ca2dbfa2009d) - embeddedt
* [Prevent Forge's crash report analyser from complaining about ModernFix](https://github.com/embeddedt/ModernFix/commit/967b0c1982b30c60532861c5e75a8446bda4e38f) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/fcea407708a4a784c4076e080540d9264778f15a) - embeddedt
* [Fix BuildCraft pipes](https://github.com/embeddedt/ModernFix/commit/5168eb63aabc828c1330e2a0dbea6ce19ddd77fc) - embeddedt
展开
版本: 5.21.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 251,729
5.21.0+mc1.21.1
modernfix-fabric-5.21.0+mc1.21.1.jar下载5.21.0+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.2+1.21.1
* [Check before casting JEI runtime](https://github.com/embeddedt/ModernFix/commit/673851ffbdce7ad8c776f82fd6d1c707d51bd88d) - embeddedt
* [Tweak ModelManager mixin to improve compat with some mods](https://github.com/embeddedt/ModernFix/commit/ff6b687d5af897c9cc494cc24c4761dcfba3e84a) - embeddedt
* [Fix obfuscation error](https://github.com/embeddedt/ModernFix/commit/20be8d0da3ccbdf6b18297ceab17ca2dbfa2009d) - embeddedt
* [Prevent Forge's crash report analyser from complaining about ModernFix](https://github.com/embeddedt/ModernFix/commit/967b0c1982b30c60532861c5e75a8446bda4e38f) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/fcea407708a4a784c4076e080540d9264778f15a) - embeddedt
* [Move capability deduplication hook to a later injection point](https://github.com/embeddedt/ModernFix/commit/aaaa8ad48a384deaa8f7487c283b3a8e2d7ab409) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/e2ac3bb97a173323edd0eb15f12ec32719826039) - embeddedt
* [Fix BuildCraft pipes](https://github.com/embeddedt/ModernFix/commit/5168eb63aabc828c1330e2a0dbea6ce19ddd77fc) - embeddedt
* [Deduplicate capability provider lists](https://github.com/embeddedt/ModernFix/commit/6eb82e13251eb086af5ec789e83d64b5d641775b) - embeddedt
## Changes since 5.20.2+1.21.1
* [Check before casting JEI runtime](https://github.com/embeddedt/ModernFix/commit/673851ffbdce7ad8c776f82fd6d1c707d51bd88d) - embeddedt
* [Tweak ModelManager mixin to improve compat with some mods](https://github.com/embeddedt/ModernFix/commit/ff6b687d5af897c9cc494cc24c4761dcfba3e84a) - embeddedt
* [Fix obfuscation error](https://github.com/embeddedt/ModernFix/commit/20be8d0da3ccbdf6b18297ceab17ca2dbfa2009d) - embeddedt
* [Prevent Forge's crash report analyser from complaining about ModernFix](https://github.com/embeddedt/ModernFix/commit/967b0c1982b30c60532861c5e75a8446bda4e38f) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/fcea407708a4a784c4076e080540d9264778f15a) - embeddedt
* [Move capability deduplication hook to a later injection point](https://github.com/embeddedt/ModernFix/commit/aaaa8ad48a384deaa8f7487c283b3a8e2d7ab409) - embeddedt
* [Memoize creative tab content building per-tab](https://github.com/embeddedt/ModernFix/commit/e2ac3bb97a173323edd0eb15f12ec32719826039) - embeddedt
* [Fix BuildCraft pipes](https://github.com/embeddedt/ModernFix/commit/5168eb63aabc828c1330e2a0dbea6ce19ddd77fc) - embeddedt
* [Deduplicate capability provider lists](https://github.com/embeddedt/ModernFix/commit/6eb82e13251eb086af5ec789e83d64b5d641775b) - embeddedt
展开
版本: 5.21.0+mc1.21.1
支持游戏: 1.21.1
类型: Fabric
Release
下载次数: 257,923
5.20.3+mc1.21.4
modernfix-neoforge-5.20.3+mc1.21.4.jar下载5.20.3+mc1.21.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.2+1.21.4
* [Add PreparableModelLoadingPlugin support](https://github.com/embeddedt/ModernFix/commit/37cb92a64f897423bab9fdf77ddc519fefc75589) - embeddedt
## Changes since 5.20.2+1.21.4
* [Add PreparableModelLoadingPlugin support](https://github.com/embeddedt/ModernFix/commit/37cb92a64f897423bab9fdf77ddc519fefc75589) - embeddedt
展开
版本: 5.20.3+mc1.21.4
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 21,011
5.20.3+mc1.21.4
modernfix-fabric-5.20.3+mc1.21.4.jar下载5.20.3+mc1.21.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.2+1.21.4
* [Add PreparableModelLoadingPlugin support](https://github.com/embeddedt/ModernFix/commit/37cb92a64f897423bab9fdf77ddc519fefc75589) - embeddedt
## Changes since 5.20.2+1.21.4
* [Add PreparableModelLoadingPlugin support](https://github.com/embeddedt/ModernFix/commit/37cb92a64f897423bab9fdf77ddc519fefc75589) - embeddedt
展开
版本: 5.20.3+mc1.21.4
支持游戏: 1.21.4
类型: Fabric
Release
下载次数: 1,081,535
5.20.2+mc1.21.1
modernfix-neoforge-5.20.2+mc1.21.1.jar下载5.20.2+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.0+1.21.1
* [Improve bulk dynamic model loading performance](https://github.com/embeddedt/ModernFix/commit/ad6425f7e9fbdc1b94d5072e038ddff3da0388ef) - embeddedt
* [Fix remapping issue on Neo](https://github.com/embeddedt/ModernFix/commit/e8320a3d8f59bc64d1c59e2cdf358400b2deda88) - embeddedt
* [Add more locking in various vanilla model loading paths](https://github.com/embeddedt/ModernFix/commit/74a339bc2c8114e326998dd87d1b8fd0c864fa26) - embeddedt
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
## Changes since 5.20.0+1.21.1
* [Improve bulk dynamic model loading performance](https://github.com/embeddedt/ModernFix/commit/ad6425f7e9fbdc1b94d5072e038ddff3da0388ef) - embeddedt
* [Fix remapping issue on Neo](https://github.com/embeddedt/ModernFix/commit/e8320a3d8f59bc64d1c59e2cdf358400b2deda88) - embeddedt
* [Add more locking in various vanilla model loading paths](https://github.com/embeddedt/ModernFix/commit/74a339bc2c8114e326998dd87d1b8fd0c864fa26) - embeddedt
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
展开
版本: 5.20.2+mc1.21.1
支持游戏: 1.21.1
类型: NeoForge
Release
下载次数: 112,538
5.20.2+mc1.21.1
modernfix-fabric-5.20.2+mc1.21.1.jar下载5.20.2+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.0+1.21.1
* [Improve bulk dynamic model loading performance](https://github.com/embeddedt/ModernFix/commit/ad6425f7e9fbdc1b94d5072e038ddff3da0388ef) - embeddedt
* [Fix remapping issue on Neo](https://github.com/embeddedt/ModernFix/commit/e8320a3d8f59bc64d1c59e2cdf358400b2deda88) - embeddedt
* [Add more locking in various vanilla model loading paths](https://github.com/embeddedt/ModernFix/commit/74a339bc2c8114e326998dd87d1b8fd0c864fa26) - embeddedt
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
## Changes since 5.20.0+1.21.1
* [Improve bulk dynamic model loading performance](https://github.com/embeddedt/ModernFix/commit/ad6425f7e9fbdc1b94d5072e038ddff3da0388ef) - embeddedt
* [Fix remapping issue on Neo](https://github.com/embeddedt/ModernFix/commit/e8320a3d8f59bc64d1c59e2cdf358400b2deda88) - embeddedt
* [Add more locking in various vanilla model loading paths](https://github.com/embeddedt/ModernFix/commit/74a339bc2c8114e326998dd87d1b8fd0c864fa26) - embeddedt
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
展开
版本: 5.20.2+mc1.21.1
支持游戏: 1.21.1
类型: Fabric
Release
下载次数: 645,016
5.20.2+mc1.21.4
modernfix-neoforge-5.20.2+mc1.21.4.jar下载5.20.2+mc1.21.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.1+1.21.4
* [Fix remapping issue on Neo](https://github.com/embeddedt/ModernFix/commit/e8320a3d8f59bc64d1c59e2cdf358400b2deda88) - embeddedt
* [Add more locking in various vanilla model loading paths](https://github.com/embeddedt/ModernFix/commit/74a339bc2c8114e326998dd87d1b8fd0c864fa26) - embeddedt
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
## Changes since 5.20.1+1.21.4
* [Fix remapping issue on Neo](https://github.com/embeddedt/ModernFix/commit/e8320a3d8f59bc64d1c59e2cdf358400b2deda88) - embeddedt
* [Add more locking in various vanilla model loading paths](https://github.com/embeddedt/ModernFix/commit/74a339bc2c8114e326998dd87d1b8fd0c864fa26) - embeddedt
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
展开
版本: 5.20.2+mc1.21.4
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 3,838
5.20.2+mc1.20.1
modernfix-forge-5.20.2+mc1.20.1.jar下载5.20.2+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.0+1.20.1
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
## Changes since 5.20.0+1.20.1
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
展开
版本: 5.20.2+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 1,537,254
5.20.2+mc1.21.4
modernfix-fabric-5.20.2+mc1.21.4.jar下载5.20.2+mc1.21.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.1+1.21.4
* [Fix remapping issue on Neo](https://github.com/embeddedt/ModernFix/commit/e8320a3d8f59bc64d1c59e2cdf358400b2deda88) - embeddedt
* [Add more locking in various vanilla model loading paths](https://github.com/embeddedt/ModernFix/commit/74a339bc2c8114e326998dd87d1b8fd0c864fa26) - embeddedt
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
## Changes since 5.20.1+1.21.4
* [Fix remapping issue on Neo](https://github.com/embeddedt/ModernFix/commit/e8320a3d8f59bc64d1c59e2cdf358400b2deda88) - embeddedt
* [Add more locking in various vanilla model loading paths](https://github.com/embeddedt/ModernFix/commit/74a339bc2c8114e326998dd87d1b8fd0c864fa26) - embeddedt
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
展开
版本: 5.20.2+mc1.21.4
支持游戏: 1.21.4
类型: Fabric
Release
下载次数: 205,641
5.20.2+mc1.20.1
modernfix-fabric-5.20.2+mc1.20.1.jar下载5.20.2+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.0+1.20.1
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
## Changes since 5.20.0+1.20.1
* [Prevent crash when server sends invalid palette](https://github.com/embeddedt/ModernFix/commit/4a8e0487bc8a0fd602d2b5bd83613a8ce3c4e33e) - embeddedt
* [Modernize toolchain](https://github.com/embeddedt/ModernFix/commit/e7f86f8687a2f8a02f6d51f0e135e9825ba4f63a) - embeddedt
* [Prevent sculk events in addPassenger from deadlocking the game during worldgen](https://github.com/embeddedt/ModernFix/commit/f97766019adfc6f321ed068b43790e8b96d17035) - embeddedt
* [Add debug feature to catch illegal block entity map mutation](https://github.com/embeddedt/ModernFix/commit/6aae0f952c481c18c388871357828f81ec207151) - embeddedt
展开
版本: 5.20.2+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 297,834
5.20.1+mc1.21.4
modernfix-neoforge-5.20.1+mc1.21.4.jar下载5.20.1+mc1.21.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.0+1.21.4
* [Update to Neo 21.4.47-beta](https://github.com/embeddedt/ModernFix/commit/7e9865411efcab2306faa657ec1ae31a2559bfb4) - embeddedt
* [Fix faster_item_rendering on Neo](https://github.com/embeddedt/ModernFix/commit/28664ddc3a4543fe6a1b20a4471a7e2661307733) - embeddedt
* [Update Neo & Parchment](https://github.com/embeddedt/ModernFix/commit/5493c736eeade3dae602d7dc87ad37ccb6ea7e7d) - embeddedt
## Changes since 5.20.0+1.21.4
* [Update to Neo 21.4.47-beta](https://github.com/embeddedt/ModernFix/commit/7e9865411efcab2306faa657ec1ae31a2559bfb4) - embeddedt
* [Fix faster_item_rendering on Neo](https://github.com/embeddedt/ModernFix/commit/28664ddc3a4543fe6a1b20a4471a7e2661307733) - embeddedt
* [Update Neo & Parchment](https://github.com/embeddedt/ModernFix/commit/5493c736eeade3dae602d7dc87ad37ccb6ea7e7d) - embeddedt
展开
版本: 5.20.1+mc1.21.4
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 6,151
5.20.1+mc1.21.4
modernfix-fabric-5.20.1+mc1.21.4.jar下载5.20.1+mc1.21.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.20.0+1.21.4
* [Update to Neo 21.4.47-beta](https://github.com/embeddedt/ModernFix/commit/7e9865411efcab2306faa657ec1ae31a2559bfb4) - embeddedt
* [Fix faster_item_rendering on Neo](https://github.com/embeddedt/ModernFix/commit/28664ddc3a4543fe6a1b20a4471a7e2661307733) - embeddedt
* [Update Neo & Parchment](https://github.com/embeddedt/ModernFix/commit/5493c736eeade3dae602d7dc87ad37ccb6ea7e7d) - embeddedt
## Changes since 5.20.0+1.21.4
* [Update to Neo 21.4.47-beta](https://github.com/embeddedt/ModernFix/commit/7e9865411efcab2306faa657ec1ae31a2559bfb4) - embeddedt
* [Fix faster_item_rendering on Neo](https://github.com/embeddedt/ModernFix/commit/28664ddc3a4543fe6a1b20a4471a7e2661307733) - embeddedt
* [Update Neo & Parchment](https://github.com/embeddedt/ModernFix/commit/5493c736eeade3dae602d7dc87ad37ccb6ea7e7d) - embeddedt
展开
版本: 5.20.1+mc1.21.4
支持游戏: 1.21.4
类型: Fabric
Release
下载次数: 360,885
5.20.0+mc1.21.1
modernfix-neoforge-5.20.0+mc1.21.1.jar下载5.20.0+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.6+1.21.1
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
* [Fix model parents not always being resolved](https://github.com/embeddedt/ModernFix/commit/de5b79fe7cde35db376213b6296e7116cdc817ff) - embeddedt
## Changes since 5.19.6+1.21.1
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
* [Fix model parents not always being resolved](https://github.com/embeddedt/ModernFix/commit/de5b79fe7cde35db376213b6296e7116cdc817ff) - embeddedt
展开
版本: 5.20.0+mc1.21.1
支持游戏: 1.21.1
类型: NeoForge
Release
下载次数: 15,923
5.20.0+mc1.21.1
modernfix-fabric-5.20.0+mc1.21.1.jar下载5.20.0+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.6+1.21.1
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
* [Fix model parents not always being resolved](https://github.com/embeddedt/ModernFix/commit/de5b79fe7cde35db376213b6296e7116cdc817ff) - embeddedt
## Changes since 5.19.6+1.21.1
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
* [Fix model parents not always being resolved](https://github.com/embeddedt/ModernFix/commit/de5b79fe7cde35db376213b6296e7116cdc817ff) - embeddedt
展开
版本: 5.20.0+mc1.21.1
支持游戏: 1.21.1
类型: Fabric
Release
下载次数: 146,604
5.20.0+mc1.20.1
modernfix-forge-5.20.0+mc1.20.1.jar下载5.20.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.7+1.20.1
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
## Changes since 5.19.7+1.20.1
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
展开
版本: 5.20.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 242,408
5.20.0+mc1.20.1
modernfix-fabric-5.20.0+mc1.20.1.jar下载5.20.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.7+1.20.1
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
## Changes since 5.19.7+1.20.1
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
展开
版本: 5.20.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 171,416
5.20.0+mc1.21.4
modernfix-neoforge-5.20.0+mc1.21.4.jar下载5.20.0+mc1.21.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.6+1.21.1
* [Remove LDLib integration as it will likely need changes for 1.21.4](https://github.com/embeddedt/ModernFix/commit/c66dd2382c5e8a2a7d944b00c94aed65e991a72b) - embeddedt
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Port faster item rendering to 1.21.4](https://github.com/embeddedt/ModernFix/commit/e0f941cfe5e55ec388b41648b9f1e9a38b3903a5) - embeddedt
* [Guarantee deterministic behavior of values() iteration](https://github.com/embeddedt/ModernFix/commit/a5af6e5c1f85539649ecfd6fa51b93a12f2cdc92) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Support the new Fabric model events](https://github.com/embeddedt/ModernFix/commit/2f977822df9c523cbc329e8d27f839d5ee67076d) - embeddedt
* [Provide emulated registries permanently](https://github.com/embeddedt/ModernFix/commit/9ed71dcdb483b5432b84eac256b4edc5379f95c3) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/46913ac8b234ec382d11df05612e93f368c857d2) - embeddedt
* [Add Fabric Model Loading API support](https://github.com/embeddedt/ModernFix/commit/a0cc8bfbd2c1df6fe37428521edcd7f93a0ef75a) - embeddedt
* [Clean up some log messages](https://github.com/embeddedt/ModernFix/commit/e7e065f8099f48f39f77c3453023de783970d11c) - embeddedt
* [Get dynamic model loading working with ModifyBakingResult](https://github.com/embeddedt/ModernFix/commit/19d2d8cfc0897caa36a94bdd66b70cc852c3ba9c) - embeddedt
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
* [Fix model parents not always being resolved](https://github.com/embeddedt/ModernFix/commit/de5b79fe7cde35db376213b6296e7116cdc817ff) - embeddedt
* [Remove old AW entry](https://github.com/embeddedt/ModernFix/commit/e82f31621669619399a38d294682e3e591c728fa) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2901b53424684848f56fffc3e02c509ab353027a) - embeddedt
* [Dynamic model loading on Fabric](https://github.com/embeddedt/ModernFix/commit/b822f5ce8718c039cebf3008ad8a1e8b5a461ec9) - embeddedt
* [Initial port to 1.21.4](https://github.com/embeddedt/ModernFix/commit/145896cc991a0a5cf59392da0fc145f484f12fe6) - embeddedt
* [24w45a](https://github.com/embeddedt/ModernFix/commit/c8ca6a5d53eb55880f97e717990c7eef0ab3038e) - embeddedt
* [fix AW](https://github.com/embeddedt/ModernFix/commit/103dea589ff835cb6a487ad8642a7228fb17e920) - embeddedt
* [Remove useless test](https://github.com/embeddedt/ModernFix/commit/1e0d4d9d07fbca1f9eead3f021446f0b347573ea) - embeddedt
* [Rewrite dynamic resources once again](https://github.com/embeddedt/ModernFix/commit/5450a16aada364c5726d99e1d6d8186aad3cbcb0) - embeddedt
* [Fix another outdated mixin](https://github.com/embeddedt/ModernFix/commit/d8b86708e5227709affa3b40270a17de90a6ba58) - embeddedt
* [Port cause_lag_by_disabling_threads to 1.21.3](https://github.com/embeddedt/ModernFix/commit/6012626112a7b738e650a354dfcb82920b24d1d4) - Rhys
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/3d785cedb4952f26f827deadd442785c239fd52b) - embeddedt
* [Fix faster item rendering mixin](https://github.com/embeddedt/ModernFix/commit/b1f5f6ebbeab5b9fc44859be3440374e064c0b61) - Rhys
* [Spotless](https://github.com/embeddedt/ModernFix/commit/91ffdb1acffc16a94d482534381545ae375b301a) - embeddedt
* [Update to 1.21.3, fix tests](https://github.com/embeddedt/ModernFix/commit/f374bcbb3a5b3b1c1590bd83e6b483a191431e03) - embeddedt
* [Update to 1.21.2-rc1](https://github.com/embeddedt/ModernFix/commit/e0d24d4cdbd48ad50a98f5e1acec56e0a0d41203) - embeddedt
* [Start rewriting dynamic resources](https://github.com/embeddedt/ModernFix/commit/545fb386a077726916dbfd3b843d953a612959ce) - embeddedt
* [Runs, dynamic resources still broken](https://github.com/embeddedt/ModernFix/commit/09ea5e1dc9fe965addf9fb8d3aca74ba1baadcb6) - embeddedt
* [Compiles on 1.21.2-pre2, does not yet run](https://github.com/embeddedt/ModernFix/commit/a841d20f8a9f2957314f96699cff7170b3279eb1) - embeddedt
## Changes since 5.19.6+1.21.1
* [Remove LDLib integration as it will likely need changes for 1.21.4](https://github.com/embeddedt/ModernFix/commit/c66dd2382c5e8a2a7d944b00c94aed65e991a72b) - embeddedt
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Port faster item rendering to 1.21.4](https://github.com/embeddedt/ModernFix/commit/e0f941cfe5e55ec388b41648b9f1e9a38b3903a5) - embeddedt
* [Guarantee deterministic behavior of values() iteration](https://github.com/embeddedt/ModernFix/commit/a5af6e5c1f85539649ecfd6fa51b93a12f2cdc92) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Support the new Fabric model events](https://github.com/embeddedt/ModernFix/commit/2f977822df9c523cbc329e8d27f839d5ee67076d) - embeddedt
* [Provide emulated registries permanently](https://github.com/embeddedt/ModernFix/commit/9ed71dcdb483b5432b84eac256b4edc5379f95c3) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/46913ac8b234ec382d11df05612e93f368c857d2) - embeddedt
* [Add Fabric Model Loading API support](https://github.com/embeddedt/ModernFix/commit/a0cc8bfbd2c1df6fe37428521edcd7f93a0ef75a) - embeddedt
* [Clean up some log messages](https://github.com/embeddedt/ModernFix/commit/e7e065f8099f48f39f77c3453023de783970d11c) - embeddedt
* [Get dynamic model loading working with ModifyBakingResult](https://github.com/embeddedt/ModernFix/commit/19d2d8cfc0897caa36a94bdd66b70cc852c3ba9c) - embeddedt
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
* [Fix model parents not always being resolved](https://github.com/embeddedt/ModernFix/commit/de5b79fe7cde35db376213b6296e7116cdc817ff) - embeddedt
* [Remove old AW entry](https://github.com/embeddedt/ModernFix/commit/e82f31621669619399a38d294682e3e591c728fa) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2901b53424684848f56fffc3e02c509ab353027a) - embeddedt
* [Dynamic model loading on Fabric](https://github.com/embeddedt/ModernFix/commit/b822f5ce8718c039cebf3008ad8a1e8b5a461ec9) - embeddedt
* [Initial port to 1.21.4](https://github.com/embeddedt/ModernFix/commit/145896cc991a0a5cf59392da0fc145f484f12fe6) - embeddedt
* [24w45a](https://github.com/embeddedt/ModernFix/commit/c8ca6a5d53eb55880f97e717990c7eef0ab3038e) - embeddedt
* [fix AW](https://github.com/embeddedt/ModernFix/commit/103dea589ff835cb6a487ad8642a7228fb17e920) - embeddedt
* [Remove useless test](https://github.com/embeddedt/ModernFix/commit/1e0d4d9d07fbca1f9eead3f021446f0b347573ea) - embeddedt
* [Rewrite dynamic resources once again](https://github.com/embeddedt/ModernFix/commit/5450a16aada364c5726d99e1d6d8186aad3cbcb0) - embeddedt
* [Fix another outdated mixin](https://github.com/embeddedt/ModernFix/commit/d8b86708e5227709affa3b40270a17de90a6ba58) - embeddedt
* [Port cause_lag_by_disabling_threads to 1.21.3](https://github.com/embeddedt/ModernFix/commit/6012626112a7b738e650a354dfcb82920b24d1d4) - Rhys
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/3d785cedb4952f26f827deadd442785c239fd52b) - embeddedt
* [Fix faster item rendering mixin](https://github.com/embeddedt/ModernFix/commit/b1f5f6ebbeab5b9fc44859be3440374e064c0b61) - Rhys
* [Spotless](https://github.com/embeddedt/ModernFix/commit/91ffdb1acffc16a94d482534381545ae375b301a) - embeddedt
* [Update to 1.21.3, fix tests](https://github.com/embeddedt/ModernFix/commit/f374bcbb3a5b3b1c1590bd83e6b483a191431e03) - embeddedt
* [Update to 1.21.2-rc1](https://github.com/embeddedt/ModernFix/commit/e0d24d4cdbd48ad50a98f5e1acec56e0a0d41203) - embeddedt
* [Start rewriting dynamic resources](https://github.com/embeddedt/ModernFix/commit/545fb386a077726916dbfd3b843d953a612959ce) - embeddedt
* [Runs, dynamic resources still broken](https://github.com/embeddedt/ModernFix/commit/09ea5e1dc9fe965addf9fb8d3aca74ba1baadcb6) - embeddedt
* [Compiles on 1.21.2-pre2, does not yet run](https://github.com/embeddedt/ModernFix/commit/a841d20f8a9f2957314f96699cff7170b3279eb1) - embeddedt
展开
版本: 5.20.0+mc1.21.4
支持游戏: 1.21.4
类型: NeoForge
Release
下载次数: 404
5.20.0+mc1.21.4
modernfix-fabric-5.20.0+mc1.21.4.jar下载5.20.0+mc1.21.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.6+1.21.1
* [Remove LDLib integration as it will likely need changes for 1.21.4](https://github.com/embeddedt/ModernFix/commit/c66dd2382c5e8a2a7d944b00c94aed65e991a72b) - embeddedt
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Port faster item rendering to 1.21.4](https://github.com/embeddedt/ModernFix/commit/e0f941cfe5e55ec388b41648b9f1e9a38b3903a5) - embeddedt
* [Guarantee deterministic behavior of values() iteration](https://github.com/embeddedt/ModernFix/commit/a5af6e5c1f85539649ecfd6fa51b93a12f2cdc92) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Support the new Fabric model events](https://github.com/embeddedt/ModernFix/commit/2f977822df9c523cbc329e8d27f839d5ee67076d) - embeddedt
* [Provide emulated registries permanently](https://github.com/embeddedt/ModernFix/commit/9ed71dcdb483b5432b84eac256b4edc5379f95c3) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/46913ac8b234ec382d11df05612e93f368c857d2) - embeddedt
* [Add Fabric Model Loading API support](https://github.com/embeddedt/ModernFix/commit/a0cc8bfbd2c1df6fe37428521edcd7f93a0ef75a) - embeddedt
* [Clean up some log messages](https://github.com/embeddedt/ModernFix/commit/e7e065f8099f48f39f77c3453023de783970d11c) - embeddedt
* [Get dynamic model loading working with ModifyBakingResult](https://github.com/embeddedt/ModernFix/commit/19d2d8cfc0897caa36a94bdd66b70cc852c3ba9c) - embeddedt
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
* [Fix model parents not always being resolved](https://github.com/embeddedt/ModernFix/commit/de5b79fe7cde35db376213b6296e7116cdc817ff) - embeddedt
* [Remove old AW entry](https://github.com/embeddedt/ModernFix/commit/e82f31621669619399a38d294682e3e591c728fa) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2901b53424684848f56fffc3e02c509ab353027a) - embeddedt
* [Dynamic model loading on Fabric](https://github.com/embeddedt/ModernFix/commit/b822f5ce8718c039cebf3008ad8a1e8b5a461ec9) - embeddedt
* [Initial port to 1.21.4](https://github.com/embeddedt/ModernFix/commit/145896cc991a0a5cf59392da0fc145f484f12fe6) - embeddedt
* [24w45a](https://github.com/embeddedt/ModernFix/commit/c8ca6a5d53eb55880f97e717990c7eef0ab3038e) - embeddedt
* [fix AW](https://github.com/embeddedt/ModernFix/commit/103dea589ff835cb6a487ad8642a7228fb17e920) - embeddedt
* [Remove useless test](https://github.com/embeddedt/ModernFix/commit/1e0d4d9d07fbca1f9eead3f021446f0b347573ea) - embeddedt
* [Rewrite dynamic resources once again](https://github.com/embeddedt/ModernFix/commit/5450a16aada364c5726d99e1d6d8186aad3cbcb0) - embeddedt
* [Fix another outdated mixin](https://github.com/embeddedt/ModernFix/commit/d8b86708e5227709affa3b40270a17de90a6ba58) - embeddedt
* [Port cause_lag_by_disabling_threads to 1.21.3](https://github.com/embeddedt/ModernFix/commit/6012626112a7b738e650a354dfcb82920b24d1d4) - Rhys
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/3d785cedb4952f26f827deadd442785c239fd52b) - embeddedt
* [Fix faster item rendering mixin](https://github.com/embeddedt/ModernFix/commit/b1f5f6ebbeab5b9fc44859be3440374e064c0b61) - Rhys
* [Spotless](https://github.com/embeddedt/ModernFix/commit/91ffdb1acffc16a94d482534381545ae375b301a) - embeddedt
* [Update to 1.21.3, fix tests](https://github.com/embeddedt/ModernFix/commit/f374bcbb3a5b3b1c1590bd83e6b483a191431e03) - embeddedt
* [Update to 1.21.2-rc1](https://github.com/embeddedt/ModernFix/commit/e0d24d4cdbd48ad50a98f5e1acec56e0a0d41203) - embeddedt
* [Start rewriting dynamic resources](https://github.com/embeddedt/ModernFix/commit/545fb386a077726916dbfd3b843d953a612959ce) - embeddedt
* [Runs, dynamic resources still broken](https://github.com/embeddedt/ModernFix/commit/09ea5e1dc9fe965addf9fb8d3aca74ba1baadcb6) - embeddedt
* [Compiles on 1.21.2-pre2, does not yet run](https://github.com/embeddedt/ModernFix/commit/a841d20f8a9f2957314f96699cff7170b3279eb1) - embeddedt
## Changes since 5.19.6+1.21.1
* [Remove LDLib integration as it will likely need changes for 1.21.4](https://github.com/embeddedt/ModernFix/commit/c66dd2382c5e8a2a7d944b00c94aed65e991a72b) - embeddedt
* [Block telemetry by default](https://github.com/embeddedt/ModernFix/commit/b72959f257480258cc869897d5ab32f2612a3c55) - embeddedt
* [Add LDLib connected textures integration](https://github.com/embeddedt/ModernFix/commit/64a427fa62a9d31c9d0851d4952778f2071e6c08) - embeddedt
* [Premultiply chunk offset for incredibly small performance gain](https://github.com/embeddedt/ModernFix/commit/32a8800344876ed289e1f4fd911b101d41f7b876) - embeddedt
* ["Fix" Hypixel's disappearing chests problem on modern clients](https://github.com/embeddedt/ModernFix/commit/1c789111e803340589150249d6ab482a65a4a7f2) - embeddedt
* [Port faster item rendering to 1.21.4](https://github.com/embeddedt/ModernFix/commit/e0f941cfe5e55ec388b41648b9f1e9a38b3903a5) - embeddedt
* [Guarantee deterministic behavior of values() iteration](https://github.com/embeddedt/ModernFix/commit/a5af6e5c1f85539649ecfd6fa51b93a12f2cdc92) - embeddedt
* [Replace RS integration with generic model registry emulation](https://github.com/embeddedt/ModernFix/commit/0b8eddbf25b6019de018d7bd8be77551734427fa) - embeddedt
* [Support the new Fabric model events](https://github.com/embeddedt/ModernFix/commit/2f977822df9c523cbc329e8d27f839d5ee67076d) - embeddedt
* [Provide emulated registries permanently](https://github.com/embeddedt/ModernFix/commit/9ed71dcdb483b5432b84eac256b4edc5379f95c3) - embeddedt
* [Detect Redirector and show warnings](https://github.com/embeddedt/ModernFix/commit/631b3eddfbd7b4d2e2ac87889fc83473db0df587) - embeddedt
* [Protect DynamicBakedModelProvider against null keys](https://github.com/embeddedt/ModernFix/commit/98e6af87c11902f1d957967d47e04e09b48a9b4a) - embeddedt
* [Force-override updateY to be public](https://github.com/embeddedt/ModernFix/commit/639f0e2c1a763fff5531ee2016354d6c6bf88c1f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/46913ac8b234ec382d11df05612e93f368c857d2) - embeddedt
* [Add Fabric Model Loading API support](https://github.com/embeddedt/ModernFix/commit/a0cc8bfbd2c1df6fe37428521edcd7f93a0ef75a) - embeddedt
* [Clean up some log messages](https://github.com/embeddedt/ModernFix/commit/e7e065f8099f48f39f77c3453023de783970d11c) - embeddedt
* [Get dynamic model loading working with ModifyBakingResult](https://github.com/embeddedt/ModernFix/commit/19d2d8cfc0897caa36a94bdd66b70cc852c3ba9c) - embeddedt
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
* [Fix model parents not always being resolved](https://github.com/embeddedt/ModernFix/commit/de5b79fe7cde35db376213b6296e7116cdc817ff) - embeddedt
* [Remove old AW entry](https://github.com/embeddedt/ModernFix/commit/e82f31621669619399a38d294682e3e591c728fa) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2901b53424684848f56fffc3e02c509ab353027a) - embeddedt
* [Dynamic model loading on Fabric](https://github.com/embeddedt/ModernFix/commit/b822f5ce8718c039cebf3008ad8a1e8b5a461ec9) - embeddedt
* [Initial port to 1.21.4](https://github.com/embeddedt/ModernFix/commit/145896cc991a0a5cf59392da0fc145f484f12fe6) - embeddedt
* [24w45a](https://github.com/embeddedt/ModernFix/commit/c8ca6a5d53eb55880f97e717990c7eef0ab3038e) - embeddedt
* [fix AW](https://github.com/embeddedt/ModernFix/commit/103dea589ff835cb6a487ad8642a7228fb17e920) - embeddedt
* [Remove useless test](https://github.com/embeddedt/ModernFix/commit/1e0d4d9d07fbca1f9eead3f021446f0b347573ea) - embeddedt
* [Rewrite dynamic resources once again](https://github.com/embeddedt/ModernFix/commit/5450a16aada364c5726d99e1d6d8186aad3cbcb0) - embeddedt
* [Fix another outdated mixin](https://github.com/embeddedt/ModernFix/commit/d8b86708e5227709affa3b40270a17de90a6ba58) - embeddedt
* [Port cause_lag_by_disabling_threads to 1.21.3](https://github.com/embeddedt/ModernFix/commit/6012626112a7b738e650a354dfcb82920b24d1d4) - Rhys
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/3d785cedb4952f26f827deadd442785c239fd52b) - embeddedt
* [Fix faster item rendering mixin](https://github.com/embeddedt/ModernFix/commit/b1f5f6ebbeab5b9fc44859be3440374e064c0b61) - Rhys
* [Spotless](https://github.com/embeddedt/ModernFix/commit/91ffdb1acffc16a94d482534381545ae375b301a) - embeddedt
* [Update to 1.21.3, fix tests](https://github.com/embeddedt/ModernFix/commit/f374bcbb3a5b3b1c1590bd83e6b483a191431e03) - embeddedt
* [Update to 1.21.2-rc1](https://github.com/embeddedt/ModernFix/commit/e0d24d4cdbd48ad50a98f5e1acec56e0a0d41203) - embeddedt
* [Start rewriting dynamic resources](https://github.com/embeddedt/ModernFix/commit/545fb386a077726916dbfd3b843d953a612959ce) - embeddedt
* [Runs, dynamic resources still broken](https://github.com/embeddedt/ModernFix/commit/09ea5e1dc9fe965addf9fb8d3aca74ba1baadcb6) - embeddedt
* [Compiles on 1.21.2-pre2, does not yet run](https://github.com/embeddedt/ModernFix/commit/a841d20f8a9f2957314f96699cff7170b3279eb1) - embeddedt
展开
版本: 5.20.0+mc1.21.4
支持游戏: 1.21.4
类型: Fabric
Release
下载次数: 58,656
5.19.7+mc1.20.1
modernfix-forge-5.19.7+mc1.20.1.jar下载5.19.7+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.6+1.20.1
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
## Changes since 5.19.6+1.20.1
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
展开
版本: 5.19.7+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 62,289
5.19.7+mc1.20.1
modernfix-fabric-5.19.7+mc1.20.1.jar下载5.19.7+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.6+1.20.1
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
## Changes since 5.19.6+1.20.1
* [Stop looking for legacy cache file names](https://github.com/embeddedt/ModernFix/commit/ba6d0d20fc68ce93b7e0e478d89dcf78a5377594) - embeddedt
* [Backport CTM mixin from 1.21](https://github.com/embeddedt/ModernFix/commit/14a89f94a63d68e855ec38da039363d0147c8147) - embeddedt
展开
版本: 5.19.7+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 149,230
5.19.6+mc1.20.1
modernfix-forge-5.19.6+mc1.20.1.jar下载5.19.6+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.5+1.20.1
* [Use SSH for propagators](https://github.com/embeddedt/ModernFix/commit/8307564336acd73f1b9fea08eb9c1868aaaffd22) - embeddedt
* [Propagate via SSH](https://github.com/embeddedt/ModernFix/commit/fffb1031f754d6751b23646ed6efeb64e5326002) - embeddedt
* [Fix setup-gradle](https://github.com/embeddedt/ModernFix/commit/0bda3c9f43483bb8d809d1ff1044e1cb7d22c886) - embeddedt
## Changes since 5.19.5+1.20.1
* [Use SSH for propagators](https://github.com/embeddedt/ModernFix/commit/8307564336acd73f1b9fea08eb9c1868aaaffd22) - embeddedt
* [Propagate via SSH](https://github.com/embeddedt/ModernFix/commit/fffb1031f754d6751b23646ed6efeb64e5326002) - embeddedt
* [Fix setup-gradle](https://github.com/embeddedt/ModernFix/commit/0bda3c9f43483bb8d809d1ff1044e1cb7d22c886) - embeddedt
展开
版本: 5.19.6+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 21,398
5.19.6+mc1.21.1
modernfix-neoforge-5.19.6+mc1.21.1.jar下载5.19.6+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.5+1.21.1
* [Use SSH for propagators](https://github.com/embeddedt/ModernFix/commit/8307564336acd73f1b9fea08eb9c1868aaaffd22) - embeddedt
* [Propagate via SSH](https://github.com/embeddedt/ModernFix/commit/fffb1031f754d6751b23646ed6efeb64e5326002) - embeddedt
* [Fix setup-gradle](https://github.com/embeddedt/ModernFix/commit/0bda3c9f43483bb8d809d1ff1044e1cb7d22c886) - embeddedt
* [updated spark (#484)](https://github.com/embeddedt/ModernFix/commit/520de2c12b510ee018fc6b2e2d74dac74a36b70b) - pietro-lopes
* [Fix standalone model variant not being loaded](https://github.com/embeddedt/ModernFix/commit/a29bdb2f826ac40e417d22c4553937942404a750) - embeddedt
## Changes since 5.19.5+1.21.1
* [Use SSH for propagators](https://github.com/embeddedt/ModernFix/commit/8307564336acd73f1b9fea08eb9c1868aaaffd22) - embeddedt
* [Propagate via SSH](https://github.com/embeddedt/ModernFix/commit/fffb1031f754d6751b23646ed6efeb64e5326002) - embeddedt
* [Fix setup-gradle](https://github.com/embeddedt/ModernFix/commit/0bda3c9f43483bb8d809d1ff1044e1cb7d22c886) - embeddedt
* [updated spark (#484)](https://github.com/embeddedt/ModernFix/commit/520de2c12b510ee018fc6b2e2d74dac74a36b70b) - pietro-lopes
* [Fix standalone model variant not being loaded](https://github.com/embeddedt/ModernFix/commit/a29bdb2f826ac40e417d22c4553937942404a750) - embeddedt
展开
版本: 5.19.6+mc1.21.1
支持游戏: 1.21.1
类型: NeoForge
Release
下载次数: 9,175
5.19.6+mc1.20.1
modernfix-fabric-5.19.6+mc1.20.1.jar下载5.19.6+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.5+1.20.1
* [Use SSH for propagators](https://github.com/embeddedt/ModernFix/commit/8307564336acd73f1b9fea08eb9c1868aaaffd22) - embeddedt
* [Propagate via SSH](https://github.com/embeddedt/ModernFix/commit/fffb1031f754d6751b23646ed6efeb64e5326002) - embeddedt
* [Fix setup-gradle](https://github.com/embeddedt/ModernFix/commit/0bda3c9f43483bb8d809d1ff1044e1cb7d22c886) - embeddedt
## Changes since 5.19.5+1.20.1
* [Use SSH for propagators](https://github.com/embeddedt/ModernFix/commit/8307564336acd73f1b9fea08eb9c1868aaaffd22) - embeddedt
* [Propagate via SSH](https://github.com/embeddedt/ModernFix/commit/fffb1031f754d6751b23646ed6efeb64e5326002) - embeddedt
* [Fix setup-gradle](https://github.com/embeddedt/ModernFix/commit/0bda3c9f43483bb8d809d1ff1044e1cb7d22c886) - embeddedt
展开
版本: 5.19.6+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 19,091
5.19.6+mc1.21.1
modernfix-fabric-5.19.6+mc1.21.1.jar下载5.19.6+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.5+1.21.1
* [Use SSH for propagators](https://github.com/embeddedt/ModernFix/commit/8307564336acd73f1b9fea08eb9c1868aaaffd22) - embeddedt
* [Propagate via SSH](https://github.com/embeddedt/ModernFix/commit/fffb1031f754d6751b23646ed6efeb64e5326002) - embeddedt
* [Fix setup-gradle](https://github.com/embeddedt/ModernFix/commit/0bda3c9f43483bb8d809d1ff1044e1cb7d22c886) - embeddedt
* [updated spark (#484)](https://github.com/embeddedt/ModernFix/commit/520de2c12b510ee018fc6b2e2d74dac74a36b70b) - pietro-lopes
* [Fix standalone model variant not being loaded](https://github.com/embeddedt/ModernFix/commit/a29bdb2f826ac40e417d22c4553937942404a750) - embeddedt
## Changes since 5.19.5+1.21.1
* [Use SSH for propagators](https://github.com/embeddedt/ModernFix/commit/8307564336acd73f1b9fea08eb9c1868aaaffd22) - embeddedt
* [Propagate via SSH](https://github.com/embeddedt/ModernFix/commit/fffb1031f754d6751b23646ed6efeb64e5326002) - embeddedt
* [Fix setup-gradle](https://github.com/embeddedt/ModernFix/commit/0bda3c9f43483bb8d809d1ff1044e1cb7d22c886) - embeddedt
* [updated spark (#484)](https://github.com/embeddedt/ModernFix/commit/520de2c12b510ee018fc6b2e2d74dac74a36b70b) - pietro-lopes
* [Fix standalone model variant not being loaded](https://github.com/embeddedt/ModernFix/commit/a29bdb2f826ac40e417d22c4553937942404a750) - embeddedt
展开
版本: 5.19.6+mc1.21.1
支持游戏: 1.21.1
类型: Fabric
Release
下载次数: 82,173
5.19.5+mc1.20.1
modernfix-forge-5.19.5+mc1.20.1.jar下载5.19.5+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.4+1.20.1
* [Fix Furniture Mod hedges rendering in fast mode with dynres on](https://github.com/embeddedt/ModernFix/commit/0f3bfd894eaf8a596b1a5e1f9df99c5c44277213) - embeddedt
* [WIP ingredient work](https://github.com/embeddedt/ModernFix/commit/054d36baa02cdeafde7ffd2fe185680de9420ef6) - embeddedt
* [Skip filtering blockstates if client is not in world](https://github.com/embeddedt/ModernFix/commit/8e1270dcdc895ce5924f6bdcf1a8c2501c4ffc2c) - embeddedt
* [Avoid error from mods that replace chunk system](https://github.com/embeddedt/ModernFix/commit/fec7eb66eac46c4a8b318d135b61c1641973aaf5) - embeddedt
## Changes since 5.19.4+1.20.1
* [Fix Furniture Mod hedges rendering in fast mode with dynres on](https://github.com/embeddedt/ModernFix/commit/0f3bfd894eaf8a596b1a5e1f9df99c5c44277213) - embeddedt
* [WIP ingredient work](https://github.com/embeddedt/ModernFix/commit/054d36baa02cdeafde7ffd2fe185680de9420ef6) - embeddedt
* [Skip filtering blockstates if client is not in world](https://github.com/embeddedt/ModernFix/commit/8e1270dcdc895ce5924f6bdcf1a8c2501c4ffc2c) - embeddedt
* [Avoid error from mods that replace chunk system](https://github.com/embeddedt/ModernFix/commit/fec7eb66eac46c4a8b318d135b61c1641973aaf5) - embeddedt
展开
版本: 5.19.5+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 435,814
5.19.5+mc1.20.1
modernfix-fabric-5.19.5+mc1.20.1.jar下载5.19.5+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.4+1.20.1
* [Fix Furniture Mod hedges rendering in fast mode with dynres on](https://github.com/embeddedt/ModernFix/commit/0f3bfd894eaf8a596b1a5e1f9df99c5c44277213) - embeddedt
* [WIP ingredient work](https://github.com/embeddedt/ModernFix/commit/054d36baa02cdeafde7ffd2fe185680de9420ef6) - embeddedt
* [Skip filtering blockstates if client is not in world](https://github.com/embeddedt/ModernFix/commit/8e1270dcdc895ce5924f6bdcf1a8c2501c4ffc2c) - embeddedt
* [Avoid error from mods that replace chunk system](https://github.com/embeddedt/ModernFix/commit/fec7eb66eac46c4a8b318d135b61c1641973aaf5) - embeddedt
## Changes since 5.19.4+1.20.1
* [Fix Furniture Mod hedges rendering in fast mode with dynres on](https://github.com/embeddedt/ModernFix/commit/0f3bfd894eaf8a596b1a5e1f9df99c5c44277213) - embeddedt
* [WIP ingredient work](https://github.com/embeddedt/ModernFix/commit/054d36baa02cdeafde7ffd2fe185680de9420ef6) - embeddedt
* [Skip filtering blockstates if client is not in world](https://github.com/embeddedt/ModernFix/commit/8e1270dcdc895ce5924f6bdcf1a8c2501c4ffc2c) - embeddedt
* [Avoid error from mods that replace chunk system](https://github.com/embeddedt/ModernFix/commit/fec7eb66eac46c4a8b318d135b61c1641973aaf5) - embeddedt
展开
版本: 5.19.5+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 686,780
5.19.5+mc1.21.1
modernfix-neoforge-5.19.5+mc1.21.1.jar下载5.19.5+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.4+1.21.1
* [Fix Furniture Mod hedges rendering in fast mode with dynres on](https://github.com/embeddedt/ModernFix/commit/0f3bfd894eaf8a596b1a5e1f9df99c5c44277213) - embeddedt
* [WIP ingredient work](https://github.com/embeddedt/ModernFix/commit/054d36baa02cdeafde7ffd2fe185680de9420ef6) - embeddedt
* [Skip filtering blockstates if client is not in world](https://github.com/embeddedt/ModernFix/commit/8e1270dcdc895ce5924f6bdcf1a8c2501c4ffc2c) - embeddedt
* [Avoid error from mods that replace chunk system](https://github.com/embeddedt/ModernFix/commit/fec7eb66eac46c4a8b318d135b61c1641973aaf5) - embeddedt
* [Trim LRU maps after dropping entries](https://github.com/embeddedt/ModernFix/commit/dee2627df9afd43996854e67b507478ce115a118) - embeddedt
* [Always tick model manager even if not in world](https://github.com/embeddedt/ModernFix/commit/d8e937720f57ff3f614373d6222057af2efd8c04) - embeddedt
* [Skip filtering states when not in a world](https://github.com/embeddedt/ModernFix/commit/9df79d8c8cc23e7a8b98234864a443d21a95d10a) - embeddedt
* [Fix fluidlogged incompatibility](https://github.com/embeddedt/ModernFix/commit/7c550a1ce485f4a253f09447cddebf0e6839e554) - embeddedt
## Changes since 5.19.4+1.21.1
* [Fix Furniture Mod hedges rendering in fast mode with dynres on](https://github.com/embeddedt/ModernFix/commit/0f3bfd894eaf8a596b1a5e1f9df99c5c44277213) - embeddedt
* [WIP ingredient work](https://github.com/embeddedt/ModernFix/commit/054d36baa02cdeafde7ffd2fe185680de9420ef6) - embeddedt
* [Skip filtering blockstates if client is not in world](https://github.com/embeddedt/ModernFix/commit/8e1270dcdc895ce5924f6bdcf1a8c2501c4ffc2c) - embeddedt
* [Avoid error from mods that replace chunk system](https://github.com/embeddedt/ModernFix/commit/fec7eb66eac46c4a8b318d135b61c1641973aaf5) - embeddedt
* [Trim LRU maps after dropping entries](https://github.com/embeddedt/ModernFix/commit/dee2627df9afd43996854e67b507478ce115a118) - embeddedt
* [Always tick model manager even if not in world](https://github.com/embeddedt/ModernFix/commit/d8e937720f57ff3f614373d6222057af2efd8c04) - embeddedt
* [Skip filtering states when not in a world](https://github.com/embeddedt/ModernFix/commit/9df79d8c8cc23e7a8b98234864a443d21a95d10a) - embeddedt
* [Fix fluidlogged incompatibility](https://github.com/embeddedt/ModernFix/commit/7c550a1ce485f4a253f09447cddebf0e6839e554) - embeddedt
展开
版本: 5.19.5+mc1.21.1
支持游戏: 1.21.1
类型: NeoForge
Release
下载次数: 15,210
5.19.5+mc1.21.1
modernfix-fabric-5.19.5+mc1.21.1.jar下载5.19.5+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.4+1.21.1
* [Fix Furniture Mod hedges rendering in fast mode with dynres on](https://github.com/embeddedt/ModernFix/commit/0f3bfd894eaf8a596b1a5e1f9df99c5c44277213) - embeddedt
* [WIP ingredient work](https://github.com/embeddedt/ModernFix/commit/054d36baa02cdeafde7ffd2fe185680de9420ef6) - embeddedt
* [Skip filtering blockstates if client is not in world](https://github.com/embeddedt/ModernFix/commit/8e1270dcdc895ce5924f6bdcf1a8c2501c4ffc2c) - embeddedt
* [Avoid error from mods that replace chunk system](https://github.com/embeddedt/ModernFix/commit/fec7eb66eac46c4a8b318d135b61c1641973aaf5) - embeddedt
* [Trim LRU maps after dropping entries](https://github.com/embeddedt/ModernFix/commit/dee2627df9afd43996854e67b507478ce115a118) - embeddedt
* [Always tick model manager even if not in world](https://github.com/embeddedt/ModernFix/commit/d8e937720f57ff3f614373d6222057af2efd8c04) - embeddedt
* [Skip filtering states when not in a world](https://github.com/embeddedt/ModernFix/commit/9df79d8c8cc23e7a8b98234864a443d21a95d10a) - embeddedt
* [Fix fluidlogged incompatibility](https://github.com/embeddedt/ModernFix/commit/7c550a1ce485f4a253f09447cddebf0e6839e554) - embeddedt
## Changes since 5.19.4+1.21.1
* [Fix Furniture Mod hedges rendering in fast mode with dynres on](https://github.com/embeddedt/ModernFix/commit/0f3bfd894eaf8a596b1a5e1f9df99c5c44277213) - embeddedt
* [WIP ingredient work](https://github.com/embeddedt/ModernFix/commit/054d36baa02cdeafde7ffd2fe185680de9420ef6) - embeddedt
* [Skip filtering blockstates if client is not in world](https://github.com/embeddedt/ModernFix/commit/8e1270dcdc895ce5924f6bdcf1a8c2501c4ffc2c) - embeddedt
* [Avoid error from mods that replace chunk system](https://github.com/embeddedt/ModernFix/commit/fec7eb66eac46c4a8b318d135b61c1641973aaf5) - embeddedt
* [Trim LRU maps after dropping entries](https://github.com/embeddedt/ModernFix/commit/dee2627df9afd43996854e67b507478ce115a118) - embeddedt
* [Always tick model manager even if not in world](https://github.com/embeddedt/ModernFix/commit/d8e937720f57ff3f614373d6222057af2efd8c04) - embeddedt
* [Skip filtering states when not in a world](https://github.com/embeddedt/ModernFix/commit/9df79d8c8cc23e7a8b98234864a443d21a95d10a) - embeddedt
* [Fix fluidlogged incompatibility](https://github.com/embeddedt/ModernFix/commit/7c550a1ce485f4a253f09447cddebf0e6839e554) - embeddedt
展开
版本: 5.19.5+mc1.21.1
支持游戏: 1.21.1
类型: Fabric
Release
下载次数: 290,568
5.18.1+mc1.19.2
modernfix-forge-5.18.1+mc1.19.2.jar下载5.18.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.0+1.19.2
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/b582e8911adcdf0a3cf7a4ffec17cd92107d4572) - embeddedt
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/d78ae2c7541143fcec1a045261fc7e0659e918c0) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/b541e33e9c14baad88a4ab31c39c190528603bc5) - embeddedt
## Changes since 5.18.0+1.19.2
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/b582e8911adcdf0a3cf7a4ffec17cd92107d4572) - embeddedt
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/d78ae2c7541143fcec1a045261fc7e0659e918c0) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/b541e33e9c14baad88a4ab31c39c190528603bc5) - embeddedt
展开
版本: 5.18.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 286,599
5.18.1+mc1.19.2
modernfix-fabric-5.18.1+mc1.19.2.jar下载5.18.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.0+1.19.2
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/b582e8911adcdf0a3cf7a4ffec17cd92107d4572) - embeddedt
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/d78ae2c7541143fcec1a045261fc7e0659e918c0) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/b541e33e9c14baad88a4ab31c39c190528603bc5) - embeddedt
## Changes since 5.18.0+1.19.2
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/b582e8911adcdf0a3cf7a4ffec17cd92107d4572) - embeddedt
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/d78ae2c7541143fcec1a045261fc7e0659e918c0) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/b541e33e9c14baad88a4ab31c39c190528603bc5) - embeddedt
展开
版本: 5.18.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 52,825
5.19.4+mc1.20.1
modernfix-forge-5.19.4+mc1.20.1.jar下载5.19.4+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.3+1.20.1
* [Fix fluidlogged incompatibility](https://github.com/embeddedt/ModernFix/commit/7c550a1ce485f4a253f09447cddebf0e6839e554) - embeddedt
## Changes since 5.19.3+1.20.1
* [Fix fluidlogged incompatibility](https://github.com/embeddedt/ModernFix/commit/7c550a1ce485f4a253f09447cddebf0e6839e554) - embeddedt
展开
版本: 5.19.4+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 374,242
5.19.4+mc1.20.1
modernfix-fabric-5.19.4+mc1.20.1.jar下载5.19.4+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.3+1.20.1
* [Fix fluidlogged incompatibility](https://github.com/embeddedt/ModernFix/commit/7c550a1ce485f4a253f09447cddebf0e6839e554) - embeddedt
## Changes since 5.19.3+1.20.1
* [Fix fluidlogged incompatibility](https://github.com/embeddedt/ModernFix/commit/7c550a1ce485f4a253f09447cddebf0e6839e554) - embeddedt
展开
版本: 5.19.4+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 666,875
5.19.3+mc1.21.1
modernfix-neoforge-5.19.3+mc1.21.1.jar下载5.19.3+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.2+1.21.1
* [Silence mixin warning with Moonrise](https://github.com/embeddedt/ModernFix/commit/333147cfd5c58e84fbac0a805d052a6d9250503f) - embeddedt
* [Implement more methods on FakeStateMap](https://github.com/embeddedt/ModernFix/commit/d25781f36c302a487de71c185271bdd1656845b7) - embeddedt
## Changes since 5.19.2+1.21.1
* [Silence mixin warning with Moonrise](https://github.com/embeddedt/ModernFix/commit/333147cfd5c58e84fbac0a805d052a6d9250503f) - embeddedt
* [Implement more methods on FakeStateMap](https://github.com/embeddedt/ModernFix/commit/d25781f36c302a487de71c185271bdd1656845b7) - embeddedt
展开
版本: 5.19.3+mc1.21.1
支持游戏: 1.21.1
类型: NeoForge
Release
下载次数: 35,857
5.19.3+mc1.21.1
modernfix-fabric-5.19.3+mc1.21.1.jar下载5.19.3+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.2+1.21.1
* [Silence mixin warning with Moonrise](https://github.com/embeddedt/ModernFix/commit/333147cfd5c58e84fbac0a805d052a6d9250503f) - embeddedt
* [Implement more methods on FakeStateMap](https://github.com/embeddedt/ModernFix/commit/d25781f36c302a487de71c185271bdd1656845b7) - embeddedt
## Changes since 5.19.2+1.21.1
* [Silence mixin warning with Moonrise](https://github.com/embeddedt/ModernFix/commit/333147cfd5c58e84fbac0a805d052a6d9250503f) - embeddedt
* [Implement more methods on FakeStateMap](https://github.com/embeddedt/ModernFix/commit/d25781f36c302a487de71c185271bdd1656845b7) - embeddedt
展开
版本: 5.19.3+mc1.21.1
支持游戏: 1.21.1
类型: Fabric
Release
下载次数: 901,612
5.19.3+mc1.20.1
modernfix-forge-5.19.3+mc1.20.1.jar下载5.19.3+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.1+1.20.1
* [Silence mixin warning with Moonrise](https://github.com/embeddedt/ModernFix/commit/333147cfd5c58e84fbac0a805d052a6d9250503f) - embeddedt
* [Implement more methods on FakeStateMap](https://github.com/embeddedt/ModernFix/commit/d25781f36c302a487de71c185271bdd1656845b7) - embeddedt
## Changes since 5.19.1+1.20.1
* [Silence mixin warning with Moonrise](https://github.com/embeddedt/ModernFix/commit/333147cfd5c58e84fbac0a805d052a6d9250503f) - embeddedt
* [Implement more methods on FakeStateMap](https://github.com/embeddedt/ModernFix/commit/d25781f36c302a487de71c185271bdd1656845b7) - embeddedt
展开
版本: 5.19.3+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 20,596
5.19.3+mc1.20.1
modernfix-fabric-5.19.3+mc1.20.1.jar下载5.19.3+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.1+1.20.1
* [Silence mixin warning with Moonrise](https://github.com/embeddedt/ModernFix/commit/333147cfd5c58e84fbac0a805d052a6d9250503f) - embeddedt
* [Implement more methods on FakeStateMap](https://github.com/embeddedt/ModernFix/commit/d25781f36c302a487de71c185271bdd1656845b7) - embeddedt
## Changes since 5.19.1+1.20.1
* [Silence mixin warning with Moonrise](https://github.com/embeddedt/ModernFix/commit/333147cfd5c58e84fbac0a805d052a6d9250503f) - embeddedt
* [Implement more methods on FakeStateMap](https://github.com/embeddedt/ModernFix/commit/d25781f36c302a487de71c185271bdd1656845b7) - embeddedt
展开
版本: 5.19.3+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 25,300
5.19.2+mc1.21.1
modernfix-neoforge-5.19.2+mc1.21.1.jar下载5.19.2+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.1+1.21
* [Add type checking to dynamic maps to avoid ClassCastException from badly behaved mods](https://github.com/embeddedt/ModernFix/commit/2abc4fa56b0bbe7f631a9ec2c72463eeb7ee8e00) - embeddedt
* [Update to 1.21.1](https://github.com/embeddedt/ModernFix/commit/489136d048191081ca0290131708291c05a8e31a) - embeddedt
## Changes since 5.19.1+1.21
* [Add type checking to dynamic maps to avoid ClassCastException from badly behaved mods](https://github.com/embeddedt/ModernFix/commit/2abc4fa56b0bbe7f631a9ec2c72463eeb7ee8e00) - embeddedt
* [Update to 1.21.1](https://github.com/embeddedt/ModernFix/commit/489136d048191081ca0290131708291c05a8e31a) - embeddedt
展开
版本: 5.19.2+mc1.21.1
支持游戏: 1.21.1
类型: NeoForge
Release
下载次数: 4,239
5.19.2+mc1.21.1
modernfix-fabric-5.19.2+mc1.21.1.jar下载5.19.2+mc1.21.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.1+1.21
* [Add type checking to dynamic maps to avoid ClassCastException from badly behaved mods](https://github.com/embeddedt/ModernFix/commit/2abc4fa56b0bbe7f631a9ec2c72463eeb7ee8e00) - embeddedt
* [Update to 1.21.1](https://github.com/embeddedt/ModernFix/commit/489136d048191081ca0290131708291c05a8e31a) - embeddedt
## Changes since 5.19.1+1.21
* [Add type checking to dynamic maps to avoid ClassCastException from badly behaved mods](https://github.com/embeddedt/ModernFix/commit/2abc4fa56b0bbe7f631a9ec2c72463eeb7ee8e00) - embeddedt
* [Update to 1.21.1](https://github.com/embeddedt/ModernFix/commit/489136d048191081ca0290131708291c05a8e31a) - embeddedt
展开
版本: 5.19.2+mc1.21.1
支持游戏: 1.21.1
类型: Fabric
Release
下载次数: 86,241
5.19.1+mc1.20.1
modernfix-forge-5.19.1+mc1.20.1.jar下载5.19.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.0+1.20.1
* [Mark the section compile optimization as not required for better compat](https://github.com/embeddedt/ModernFix/commit/75ff154eca89adc8fd086f7f280e92635c4e25d8) - embeddedt
* [Make state_definition_construct degrade gracefully if map is used like a hashmap](https://github.com/embeddedt/ModernFix/commit/49464451ddc6b174740b2fd14057611441d26f40) - embeddedt
* [Remove mod file scan data deduplicator](https://github.com/embeddedt/ModernFix/commit/c0eaf29cb58cc4a2b5525bf67e842b39ca27f2ac) - embeddedt
* [Backport unbaked model caching from 1.21](https://github.com/embeddedt/ModernFix/commit/87d1aad3d16e8029115fc75d9dc0bca93702389a) - embeddedt
* [Unfreeze block registry ourselves in tests](https://github.com/embeddedt/ModernFix/commit/6f4212ebc8f8245b4f0c4cfbcb525966487e0fa4) - embeddedt
* [Disable FAPI in dev](https://github.com/embeddedt/ModernFix/commit/6a365be734f0f794853bfa6a34be6564c51b941b) - embeddedt
* [Apply some simple optimizations for vanilla section meshing](https://github.com/embeddedt/ModernFix/commit/2e52db6e932abc310a3bbaa391ab492a5486847e) - embeddedt
## Changes since 5.19.0+1.20.1
* [Mark the section compile optimization as not required for better compat](https://github.com/embeddedt/ModernFix/commit/75ff154eca89adc8fd086f7f280e92635c4e25d8) - embeddedt
* [Make state_definition_construct degrade gracefully if map is used like a hashmap](https://github.com/embeddedt/ModernFix/commit/49464451ddc6b174740b2fd14057611441d26f40) - embeddedt
* [Remove mod file scan data deduplicator](https://github.com/embeddedt/ModernFix/commit/c0eaf29cb58cc4a2b5525bf67e842b39ca27f2ac) - embeddedt
* [Backport unbaked model caching from 1.21](https://github.com/embeddedt/ModernFix/commit/87d1aad3d16e8029115fc75d9dc0bca93702389a) - embeddedt
* [Unfreeze block registry ourselves in tests](https://github.com/embeddedt/ModernFix/commit/6f4212ebc8f8245b4f0c4cfbcb525966487e0fa4) - embeddedt
* [Disable FAPI in dev](https://github.com/embeddedt/ModernFix/commit/6a365be734f0f794853bfa6a34be6564c51b941b) - embeddedt
* [Apply some simple optimizations for vanilla section meshing](https://github.com/embeddedt/ModernFix/commit/2e52db6e932abc310a3bbaa391ab492a5486847e) - embeddedt
展开
版本: 5.19.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 53,168
5.19.1+mc1.20.1
modernfix-fabric-5.19.1+mc1.20.1.jar下载5.19.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.0+1.20.1
* [Mark the section compile optimization as not required for better compat](https://github.com/embeddedt/ModernFix/commit/75ff154eca89adc8fd086f7f280e92635c4e25d8) - embeddedt
* [Make state_definition_construct degrade gracefully if map is used like a hashmap](https://github.com/embeddedt/ModernFix/commit/49464451ddc6b174740b2fd14057611441d26f40) - embeddedt
* [Remove mod file scan data deduplicator](https://github.com/embeddedt/ModernFix/commit/c0eaf29cb58cc4a2b5525bf67e842b39ca27f2ac) - embeddedt
* [Backport unbaked model caching from 1.21](https://github.com/embeddedt/ModernFix/commit/87d1aad3d16e8029115fc75d9dc0bca93702389a) - embeddedt
* [Unfreeze block registry ourselves in tests](https://github.com/embeddedt/ModernFix/commit/6f4212ebc8f8245b4f0c4cfbcb525966487e0fa4) - embeddedt
* [Disable FAPI in dev](https://github.com/embeddedt/ModernFix/commit/6a365be734f0f794853bfa6a34be6564c51b941b) - embeddedt
* [Apply some simple optimizations for vanilla section meshing](https://github.com/embeddedt/ModernFix/commit/2e52db6e932abc310a3bbaa391ab492a5486847e) - embeddedt
## Changes since 5.19.0+1.20.1
* [Mark the section compile optimization as not required for better compat](https://github.com/embeddedt/ModernFix/commit/75ff154eca89adc8fd086f7f280e92635c4e25d8) - embeddedt
* [Make state_definition_construct degrade gracefully if map is used like a hashmap](https://github.com/embeddedt/ModernFix/commit/49464451ddc6b174740b2fd14057611441d26f40) - embeddedt
* [Remove mod file scan data deduplicator](https://github.com/embeddedt/ModernFix/commit/c0eaf29cb58cc4a2b5525bf67e842b39ca27f2ac) - embeddedt
* [Backport unbaked model caching from 1.21](https://github.com/embeddedt/ModernFix/commit/87d1aad3d16e8029115fc75d9dc0bca93702389a) - embeddedt
* [Unfreeze block registry ourselves in tests](https://github.com/embeddedt/ModernFix/commit/6f4212ebc8f8245b4f0c4cfbcb525966487e0fa4) - embeddedt
* [Disable FAPI in dev](https://github.com/embeddedt/ModernFix/commit/6a365be734f0f794853bfa6a34be6564c51b941b) - embeddedt
* [Apply some simple optimizations for vanilla section meshing](https://github.com/embeddedt/ModernFix/commit/2e52db6e932abc310a3bbaa391ab492a5486847e) - embeddedt
展开
版本: 5.19.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 105,479
5.19.1+mc1.21
modernfix-neoforge-5.19.1+mc1.21.jar下载5.19.1+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.0+1.21
* [Mark the section compile optimization as not required for better compat](https://github.com/embeddedt/ModernFix/commit/75ff154eca89adc8fd086f7f280e92635c4e25d8) - embeddedt
* [Make state_definition_construct degrade gracefully if map is used like a hashmap](https://github.com/embeddedt/ModernFix/commit/49464451ddc6b174740b2fd14057611441d26f40) - embeddedt
* [Remove mod file scan data deduplicator](https://github.com/embeddedt/ModernFix/commit/c0eaf29cb58cc4a2b5525bf67e842b39ca27f2ac) - embeddedt
* [Backport unbaked model caching from 1.21](https://github.com/embeddedt/ModernFix/commit/87d1aad3d16e8029115fc75d9dc0bca93702389a) - embeddedt
* [Make CTM work on 1.21](https://github.com/embeddedt/ModernFix/commit/7db5d6a1da41749d57a59e853dc72b709dff9e1a) - embeddedt
* [Fix registry progress bar on 1.21](https://github.com/embeddedt/ModernFix/commit/631ad0528baa5d9807e40e0e6d4b73ac3b318b14) - embeddedt
* [Unfreeze block registry ourselves in tests](https://github.com/embeddedt/ModernFix/commit/6f4212ebc8f8245b4f0c4cfbcb525966487e0fa4) - embeddedt
* [Disable FAPI in dev](https://github.com/embeddedt/ModernFix/commit/6a365be734f0f794853bfa6a34be6564c51b941b) - embeddedt
* [Apply some simple optimizations for vanilla section meshing](https://github.com/embeddedt/ModernFix/commit/2e52db6e932abc310a3bbaa391ab492a5486847e) - embeddedt
## Changes since 5.19.0+1.21
* [Mark the section compile optimization as not required for better compat](https://github.com/embeddedt/ModernFix/commit/75ff154eca89adc8fd086f7f280e92635c4e25d8) - embeddedt
* [Make state_definition_construct degrade gracefully if map is used like a hashmap](https://github.com/embeddedt/ModernFix/commit/49464451ddc6b174740b2fd14057611441d26f40) - embeddedt
* [Remove mod file scan data deduplicator](https://github.com/embeddedt/ModernFix/commit/c0eaf29cb58cc4a2b5525bf67e842b39ca27f2ac) - embeddedt
* [Backport unbaked model caching from 1.21](https://github.com/embeddedt/ModernFix/commit/87d1aad3d16e8029115fc75d9dc0bca93702389a) - embeddedt
* [Make CTM work on 1.21](https://github.com/embeddedt/ModernFix/commit/7db5d6a1da41749d57a59e853dc72b709dff9e1a) - embeddedt
* [Fix registry progress bar on 1.21](https://github.com/embeddedt/ModernFix/commit/631ad0528baa5d9807e40e0e6d4b73ac3b318b14) - embeddedt
* [Unfreeze block registry ourselves in tests](https://github.com/embeddedt/ModernFix/commit/6f4212ebc8f8245b4f0c4cfbcb525966487e0fa4) - embeddedt
* [Disable FAPI in dev](https://github.com/embeddedt/ModernFix/commit/6a365be734f0f794853bfa6a34be6564c51b941b) - embeddedt
* [Apply some simple optimizations for vanilla section meshing](https://github.com/embeddedt/ModernFix/commit/2e52db6e932abc310a3bbaa391ab492a5486847e) - embeddedt
展开
版本: 5.19.1+mc1.21
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 11,539
5.19.1+mc1.21
modernfix-fabric-5.19.1+mc1.21.jar下载5.19.1+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.19.0+1.21
* [Mark the section compile optimization as not required for better compat](https://github.com/embeddedt/ModernFix/commit/75ff154eca89adc8fd086f7f280e92635c4e25d8) - embeddedt
* [Make state_definition_construct degrade gracefully if map is used like a hashmap](https://github.com/embeddedt/ModernFix/commit/49464451ddc6b174740b2fd14057611441d26f40) - embeddedt
* [Remove mod file scan data deduplicator](https://github.com/embeddedt/ModernFix/commit/c0eaf29cb58cc4a2b5525bf67e842b39ca27f2ac) - embeddedt
* [Backport unbaked model caching from 1.21](https://github.com/embeddedt/ModernFix/commit/87d1aad3d16e8029115fc75d9dc0bca93702389a) - embeddedt
* [Make CTM work on 1.21](https://github.com/embeddedt/ModernFix/commit/7db5d6a1da41749d57a59e853dc72b709dff9e1a) - embeddedt
* [Fix registry progress bar on 1.21](https://github.com/embeddedt/ModernFix/commit/631ad0528baa5d9807e40e0e6d4b73ac3b318b14) - embeddedt
* [Unfreeze block registry ourselves in tests](https://github.com/embeddedt/ModernFix/commit/6f4212ebc8f8245b4f0c4cfbcb525966487e0fa4) - embeddedt
* [Disable FAPI in dev](https://github.com/embeddedt/ModernFix/commit/6a365be734f0f794853bfa6a34be6564c51b941b) - embeddedt
* [Apply some simple optimizations for vanilla section meshing](https://github.com/embeddedt/ModernFix/commit/2e52db6e932abc310a3bbaa391ab492a5486847e) - embeddedt
## Changes since 5.19.0+1.21
* [Mark the section compile optimization as not required for better compat](https://github.com/embeddedt/ModernFix/commit/75ff154eca89adc8fd086f7f280e92635c4e25d8) - embeddedt
* [Make state_definition_construct degrade gracefully if map is used like a hashmap](https://github.com/embeddedt/ModernFix/commit/49464451ddc6b174740b2fd14057611441d26f40) - embeddedt
* [Remove mod file scan data deduplicator](https://github.com/embeddedt/ModernFix/commit/c0eaf29cb58cc4a2b5525bf67e842b39ca27f2ac) - embeddedt
* [Backport unbaked model caching from 1.21](https://github.com/embeddedt/ModernFix/commit/87d1aad3d16e8029115fc75d9dc0bca93702389a) - embeddedt
* [Make CTM work on 1.21](https://github.com/embeddedt/ModernFix/commit/7db5d6a1da41749d57a59e853dc72b709dff9e1a) - embeddedt
* [Fix registry progress bar on 1.21](https://github.com/embeddedt/ModernFix/commit/631ad0528baa5d9807e40e0e6d4b73ac3b318b14) - embeddedt
* [Unfreeze block registry ourselves in tests](https://github.com/embeddedt/ModernFix/commit/6f4212ebc8f8245b4f0c4cfbcb525966487e0fa4) - embeddedt
* [Disable FAPI in dev](https://github.com/embeddedt/ModernFix/commit/6a365be734f0f794853bfa6a34be6564c51b941b) - embeddedt
* [Apply some simple optimizations for vanilla section meshing](https://github.com/embeddedt/ModernFix/commit/2e52db6e932abc310a3bbaa391ab492a5486847e) - embeddedt
展开
版本: 5.19.1+mc1.21
支持游戏: 1.21
类型: Fabric
Release
下载次数: 687,580
5.19.0+mc1.21
modernfix-neoforge-5.19.0+mc1.21.jar下载5.19.0+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.8+1.21
* [Loom 1.7 + Gradle 8.8](https://github.com/embeddedt/ModernFix/commit/ece2897c3701236d204487b32b4921cc1e5660e3) - embeddedt
* [Allow debugReloader option to also work with datapack reloads](https://github.com/embeddedt/ModernFix/commit/4ee8c41abd945436f6a1b212de3cd254c346e8ff) - embeddedt
* [Bump Neo version to fix config screen crash](https://github.com/embeddedt/ModernFix/commit/b2eb14b766e1e9a8845981494675ebfb85da72db) - embeddedt
* [Improve dynamic model loading efficiency during model bake event](https://github.com/embeddedt/ModernFix/commit/70fba2e0afd7507cf0e8a38a01bef57ba262f4e8) - embeddedt
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/66ef30449a84c29186dd4c857eedb9d5e378fafb) - embeddedt
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/edddba6991e08a89c53ffcb87b5524bb8487b14d) - embeddedt
* [Do not spin the watchdog thread while server is booting](https://github.com/embeddedt/ModernFix/commit/bc7aa5539c351d65e1e5b2b87b7c767367f4be52) - embeddedt
* [Emulate entrySet on dynamic resources model registry](https://github.com/embeddedt/ModernFix/commit/73487378784ebe8e10492ceddaef66912a8a71e6) - embeddedt
## Changes since 5.18.8+1.21
* [Loom 1.7 + Gradle 8.8](https://github.com/embeddedt/ModernFix/commit/ece2897c3701236d204487b32b4921cc1e5660e3) - embeddedt
* [Allow debugReloader option to also work with datapack reloads](https://github.com/embeddedt/ModernFix/commit/4ee8c41abd945436f6a1b212de3cd254c346e8ff) - embeddedt
* [Bump Neo version to fix config screen crash](https://github.com/embeddedt/ModernFix/commit/b2eb14b766e1e9a8845981494675ebfb85da72db) - embeddedt
* [Improve dynamic model loading efficiency during model bake event](https://github.com/embeddedt/ModernFix/commit/70fba2e0afd7507cf0e8a38a01bef57ba262f4e8) - embeddedt
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/66ef30449a84c29186dd4c857eedb9d5e378fafb) - embeddedt
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/edddba6991e08a89c53ffcb87b5524bb8487b14d) - embeddedt
* [Do not spin the watchdog thread while server is booting](https://github.com/embeddedt/ModernFix/commit/bc7aa5539c351d65e1e5b2b87b7c767367f4be52) - embeddedt
* [Emulate entrySet on dynamic resources model registry](https://github.com/embeddedt/ModernFix/commit/73487378784ebe8e10492ceddaef66912a8a71e6) - embeddedt
展开
版本: 5.19.0+mc1.21
支持游戏: 1.21, 1.21.1
类型: NeoForge
Release
下载次数: 8,993
5.19.0+mc1.21
modernfix-fabric-5.19.0+mc1.21.jar下载5.19.0+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.8+1.21
* [Loom 1.7 + Gradle 8.8](https://github.com/embeddedt/ModernFix/commit/ece2897c3701236d204487b32b4921cc1e5660e3) - embeddedt
* [Allow debugReloader option to also work with datapack reloads](https://github.com/embeddedt/ModernFix/commit/4ee8c41abd945436f6a1b212de3cd254c346e8ff) - embeddedt
* [Bump Neo version to fix config screen crash](https://github.com/embeddedt/ModernFix/commit/b2eb14b766e1e9a8845981494675ebfb85da72db) - embeddedt
* [Improve dynamic model loading efficiency during model bake event](https://github.com/embeddedt/ModernFix/commit/70fba2e0afd7507cf0e8a38a01bef57ba262f4e8) - embeddedt
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/66ef30449a84c29186dd4c857eedb9d5e378fafb) - embeddedt
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/edddba6991e08a89c53ffcb87b5524bb8487b14d) - embeddedt
* [Do not spin the watchdog thread while server is booting](https://github.com/embeddedt/ModernFix/commit/bc7aa5539c351d65e1e5b2b87b7c767367f4be52) - embeddedt
* [Emulate entrySet on dynamic resources model registry](https://github.com/embeddedt/ModernFix/commit/73487378784ebe8e10492ceddaef66912a8a71e6) - embeddedt
## Changes since 5.18.8+1.21
* [Loom 1.7 + Gradle 8.8](https://github.com/embeddedt/ModernFix/commit/ece2897c3701236d204487b32b4921cc1e5660e3) - embeddedt
* [Allow debugReloader option to also work with datapack reloads](https://github.com/embeddedt/ModernFix/commit/4ee8c41abd945436f6a1b212de3cd254c346e8ff) - embeddedt
* [Bump Neo version to fix config screen crash](https://github.com/embeddedt/ModernFix/commit/b2eb14b766e1e9a8845981494675ebfb85da72db) - embeddedt
* [Improve dynamic model loading efficiency during model bake event](https://github.com/embeddedt/ModernFix/commit/70fba2e0afd7507cf0e8a38a01bef57ba262f4e8) - embeddedt
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/66ef30449a84c29186dd4c857eedb9d5e378fafb) - embeddedt
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/edddba6991e08a89c53ffcb87b5524bb8487b14d) - embeddedt
* [Do not spin the watchdog thread while server is booting](https://github.com/embeddedt/ModernFix/commit/bc7aa5539c351d65e1e5b2b87b7c767367f4be52) - embeddedt
* [Emulate entrySet on dynamic resources model registry](https://github.com/embeddedt/ModernFix/commit/73487378784ebe8e10492ceddaef66912a8a71e6) - embeddedt
展开
版本: 5.19.0+mc1.21
支持游戏: 1.21, 1.21.1
类型: Fabric
Release
下载次数: 641,628
5.19.0+mc1.20.1
modernfix-forge-5.19.0+mc1.20.1.jar下载5.19.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.10+1.20.1
* [Loom 1.7 + Gradle 8.8](https://github.com/embeddedt/ModernFix/commit/ece2897c3701236d204487b32b4921cc1e5660e3) - embeddedt
* [Allow debugReloader option to also work with datapack reloads](https://github.com/embeddedt/ModernFix/commit/4ee8c41abd945436f6a1b212de3cd254c346e8ff) - embeddedt
## Changes since 5.18.10+1.20.1
* [Loom 1.7 + Gradle 8.8](https://github.com/embeddedt/ModernFix/commit/ece2897c3701236d204487b32b4921cc1e5660e3) - embeddedt
* [Allow debugReloader option to also work with datapack reloads](https://github.com/embeddedt/ModernFix/commit/4ee8c41abd945436f6a1b212de3cd254c346e8ff) - embeddedt
展开
版本: 5.19.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 58,003
5.19.0+mc1.20.1
modernfix-fabric-5.19.0+mc1.20.1.jar下载5.19.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.10+1.20.1
* [Loom 1.7 + Gradle 8.8](https://github.com/embeddedt/ModernFix/commit/ece2897c3701236d204487b32b4921cc1e5660e3) - embeddedt
* [Allow debugReloader option to also work with datapack reloads](https://github.com/embeddedt/ModernFix/commit/4ee8c41abd945436f6a1b212de3cd254c346e8ff) - embeddedt
## Changes since 5.18.10+1.20.1
* [Loom 1.7 + Gradle 8.8](https://github.com/embeddedt/ModernFix/commit/ece2897c3701236d204487b32b4921cc1e5660e3) - embeddedt
* [Allow debugReloader option to also work with datapack reloads](https://github.com/embeddedt/ModernFix/commit/4ee8c41abd945436f6a1b212de3cd254c346e8ff) - embeddedt
展开
版本: 5.19.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 251,399
5.18.10+mc1.20.1
modernfix-forge-5.18.10+mc1.20.1.jar下载5.18.10+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.9+1.20.1
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/66ef30449a84c29186dd4c857eedb9d5e378fafb) - embeddedt
## Changes since 5.18.9+1.20.1
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/66ef30449a84c29186dd4c857eedb9d5e378fafb) - embeddedt
展开
版本: 5.18.10+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 44,410
5.18.10+mc1.20.1
modernfix-fabric-5.18.10+mc1.20.1.jar下载5.18.10+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.9+1.20.1
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/66ef30449a84c29186dd4c857eedb9d5e378fafb) - embeddedt
## Changes since 5.18.9+1.20.1
* [Collect JEI ingredients to list first to avoid concurrency issues](https://github.com/embeddedt/ModernFix/commit/66ef30449a84c29186dd4c857eedb9d5e378fafb) - embeddedt
展开
版本: 5.18.10+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 137,253
5.18.9+mc1.20.1
modernfix-forge-5.18.9+mc1.20.1.jar下载5.18.9+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.6+1.20.1
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/edddba6991e08a89c53ffcb87b5524bb8487b14d) - embeddedt
* [Do not spin the watchdog thread while server is booting](https://github.com/embeddedt/ModernFix/commit/bc7aa5539c351d65e1e5b2b87b7c767367f4be52) - embeddedt
## Changes since 5.18.6+1.20.1
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/edddba6991e08a89c53ffcb87b5524bb8487b14d) - embeddedt
* [Do not spin the watchdog thread while server is booting](https://github.com/embeddedt/ModernFix/commit/bc7aa5539c351d65e1e5b2b87b7c767367f4be52) - embeddedt
展开
版本: 5.18.9+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 12,304
5.18.9+mc1.20.1
modernfix-fabric-5.18.9+mc1.20.1.jar下载5.18.9+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.6+1.20.1
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/edddba6991e08a89c53ffcb87b5524bb8487b14d) - embeddedt
* [Do not spin the watchdog thread while server is booting](https://github.com/embeddedt/ModernFix/commit/bc7aa5539c351d65e1e5b2b87b7c767367f4be52) - embeddedt
## Changes since 5.18.6+1.20.1
* [Fix searching in latest JEI](https://github.com/embeddedt/ModernFix/commit/edddba6991e08a89c53ffcb87b5524bb8487b14d) - embeddedt
* [Do not spin the watchdog thread while server is booting](https://github.com/embeddedt/ModernFix/commit/bc7aa5539c351d65e1e5b2b87b7c767367f4be52) - embeddedt
展开
版本: 5.18.9+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 5,871
5.18.8+mc1.21
modernfix-neoforge-5.18.8+mc1.21.jar下载5.18.8+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.7+1.21
* [Bump Neo requirement](https://github.com/embeddedt/ModernFix/commit/beccbef151130a83999d2a1c9d7a82d75dc854c4) - embeddedt
* [Update NF, remove config hacks as config system is rewritten](https://github.com/embeddedt/ModernFix/commit/c3b17b2927ded62efc964ba038f587cdab195e12) - embeddedt
## Changes since 5.18.7+1.21
* [Bump Neo requirement](https://github.com/embeddedt/ModernFix/commit/beccbef151130a83999d2a1c9d7a82d75dc854c4) - embeddedt
* [Update NF, remove config hacks as config system is rewritten](https://github.com/embeddedt/ModernFix/commit/c3b17b2927ded62efc964ba038f587cdab195e12) - embeddedt
展开
版本: 5.18.8+mc1.21
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 4,600
5.18.8+mc1.21
modernfix-fabric-5.18.8+mc1.21.jar下载5.18.8+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.7+1.21
* [Bump Neo requirement](https://github.com/embeddedt/ModernFix/commit/beccbef151130a83999d2a1c9d7a82d75dc854c4) - embeddedt
* [Update NF, remove config hacks as config system is rewritten](https://github.com/embeddedt/ModernFix/commit/c3b17b2927ded62efc964ba038f587cdab195e12) - embeddedt
## Changes since 5.18.7+1.21
* [Bump Neo requirement](https://github.com/embeddedt/ModernFix/commit/beccbef151130a83999d2a1c9d7a82d75dc854c4) - embeddedt
* [Update NF, remove config hacks as config system is rewritten](https://github.com/embeddedt/ModernFix/commit/c3b17b2927ded62efc964ba038f587cdab195e12) - embeddedt
展开
版本: 5.18.8+mc1.21
支持游戏: 1.21
类型: Fabric
Release
下载次数: 347,942
5.18.7+mc1.21
modernfix-neoforge-5.18.7+mc1.21.jar下载5.18.7+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.6+1.21
* [Always convert identity unbaked missing model to identity baked missing model](https://github.com/embeddedt/ModernFix/commit/783627f4c52d1ae9b9edee815edca2cae94ae4ce) - embeddedt
## Changes since 5.18.6+1.21
* [Always convert identity unbaked missing model to identity baked missing model](https://github.com/embeddedt/ModernFix/commit/783627f4c52d1ae9b9edee815edca2cae94ae4ce) - embeddedt
展开
版本: 5.18.7+mc1.21
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 1,143
5.18.7+mc1.21
modernfix-fabric-5.18.7+mc1.21.jar下载5.18.7+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.6+1.21
* [Always convert identity unbaked missing model to identity baked missing model](https://github.com/embeddedt/ModernFix/commit/783627f4c52d1ae9b9edee815edca2cae94ae4ce) - embeddedt
## Changes since 5.18.6+1.21
* [Always convert identity unbaked missing model to identity baked missing model](https://github.com/embeddedt/ModernFix/commit/783627f4c52d1ae9b9edee815edca2cae94ae4ce) - embeddedt
展开
版本: 5.18.7+mc1.21
支持游戏: 1.21
类型: Fabric
Release
下载次数: 87,458
5.18.6+mc1.21
modernfix-neoforge-5.18.6+mc1.21.jar下载5.18.6+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.5+1.21
* [Disable classload hack as it causes the same issue it tried to solve](https://github.com/embeddedt/ModernFix/commit/fd42c5b1296c39c13defafcb64e534da402ccb06) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/3bad8f59348c14c80806aaa5726c104f695a5033) - embeddedt
## Changes since 5.18.5+1.21
* [Disable classload hack as it causes the same issue it tried to solve](https://github.com/embeddedt/ModernFix/commit/fd42c5b1296c39c13defafcb64e534da402ccb06) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/3bad8f59348c14c80806aaa5726c104f695a5033) - embeddedt
展开
版本: 5.18.6+mc1.21
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 322
5.18.6+mc1.21
modernfix-fabric-5.18.6+mc1.21.jar下载5.18.6+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.5+1.21
* [Disable classload hack as it causes the same issue it tried to solve](https://github.com/embeddedt/ModernFix/commit/fd42c5b1296c39c13defafcb64e534da402ccb06) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/3bad8f59348c14c80806aaa5726c104f695a5033) - embeddedt
## Changes since 5.18.5+1.21
* [Disable classload hack as it causes the same issue it tried to solve](https://github.com/embeddedt/ModernFix/commit/fd42c5b1296c39c13defafcb64e534da402ccb06) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/3bad8f59348c14c80806aaa5726c104f695a5033) - embeddedt
展开
版本: 5.18.6+mc1.21
支持游戏: 1.21
类型: Fabric
Release
下载次数: 71,457
5.18.6+mc1.20.1
modernfix-forge-5.18.6+mc1.20.1.jar下载5.18.6+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.1+1.20.1
* [Emulate entrySet on dynamic resources model registry](https://github.com/embeddedt/ModernFix/commit/73487378784ebe8e10492ceddaef66912a8a71e6) - embeddedt
* [Disable classload hack as it causes the same issue it tried to solve](https://github.com/embeddedt/ModernFix/commit/fd42c5b1296c39c13defafcb64e534da402ccb06) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/3bad8f59348c14c80806aaa5726c104f695a5033) - embeddedt
## Changes since 5.18.1+1.20.1
* [Emulate entrySet on dynamic resources model registry](https://github.com/embeddedt/ModernFix/commit/73487378784ebe8e10492ceddaef66912a8a71e6) - embeddedt
* [Disable classload hack as it causes the same issue it tried to solve](https://github.com/embeddedt/ModernFix/commit/fd42c5b1296c39c13defafcb64e534da402ccb06) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/3bad8f59348c14c80806aaa5726c104f695a5033) - embeddedt
展开
版本: 5.18.6+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 89,303
5.18.6+mc1.20.1
modernfix-fabric-5.18.6+mc1.20.1.jar下载5.18.6+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.1+1.20.1
* [Emulate entrySet on dynamic resources model registry](https://github.com/embeddedt/ModernFix/commit/73487378784ebe8e10492ceddaef66912a8a71e6) - embeddedt
* [Disable classload hack as it causes the same issue it tried to solve](https://github.com/embeddedt/ModernFix/commit/fd42c5b1296c39c13defafcb64e534da402ccb06) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/3bad8f59348c14c80806aaa5726c104f695a5033) - embeddedt
## Changes since 5.18.1+1.20.1
* [Emulate entrySet on dynamic resources model registry](https://github.com/embeddedt/ModernFix/commit/73487378784ebe8e10492ceddaef66912a8a71e6) - embeddedt
* [Disable classload hack as it causes the same issue it tried to solve](https://github.com/embeddedt/ModernFix/commit/fd42c5b1296c39c13defafcb64e534da402ccb06) - embeddedt
* [Avoid "timeout is negative" exception in watchdog](https://github.com/embeddedt/ModernFix/commit/3bad8f59348c14c80806aaa5726c104f695a5033) - embeddedt
展开
版本: 5.18.6+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 67,965
5.18.5+mc1.21
modernfix-neoforge-5.18.5+mc1.21.jar下载5.18.5+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.4+1.21
* [Remove nonexistent JEI plugin from fabric mod file](https://github.com/embeddedt/ModernFix/commit/212f139bf1d97cde8acd1b6b714d56e7b51ec81b) - embeddedt
## Changes since 5.18.4+1.21
* [Remove nonexistent JEI plugin from fabric mod file](https://github.com/embeddedt/ModernFix/commit/212f139bf1d97cde8acd1b6b714d56e7b51ec81b) - embeddedt
展开
版本: 5.18.5+mc1.21
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 1,442
5.18.5+mc1.21
modernfix-fabric-5.18.5+mc1.21.jar下载5.18.5+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.4+1.21
* [Remove nonexistent JEI plugin from fabric mod file](https://github.com/embeddedt/ModernFix/commit/212f139bf1d97cde8acd1b6b714d56e7b51ec81b) - embeddedt
## Changes since 5.18.4+1.21
* [Remove nonexistent JEI plugin from fabric mod file](https://github.com/embeddedt/ModernFix/commit/212f139bf1d97cde8acd1b6b714d56e7b51ec81b) - embeddedt
展开
版本: 5.18.5+mc1.21
支持游戏: 1.21
类型: Fabric
Release
下载次数: 66,790
5.18.4+mc1.21
modernfix-neoforge-5.18.4+mc1.21.jar下载5.18.4+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.3+1.21
* [Remove blast_search_trees](https://github.com/embeddedt/ModernFix/commit/85740f83af04aa2059cf721ec8dcb39be9b60ec6) - embeddedt
## Changes since 5.18.3+1.21
* [Remove blast_search_trees](https://github.com/embeddedt/ModernFix/commit/85740f83af04aa2059cf721ec8dcb39be9b60ec6) - embeddedt
展开
版本: 5.18.4+mc1.21
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 145
5.18.4+mc1.21
modernfix-fabric-5.18.4+mc1.21.jar下载5.18.4+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.3+1.21
* [Remove blast_search_trees](https://github.com/embeddedt/ModernFix/commit/85740f83af04aa2059cf721ec8dcb39be9b60ec6) - embeddedt
## Changes since 5.18.3+1.21
* [Remove blast_search_trees](https://github.com/embeddedt/ModernFix/commit/85740f83af04aa2059cf721ec8dcb39be9b60ec6) - embeddedt
展开
版本: 5.18.4+mc1.21
支持游戏: 1.21
类型: Fabric
Release
下载次数: 4,432
5.18.3+mc1.21
modernfix-neoforge-5.18.3+mc1.21.jar下载5.18.3+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.2+1.21
* [Update NeoForge, adjust dynamic resources for NF API](https://github.com/embeddedt/ModernFix/commit/d46d24542fc53dbc83211f56bda7fa77a40322aa) - embeddedt
* [Freeze model bakery later to allow for mutation in event](https://github.com/embeddedt/ModernFix/commit/700ccc25b7294da931424d28947b5e32701042af) - embeddedt
* [Fix wrong location type being passed to model registry](https://github.com/embeddedt/ModernFix/commit/1b6075562cb81db1f941845b162a241a6774665e) - embeddedt
* [Fix lambda shadow remapping issue](https://github.com/embeddedt/ModernFix/commit/2697a8f358d3891542e7ffe9f9693a38489f0630) - embeddedt
* [Fix item frames not having models with dynamic resources on](https://github.com/embeddedt/ModernFix/commit/f056fe4d0c93115c6358d355d1cbcd519d2e86b7) - embeddedt
* [Fix deduplicate_location](https://github.com/embeddedt/ModernFix/commit/ef07197345b9d0f16e1a932e1436086883abc529) - embeddedt
## Changes since 5.18.2+1.21
* [Update NeoForge, adjust dynamic resources for NF API](https://github.com/embeddedt/ModernFix/commit/d46d24542fc53dbc83211f56bda7fa77a40322aa) - embeddedt
* [Freeze model bakery later to allow for mutation in event](https://github.com/embeddedt/ModernFix/commit/700ccc25b7294da931424d28947b5e32701042af) - embeddedt
* [Fix wrong location type being passed to model registry](https://github.com/embeddedt/ModernFix/commit/1b6075562cb81db1f941845b162a241a6774665e) - embeddedt
* [Fix lambda shadow remapping issue](https://github.com/embeddedt/ModernFix/commit/2697a8f358d3891542e7ffe9f9693a38489f0630) - embeddedt
* [Fix item frames not having models with dynamic resources on](https://github.com/embeddedt/ModernFix/commit/f056fe4d0c93115c6358d355d1cbcd519d2e86b7) - embeddedt
* [Fix deduplicate_location](https://github.com/embeddedt/ModernFix/commit/ef07197345b9d0f16e1a932e1436086883abc529) - embeddedt
展开
版本: 5.18.3+mc1.21
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 3,220
5.18.3+mc1.21
modernfix-fabric-5.18.3+mc1.21.jar下载5.18.3+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.2+1.21
* [Update NeoForge, adjust dynamic resources for NF API](https://github.com/embeddedt/ModernFix/commit/d46d24542fc53dbc83211f56bda7fa77a40322aa) - embeddedt
* [Freeze model bakery later to allow for mutation in event](https://github.com/embeddedt/ModernFix/commit/700ccc25b7294da931424d28947b5e32701042af) - embeddedt
* [Fix wrong location type being passed to model registry](https://github.com/embeddedt/ModernFix/commit/1b6075562cb81db1f941845b162a241a6774665e) - embeddedt
* [Fix lambda shadow remapping issue](https://github.com/embeddedt/ModernFix/commit/2697a8f358d3891542e7ffe9f9693a38489f0630) - embeddedt
* [Fix item frames not having models with dynamic resources on](https://github.com/embeddedt/ModernFix/commit/f056fe4d0c93115c6358d355d1cbcd519d2e86b7) - embeddedt
* [Fix deduplicate_location](https://github.com/embeddedt/ModernFix/commit/ef07197345b9d0f16e1a932e1436086883abc529) - embeddedt
## Changes since 5.18.2+1.21
* [Update NeoForge, adjust dynamic resources for NF API](https://github.com/embeddedt/ModernFix/commit/d46d24542fc53dbc83211f56bda7fa77a40322aa) - embeddedt
* [Freeze model bakery later to allow for mutation in event](https://github.com/embeddedt/ModernFix/commit/700ccc25b7294da931424d28947b5e32701042af) - embeddedt
* [Fix wrong location type being passed to model registry](https://github.com/embeddedt/ModernFix/commit/1b6075562cb81db1f941845b162a241a6774665e) - embeddedt
* [Fix lambda shadow remapping issue](https://github.com/embeddedt/ModernFix/commit/2697a8f358d3891542e7ffe9f9693a38489f0630) - embeddedt
* [Fix item frames not having models with dynamic resources on](https://github.com/embeddedt/ModernFix/commit/f056fe4d0c93115c6358d355d1cbcd519d2e86b7) - embeddedt
* [Fix deduplicate_location](https://github.com/embeddedt/ModernFix/commit/ef07197345b9d0f16e1a932e1436086883abc529) - embeddedt
展开
版本: 5.18.3+mc1.21
支持游戏: 1.21
类型: Fabric
Release
下载次数: 288,228
5.18.2+mc1.21
modernfix-neoforge-5.18.2+mc1.21.jar下载5.18.2+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.1+1.21
* [Remove upgraded structure caching](https://github.com/embeddedt/ModernFix/commit/180606eea107a7d05a69e82883e8bdbed8c70ed6) - embeddedt
## Changes since 5.18.1+1.21
* [Remove upgraded structure caching](https://github.com/embeddedt/ModernFix/commit/180606eea107a7d05a69e82883e8bdbed8c70ed6) - embeddedt
展开
版本: 5.18.2+mc1.21
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 2,282
5.18.2+mc1.21
modernfix-fabric-5.18.2+mc1.21.jar下载5.18.2+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.1+1.21
* [Remove upgraded structure caching](https://github.com/embeddedt/ModernFix/commit/180606eea107a7d05a69e82883e8bdbed8c70ed6) - embeddedt
## Changes since 5.18.1+1.21
* [Remove upgraded structure caching](https://github.com/embeddedt/ModernFix/commit/180606eea107a7d05a69e82883e8bdbed8c70ed6) - embeddedt
展开
版本: 5.18.2+mc1.21
支持游戏: 1.21
类型: Fabric
Release
下载次数: 109,061
5.18.1+mc1.20.1
modernfix-forge-5.18.1+mc1.20.1.jar下载5.18.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.0+1.20.1
* [Disable worldgen optimizations for patch release](https://github.com/embeddedt/ModernFix/commit/72fc1583bea5ec4b564b9fe3350672f054783ac1) - embeddedt
* [Re-enable mixin AP, static remapping is broken right now](https://github.com/embeddedt/ModernFix/commit/aac4334b37d340adf841be80312fa9266ca4e112) - embeddedt
* [re-enable runtime FAPI](https://github.com/embeddedt/ModernFix/commit/6f4098a2d96de55f226488f19d5bb0758e595510) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/b50a7587da074f3c618fcaa429fec6e24398cf81) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/f7f871ffc19c7217162466b0f10f59504ad548a7) - embeddedt
* [Add some relatively safe allocation optimizations for worldgen](https://github.com/embeddedt/ModernFix/commit/2193aa11a408251b7b5b5e03ecfadc3d166c291c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1ec9aad47f669a8cbb5db1e36e25731ab3ddda84) - embeddedt
* [Add option to disable thread pool](https://github.com/embeddedt/ModernFix/commit/fb51a31dd274c121763a42a7919e3c26524f6883) - embeddedt
* [Avoid thread-local map by storing model reference on BlockState object directly](https://github.com/embeddedt/ModernFix/commit/ef528a4f3a2c3de474e9e2ea8f9c7461514764be) - embeddedt
* [Improve F3+T speed when in world](https://github.com/embeddedt/ModernFix/commit/792f9790ea07d10d6c9466c9e4dd13d5ff05e711) - embeddedt
* [Update Traditional Chinese translation (#413)](https://github.com/embeddedt/ModernFix/commit/661c6c9ccf0b79dc87e418892ed5e9ce3ac7d14a) - dirtTW
* [Spotless](https://github.com/embeddedt/ModernFix/commit/809c622ad43d0e91dd3829089b20c761da8f2998) - embeddedt
* [Move to Java 21 for building the mod](https://github.com/embeddedt/ModernFix/commit/a51e740040eeb2b2c05a972d2bfaa10eb3110b4f) - embeddedt
* [Switch to TR mixin remapping, make our custom AP incremental](https://github.com/embeddedt/ModernFix/commit/c7befd191364828dd84f4bfa6e5bf0c9e08e8d73) - embeddedt
## Changes since 5.18.0+1.20.1
* [Disable worldgen optimizations for patch release](https://github.com/embeddedt/ModernFix/commit/72fc1583bea5ec4b564b9fe3350672f054783ac1) - embeddedt
* [Re-enable mixin AP, static remapping is broken right now](https://github.com/embeddedt/ModernFix/commit/aac4334b37d340adf841be80312fa9266ca4e112) - embeddedt
* [re-enable runtime FAPI](https://github.com/embeddedt/ModernFix/commit/6f4098a2d96de55f226488f19d5bb0758e595510) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/b50a7587da074f3c618fcaa429fec6e24398cf81) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/f7f871ffc19c7217162466b0f10f59504ad548a7) - embeddedt
* [Add some relatively safe allocation optimizations for worldgen](https://github.com/embeddedt/ModernFix/commit/2193aa11a408251b7b5b5e03ecfadc3d166c291c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1ec9aad47f669a8cbb5db1e36e25731ab3ddda84) - embeddedt
* [Add option to disable thread pool](https://github.com/embeddedt/ModernFix/commit/fb51a31dd274c121763a42a7919e3c26524f6883) - embeddedt
* [Avoid thread-local map by storing model reference on BlockState object directly](https://github.com/embeddedt/ModernFix/commit/ef528a4f3a2c3de474e9e2ea8f9c7461514764be) - embeddedt
* [Improve F3+T speed when in world](https://github.com/embeddedt/ModernFix/commit/792f9790ea07d10d6c9466c9e4dd13d5ff05e711) - embeddedt
* [Update Traditional Chinese translation (#413)](https://github.com/embeddedt/ModernFix/commit/661c6c9ccf0b79dc87e418892ed5e9ce3ac7d14a) - dirtTW
* [Spotless](https://github.com/embeddedt/ModernFix/commit/809c622ad43d0e91dd3829089b20c761da8f2998) - embeddedt
* [Move to Java 21 for building the mod](https://github.com/embeddedt/ModernFix/commit/a51e740040eeb2b2c05a972d2bfaa10eb3110b4f) - embeddedt
* [Switch to TR mixin remapping, make our custom AP incremental](https://github.com/embeddedt/ModernFix/commit/c7befd191364828dd84f4bfa6e5bf0c9e08e8d73) - embeddedt
展开
版本: 5.18.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 82,124
5.18.1+mc1.20.1
modernfix-fabric-5.18.1+mc1.20.1.jar下载5.18.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.0+1.20.1
* [Disable worldgen optimizations for patch release](https://github.com/embeddedt/ModernFix/commit/72fc1583bea5ec4b564b9fe3350672f054783ac1) - embeddedt
* [Re-enable mixin AP, static remapping is broken right now](https://github.com/embeddedt/ModernFix/commit/aac4334b37d340adf841be80312fa9266ca4e112) - embeddedt
* [re-enable runtime FAPI](https://github.com/embeddedt/ModernFix/commit/6f4098a2d96de55f226488f19d5bb0758e595510) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/b50a7587da074f3c618fcaa429fec6e24398cf81) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/f7f871ffc19c7217162466b0f10f59504ad548a7) - embeddedt
* [Add some relatively safe allocation optimizations for worldgen](https://github.com/embeddedt/ModernFix/commit/2193aa11a408251b7b5b5e03ecfadc3d166c291c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1ec9aad47f669a8cbb5db1e36e25731ab3ddda84) - embeddedt
* [Add option to disable thread pool](https://github.com/embeddedt/ModernFix/commit/fb51a31dd274c121763a42a7919e3c26524f6883) - embeddedt
* [Avoid thread-local map by storing model reference on BlockState object directly](https://github.com/embeddedt/ModernFix/commit/ef528a4f3a2c3de474e9e2ea8f9c7461514764be) - embeddedt
* [Improve F3+T speed when in world](https://github.com/embeddedt/ModernFix/commit/792f9790ea07d10d6c9466c9e4dd13d5ff05e711) - embeddedt
* [Update Traditional Chinese translation (#413)](https://github.com/embeddedt/ModernFix/commit/661c6c9ccf0b79dc87e418892ed5e9ce3ac7d14a) - dirtTW
* [Spotless](https://github.com/embeddedt/ModernFix/commit/809c622ad43d0e91dd3829089b20c761da8f2998) - embeddedt
* [Move to Java 21 for building the mod](https://github.com/embeddedt/ModernFix/commit/a51e740040eeb2b2c05a972d2bfaa10eb3110b4f) - embeddedt
* [Switch to TR mixin remapping, make our custom AP incremental](https://github.com/embeddedt/ModernFix/commit/c7befd191364828dd84f4bfa6e5bf0c9e08e8d73) - embeddedt
## Changes since 5.18.0+1.20.1
* [Disable worldgen optimizations for patch release](https://github.com/embeddedt/ModernFix/commit/72fc1583bea5ec4b564b9fe3350672f054783ac1) - embeddedt
* [Re-enable mixin AP, static remapping is broken right now](https://github.com/embeddedt/ModernFix/commit/aac4334b37d340adf841be80312fa9266ca4e112) - embeddedt
* [re-enable runtime FAPI](https://github.com/embeddedt/ModernFix/commit/6f4098a2d96de55f226488f19d5bb0758e595510) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/b50a7587da074f3c618fcaa429fec6e24398cf81) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/f7f871ffc19c7217162466b0f10f59504ad548a7) - embeddedt
* [Add some relatively safe allocation optimizations for worldgen](https://github.com/embeddedt/ModernFix/commit/2193aa11a408251b7b5b5e03ecfadc3d166c291c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1ec9aad47f669a8cbb5db1e36e25731ab3ddda84) - embeddedt
* [Add option to disable thread pool](https://github.com/embeddedt/ModernFix/commit/fb51a31dd274c121763a42a7919e3c26524f6883) - embeddedt
* [Avoid thread-local map by storing model reference on BlockState object directly](https://github.com/embeddedt/ModernFix/commit/ef528a4f3a2c3de474e9e2ea8f9c7461514764be) - embeddedt
* [Improve F3+T speed when in world](https://github.com/embeddedt/ModernFix/commit/792f9790ea07d10d6c9466c9e4dd13d5ff05e711) - embeddedt
* [Update Traditional Chinese translation (#413)](https://github.com/embeddedt/ModernFix/commit/661c6c9ccf0b79dc87e418892ed5e9ce3ac7d14a) - dirtTW
* [Spotless](https://github.com/embeddedt/ModernFix/commit/809c622ad43d0e91dd3829089b20c761da8f2998) - embeddedt
* [Move to Java 21 for building the mod](https://github.com/embeddedt/ModernFix/commit/a51e740040eeb2b2c05a972d2bfaa10eb3110b4f) - embeddedt
* [Switch to TR mixin remapping, make our custom AP incremental](https://github.com/embeddedt/ModernFix/commit/c7befd191364828dd84f4bfa6e5bf0c9e08e8d73) - embeddedt
展开
版本: 5.18.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 270,256
5.18.1+mc1.21
modernfix-neoforge-5.18.1+mc1.21.jar下载5.18.1+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.0+1.20.6
* [Disable worldgen optimizations for patch release](https://github.com/embeddedt/ModernFix/commit/72fc1583bea5ec4b564b9fe3350672f054783ac1) - embeddedt
* [Re-enable mixin AP, static remapping is broken right now](https://github.com/embeddedt/ModernFix/commit/aac4334b37d340adf841be80312fa9266ca4e112) - embeddedt
* [Update to 1.21 full release](https://github.com/embeddedt/ModernFix/commit/f2379dc9e39c4bca11c99e658a4c50e61505c121) - embeddedt
* [re-enable runtime FAPI](https://github.com/embeddedt/ModernFix/commit/6f4098a2d96de55f226488f19d5bb0758e595510) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/b50a7587da074f3c618fcaa429fec6e24398cf81) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/6fd3dde1a266471389d5989aab13efd851607965) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/f7f871ffc19c7217162466b0f10f59504ad548a7) - embeddedt
* [Do not drop models during initial load](https://github.com/embeddedt/ModernFix/commit/f586522dfe3cbee008e9e39940c705ecd871ca66) - embeddedt
* [Add some relatively safe allocation optimizations for worldgen](https://github.com/embeddedt/ModernFix/commit/2193aa11a408251b7b5b5e03ecfadc3d166c291c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1ec9aad47f669a8cbb5db1e36e25731ab3ddda84) - embeddedt
* [Add option to disable thread pool](https://github.com/embeddedt/ModernFix/commit/fb51a31dd274c121763a42a7919e3c26524f6883) - embeddedt
* [Avoid thread-local map by storing model reference on BlockState object directly](https://github.com/embeddedt/ModernFix/commit/ef528a4f3a2c3de474e9e2ea8f9c7461514764be) - embeddedt
* [Improve F3+T speed when in world](https://github.com/embeddedt/ModernFix/commit/792f9790ea07d10d6c9466c9e4dd13d5ff05e711) - embeddedt
* [Enable NeoForge project](https://github.com/embeddedt/ModernFix/commit/6e9dfaf0c6431ffeb56722dc9532e51d0540b4b8) - embeddedt
* [Make blockstate model loader more resilient](https://github.com/embeddedt/ModernFix/commit/9d584d13d20b03093b4f61ab1dda94411a7b108a) - embeddedt
* [Update FAPI](https://github.com/embeddedt/ModernFix/commit/a0f391e2586b7e4c26a7266938b4ec6aefbbc5ad) - embeddedt
* [Update Traditional Chinese translation (#413)](https://github.com/embeddedt/ModernFix/commit/661c6c9ccf0b79dc87e418892ed5e9ce3ac7d14a) - dirtTW
* [1.21-pre3](https://github.com/embeddedt/ModernFix/commit/8c51ccc022758e798806bced6474fba37d0abdde) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/809c622ad43d0e91dd3829089b20c761da8f2998) - embeddedt
* [Move to Java 21 for building the mod](https://github.com/embeddedt/ModernFix/commit/a51e740040eeb2b2c05a972d2bfaa10eb3110b4f) - embeddedt
* [Switch to TR mixin remapping, make our custom AP incremental](https://github.com/embeddedt/ModernFix/commit/c7befd191364828dd84f4bfa6e5bf0c9e08e8d73) - embeddedt
* [Fix access widener](https://github.com/embeddedt/ModernFix/commit/bc3af0450ef3625b2b4202547bbde218cddf1324) - embeddedt
* [Do not load models for all of a block's blockstates at once](https://github.com/embeddedt/ModernFix/commit/d0598055c0adf41504d56df6c0b960c1ff513be4) - embeddedt
* [1.21-pre1 - rewrite dynamic resources](https://github.com/embeddedt/ModernFix/commit/ab8810b7fe18390136ada19f4b5e9fa077f231dd) - embeddedt
* [24w21a](https://github.com/embeddedt/ModernFix/commit/2ef7d5fc855a0b45c0c4bd6ca1066ef7a41a7d0b) - embeddedt
* [Fix faster_item_rendering mixin](https://github.com/embeddedt/ModernFix/commit/6a7b6abb2325d417acccae7beb22694ec8dcc94f) - embeddedt
* [24w20a](https://github.com/embeddedt/ModernFix/commit/a443972d281f638b147a73a4820728ddfb7a2cda) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2f98fadc9e30035e334b62060cbdf5eea1ee7934) - embeddedt
* [Use chunk status method that more accurately matches 1.20](https://github.com/embeddedt/ModernFix/commit/de70fbafadec32cb1921f7a4739bca30ad86822b) - embeddedt
* [Fix overwrite lowering method access level](https://github.com/embeddedt/ModernFix/commit/a66a1dab9d56f3625e07b9b54efee14c0a86b89c) - embeddedt
* [Fix tests](https://github.com/embeddedt/ModernFix/commit/4d251e61ca76937c13f33545521c1b20a2a88d77) - embeddedt
* [24w19a](https://github.com/embeddedt/ModernFix/commit/57d5f08b1d1513bf5f9c90e1bf428366bef1f36e) - embeddedt
## Changes since 5.18.0+1.20.6
* [Disable worldgen optimizations for patch release](https://github.com/embeddedt/ModernFix/commit/72fc1583bea5ec4b564b9fe3350672f054783ac1) - embeddedt
* [Re-enable mixin AP, static remapping is broken right now](https://github.com/embeddedt/ModernFix/commit/aac4334b37d340adf841be80312fa9266ca4e112) - embeddedt
* [Update to 1.21 full release](https://github.com/embeddedt/ModernFix/commit/f2379dc9e39c4bca11c99e658a4c50e61505c121) - embeddedt
* [re-enable runtime FAPI](https://github.com/embeddedt/ModernFix/commit/6f4098a2d96de55f226488f19d5bb0758e595510) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/b50a7587da074f3c618fcaa429fec6e24398cf81) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/6fd3dde1a266471389d5989aab13efd851607965) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/f7f871ffc19c7217162466b0f10f59504ad548a7) - embeddedt
* [Do not drop models during initial load](https://github.com/embeddedt/ModernFix/commit/f586522dfe3cbee008e9e39940c705ecd871ca66) - embeddedt
* [Add some relatively safe allocation optimizations for worldgen](https://github.com/embeddedt/ModernFix/commit/2193aa11a408251b7b5b5e03ecfadc3d166c291c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1ec9aad47f669a8cbb5db1e36e25731ab3ddda84) - embeddedt
* [Add option to disable thread pool](https://github.com/embeddedt/ModernFix/commit/fb51a31dd274c121763a42a7919e3c26524f6883) - embeddedt
* [Avoid thread-local map by storing model reference on BlockState object directly](https://github.com/embeddedt/ModernFix/commit/ef528a4f3a2c3de474e9e2ea8f9c7461514764be) - embeddedt
* [Improve F3+T speed when in world](https://github.com/embeddedt/ModernFix/commit/792f9790ea07d10d6c9466c9e4dd13d5ff05e711) - embeddedt
* [Enable NeoForge project](https://github.com/embeddedt/ModernFix/commit/6e9dfaf0c6431ffeb56722dc9532e51d0540b4b8) - embeddedt
* [Make blockstate model loader more resilient](https://github.com/embeddedt/ModernFix/commit/9d584d13d20b03093b4f61ab1dda94411a7b108a) - embeddedt
* [Update FAPI](https://github.com/embeddedt/ModernFix/commit/a0f391e2586b7e4c26a7266938b4ec6aefbbc5ad) - embeddedt
* [Update Traditional Chinese translation (#413)](https://github.com/embeddedt/ModernFix/commit/661c6c9ccf0b79dc87e418892ed5e9ce3ac7d14a) - dirtTW
* [1.21-pre3](https://github.com/embeddedt/ModernFix/commit/8c51ccc022758e798806bced6474fba37d0abdde) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/809c622ad43d0e91dd3829089b20c761da8f2998) - embeddedt
* [Move to Java 21 for building the mod](https://github.com/embeddedt/ModernFix/commit/a51e740040eeb2b2c05a972d2bfaa10eb3110b4f) - embeddedt
* [Switch to TR mixin remapping, make our custom AP incremental](https://github.com/embeddedt/ModernFix/commit/c7befd191364828dd84f4bfa6e5bf0c9e08e8d73) - embeddedt
* [Fix access widener](https://github.com/embeddedt/ModernFix/commit/bc3af0450ef3625b2b4202547bbde218cddf1324) - embeddedt
* [Do not load models for all of a block's blockstates at once](https://github.com/embeddedt/ModernFix/commit/d0598055c0adf41504d56df6c0b960c1ff513be4) - embeddedt
* [1.21-pre1 - rewrite dynamic resources](https://github.com/embeddedt/ModernFix/commit/ab8810b7fe18390136ada19f4b5e9fa077f231dd) - embeddedt
* [24w21a](https://github.com/embeddedt/ModernFix/commit/2ef7d5fc855a0b45c0c4bd6ca1066ef7a41a7d0b) - embeddedt
* [Fix faster_item_rendering mixin](https://github.com/embeddedt/ModernFix/commit/6a7b6abb2325d417acccae7beb22694ec8dcc94f) - embeddedt
* [24w20a](https://github.com/embeddedt/ModernFix/commit/a443972d281f638b147a73a4820728ddfb7a2cda) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2f98fadc9e30035e334b62060cbdf5eea1ee7934) - embeddedt
* [Use chunk status method that more accurately matches 1.20](https://github.com/embeddedt/ModernFix/commit/de70fbafadec32cb1921f7a4739bca30ad86822b) - embeddedt
* [Fix overwrite lowering method access level](https://github.com/embeddedt/ModernFix/commit/a66a1dab9d56f3625e07b9b54efee14c0a86b89c) - embeddedt
* [Fix tests](https://github.com/embeddedt/ModernFix/commit/4d251e61ca76937c13f33545521c1b20a2a88d77) - embeddedt
* [24w19a](https://github.com/embeddedt/ModernFix/commit/57d5f08b1d1513bf5f9c90e1bf428366bef1f36e) - embeddedt
展开
版本: 5.18.1+mc1.21
支持游戏: 1.21
类型: NeoForge
Release
下载次数: 108
5.18.1+mc1.21
modernfix-fabric-5.18.1+mc1.21.jar下载5.18.1+mc1.21#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.18.0+1.20.6
* [Disable worldgen optimizations for patch release](https://github.com/embeddedt/ModernFix/commit/72fc1583bea5ec4b564b9fe3350672f054783ac1) - embeddedt
* [Re-enable mixin AP, static remapping is broken right now](https://github.com/embeddedt/ModernFix/commit/aac4334b37d340adf841be80312fa9266ca4e112) - embeddedt
* [Update to 1.21 full release](https://github.com/embeddedt/ModernFix/commit/f2379dc9e39c4bca11c99e658a4c50e61505c121) - embeddedt
* [re-enable runtime FAPI](https://github.com/embeddedt/ModernFix/commit/6f4098a2d96de55f226488f19d5bb0758e595510) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/b50a7587da074f3c618fcaa429fec6e24398cf81) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/6fd3dde1a266471389d5989aab13efd851607965) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/f7f871ffc19c7217162466b0f10f59504ad548a7) - embeddedt
* [Do not drop models during initial load](https://github.com/embeddedt/ModernFix/commit/f586522dfe3cbee008e9e39940c705ecd871ca66) - embeddedt
* [Add some relatively safe allocation optimizations for worldgen](https://github.com/embeddedt/ModernFix/commit/2193aa11a408251b7b5b5e03ecfadc3d166c291c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1ec9aad47f669a8cbb5db1e36e25731ab3ddda84) - embeddedt
* [Add option to disable thread pool](https://github.com/embeddedt/ModernFix/commit/fb51a31dd274c121763a42a7919e3c26524f6883) - embeddedt
* [Avoid thread-local map by storing model reference on BlockState object directly](https://github.com/embeddedt/ModernFix/commit/ef528a4f3a2c3de474e9e2ea8f9c7461514764be) - embeddedt
* [Improve F3+T speed when in world](https://github.com/embeddedt/ModernFix/commit/792f9790ea07d10d6c9466c9e4dd13d5ff05e711) - embeddedt
* [Enable NeoForge project](https://github.com/embeddedt/ModernFix/commit/6e9dfaf0c6431ffeb56722dc9532e51d0540b4b8) - embeddedt
* [Make blockstate model loader more resilient](https://github.com/embeddedt/ModernFix/commit/9d584d13d20b03093b4f61ab1dda94411a7b108a) - embeddedt
* [Update FAPI](https://github.com/embeddedt/ModernFix/commit/a0f391e2586b7e4c26a7266938b4ec6aefbbc5ad) - embeddedt
* [Update Traditional Chinese translation (#413)](https://github.com/embeddedt/ModernFix/commit/661c6c9ccf0b79dc87e418892ed5e9ce3ac7d14a) - dirtTW
* [1.21-pre3](https://github.com/embeddedt/ModernFix/commit/8c51ccc022758e798806bced6474fba37d0abdde) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/809c622ad43d0e91dd3829089b20c761da8f2998) - embeddedt
* [Move to Java 21 for building the mod](https://github.com/embeddedt/ModernFix/commit/a51e740040eeb2b2c05a972d2bfaa10eb3110b4f) - embeddedt
* [Switch to TR mixin remapping, make our custom AP incremental](https://github.com/embeddedt/ModernFix/commit/c7befd191364828dd84f4bfa6e5bf0c9e08e8d73) - embeddedt
* [Fix access widener](https://github.com/embeddedt/ModernFix/commit/bc3af0450ef3625b2b4202547bbde218cddf1324) - embeddedt
* [Do not load models for all of a block's blockstates at once](https://github.com/embeddedt/ModernFix/commit/d0598055c0adf41504d56df6c0b960c1ff513be4) - embeddedt
* [1.21-pre1 - rewrite dynamic resources](https://github.com/embeddedt/ModernFix/commit/ab8810b7fe18390136ada19f4b5e9fa077f231dd) - embeddedt
* [24w21a](https://github.com/embeddedt/ModernFix/commit/2ef7d5fc855a0b45c0c4bd6ca1066ef7a41a7d0b) - embeddedt
* [Fix faster_item_rendering mixin](https://github.com/embeddedt/ModernFix/commit/6a7b6abb2325d417acccae7beb22694ec8dcc94f) - embeddedt
* [24w20a](https://github.com/embeddedt/ModernFix/commit/a443972d281f638b147a73a4820728ddfb7a2cda) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2f98fadc9e30035e334b62060cbdf5eea1ee7934) - embeddedt
* [Use chunk status method that more accurately matches 1.20](https://github.com/embeddedt/ModernFix/commit/de70fbafadec32cb1921f7a4739bca30ad86822b) - embeddedt
* [Fix overwrite lowering method access level](https://github.com/embeddedt/ModernFix/commit/a66a1dab9d56f3625e07b9b54efee14c0a86b89c) - embeddedt
* [Fix tests](https://github.com/embeddedt/ModernFix/commit/4d251e61ca76937c13f33545521c1b20a2a88d77) - embeddedt
* [24w19a](https://github.com/embeddedt/ModernFix/commit/57d5f08b1d1513bf5f9c90e1bf428366bef1f36e) - embeddedt
## Changes since 5.18.0+1.20.6
* [Disable worldgen optimizations for patch release](https://github.com/embeddedt/ModernFix/commit/72fc1583bea5ec4b564b9fe3350672f054783ac1) - embeddedt
* [Re-enable mixin AP, static remapping is broken right now](https://github.com/embeddedt/ModernFix/commit/aac4334b37d340adf841be80312fa9266ca4e112) - embeddedt
* [Update to 1.21 full release](https://github.com/embeddedt/ModernFix/commit/f2379dc9e39c4bca11c99e658a4c50e61505c121) - embeddedt
* [re-enable runtime FAPI](https://github.com/embeddedt/ModernFix/commit/6f4098a2d96de55f226488f19d5bb0758e595510) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/b50a7587da074f3c618fcaa429fec6e24398cf81) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/6fd3dde1a266471389d5989aab13efd851607965) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/f7f871ffc19c7217162466b0f10f59504ad548a7) - embeddedt
* [Do not drop models during initial load](https://github.com/embeddedt/ModernFix/commit/f586522dfe3cbee008e9e39940c705ecd871ca66) - embeddedt
* [Add some relatively safe allocation optimizations for worldgen](https://github.com/embeddedt/ModernFix/commit/2193aa11a408251b7b5b5e03ecfadc3d166c291c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1ec9aad47f669a8cbb5db1e36e25731ab3ddda84) - embeddedt
* [Add option to disable thread pool](https://github.com/embeddedt/ModernFix/commit/fb51a31dd274c121763a42a7919e3c26524f6883) - embeddedt
* [Avoid thread-local map by storing model reference on BlockState object directly](https://github.com/embeddedt/ModernFix/commit/ef528a4f3a2c3de474e9e2ea8f9c7461514764be) - embeddedt
* [Improve F3+T speed when in world](https://github.com/embeddedt/ModernFix/commit/792f9790ea07d10d6c9466c9e4dd13d5ff05e711) - embeddedt
* [Enable NeoForge project](https://github.com/embeddedt/ModernFix/commit/6e9dfaf0c6431ffeb56722dc9532e51d0540b4b8) - embeddedt
* [Make blockstate model loader more resilient](https://github.com/embeddedt/ModernFix/commit/9d584d13d20b03093b4f61ab1dda94411a7b108a) - embeddedt
* [Update FAPI](https://github.com/embeddedt/ModernFix/commit/a0f391e2586b7e4c26a7266938b4ec6aefbbc5ad) - embeddedt
* [Update Traditional Chinese translation (#413)](https://github.com/embeddedt/ModernFix/commit/661c6c9ccf0b79dc87e418892ed5e9ce3ac7d14a) - dirtTW
* [1.21-pre3](https://github.com/embeddedt/ModernFix/commit/8c51ccc022758e798806bced6474fba37d0abdde) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/809c622ad43d0e91dd3829089b20c761da8f2998) - embeddedt
* [Move to Java 21 for building the mod](https://github.com/embeddedt/ModernFix/commit/a51e740040eeb2b2c05a972d2bfaa10eb3110b4f) - embeddedt
* [Switch to TR mixin remapping, make our custom AP incremental](https://github.com/embeddedt/ModernFix/commit/c7befd191364828dd84f4bfa6e5bf0c9e08e8d73) - embeddedt
* [Fix access widener](https://github.com/embeddedt/ModernFix/commit/bc3af0450ef3625b2b4202547bbde218cddf1324) - embeddedt
* [Do not load models for all of a block's blockstates at once](https://github.com/embeddedt/ModernFix/commit/d0598055c0adf41504d56df6c0b960c1ff513be4) - embeddedt
* [1.21-pre1 - rewrite dynamic resources](https://github.com/embeddedt/ModernFix/commit/ab8810b7fe18390136ada19f4b5e9fa077f231dd) - embeddedt
* [24w21a](https://github.com/embeddedt/ModernFix/commit/2ef7d5fc855a0b45c0c4bd6ca1066ef7a41a7d0b) - embeddedt
* [Fix faster_item_rendering mixin](https://github.com/embeddedt/ModernFix/commit/6a7b6abb2325d417acccae7beb22694ec8dcc94f) - embeddedt
* [24w20a](https://github.com/embeddedt/ModernFix/commit/a443972d281f638b147a73a4820728ddfb7a2cda) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2f98fadc9e30035e334b62060cbdf5eea1ee7934) - embeddedt
* [Use chunk status method that more accurately matches 1.20](https://github.com/embeddedt/ModernFix/commit/de70fbafadec32cb1921f7a4739bca30ad86822b) - embeddedt
* [Fix overwrite lowering method access level](https://github.com/embeddedt/ModernFix/commit/a66a1dab9d56f3625e07b9b54efee14c0a86b89c) - embeddedt
* [Fix tests](https://github.com/embeddedt/ModernFix/commit/4d251e61ca76937c13f33545521c1b20a2a88d77) - embeddedt
* [24w19a](https://github.com/embeddedt/ModernFix/commit/57d5f08b1d1513bf5f9c90e1bf428366bef1f36e) - embeddedt
展开
版本: 5.18.1+mc1.21
支持游戏: 1.21
类型: Fabric
Release
下载次数: 1,223
5.18.0+mc1.19.2
modernfix-forge-5.18.0+mc1.19.2.jar下载5.18.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.0+1.19.2
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
## Changes since 5.17.0+1.19.2
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
展开
版本: 5.18.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 188,791
5.18.0+mc1.18.2
modernfix-forge-5.18.0+mc1.18.2.jar下载5.18.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.0+1.18.2
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
## Changes since 5.17.0+1.18.2
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
展开
版本: 5.18.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 86,022
5.18.0+mc1.19.2
modernfix-fabric-5.18.0+mc1.19.2.jar下载5.18.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.0+1.19.2
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
## Changes since 5.17.0+1.19.2
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
展开
版本: 5.18.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 34,360
5.18.0+mc1.18.2
modernfix-fabric-5.18.0+mc1.18.2.jar下载5.18.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.0+1.18.2
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
## Changes since 5.17.0+1.18.2
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
展开
版本: 5.18.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 40,718
5.18.0+mc1.20.1
modernfix-forge-5.18.0+mc1.20.1.jar下载5.18.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.0+1.20.1
* [Fix launch crash on Forge 47.3.1](https://github.com/embeddedt/ModernFix/commit/03e758a037a208fb44194cb7ff9226ddb33abeaf) - embeddedt
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Update optimization to 1.20](https://github.com/embeddedt/ModernFix/commit/90848b8972ca9d6def612246cb74a0bbf3902e7f) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
## Changes since 5.17.0+1.20.1
* [Fix launch crash on Forge 47.3.1](https://github.com/embeddedt/ModernFix/commit/03e758a037a208fb44194cb7ff9226ddb33abeaf) - embeddedt
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Update optimization to 1.20](https://github.com/embeddedt/ModernFix/commit/90848b8972ca9d6def612246cb74a0bbf3902e7f) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
展开
版本: 5.18.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 84,965
5.18.0+mc1.20.6
modernfix-neoforge-5.18.0+mc1.20.6.jar下载5.18.0+mc1.20.6#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.3+1.20.6
* [Fix launch crash on Forge 47.3.1](https://github.com/embeddedt/ModernFix/commit/03e758a037a208fb44194cb7ff9226ddb33abeaf) - embeddedt
* [Update NeoForge, work around buggy hasErrors method](https://github.com/embeddedt/ModernFix/commit/aa2a3817ba4f79e5c3e150f53ff0acd50e92cacc) - embeddedt
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Remove redundant patch](https://github.com/embeddedt/ModernFix/commit/f85d31d24d13804323d5ac1512f9f98bf044f5de) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Remove structure location optimization as Mojang fixed it in 1.20.5](https://github.com/embeddedt/ModernFix/commit/a4359e1ad544e55ec1a56ecd2206e1dca66ce215) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Update optimization to 1.20](https://github.com/embeddedt/ModernFix/commit/90848b8972ca9d6def612246cb74a0bbf3902e7f) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
## Changes since 5.17.3+1.20.6
* [Fix launch crash on Forge 47.3.1](https://github.com/embeddedt/ModernFix/commit/03e758a037a208fb44194cb7ff9226ddb33abeaf) - embeddedt
* [Update NeoForge, work around buggy hasErrors method](https://github.com/embeddedt/ModernFix/commit/aa2a3817ba4f79e5c3e150f53ff0acd50e92cacc) - embeddedt
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Remove redundant patch](https://github.com/embeddedt/ModernFix/commit/f85d31d24d13804323d5ac1512f9f98bf044f5de) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Remove structure location optimization as Mojang fixed it in 1.20.5](https://github.com/embeddedt/ModernFix/commit/a4359e1ad544e55ec1a56ecd2206e1dca66ce215) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Update optimization to 1.20](https://github.com/embeddedt/ModernFix/commit/90848b8972ca9d6def612246cb74a0bbf3902e7f) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
展开
版本: 5.18.0+mc1.20.6
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 5,005
5.18.0+mc1.20.6
modernfix-fabric-5.18.0+mc1.20.6.jar下载5.18.0+mc1.20.6#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.3+1.20.6
* [Fix launch crash on Forge 47.3.1](https://github.com/embeddedt/ModernFix/commit/03e758a037a208fb44194cb7ff9226ddb33abeaf) - embeddedt
* [Update NeoForge, work around buggy hasErrors method](https://github.com/embeddedt/ModernFix/commit/aa2a3817ba4f79e5c3e150f53ff0acd50e92cacc) - embeddedt
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Remove redundant patch](https://github.com/embeddedt/ModernFix/commit/f85d31d24d13804323d5ac1512f9f98bf044f5de) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Remove structure location optimization as Mojang fixed it in 1.20.5](https://github.com/embeddedt/ModernFix/commit/a4359e1ad544e55ec1a56ecd2206e1dca66ce215) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Update optimization to 1.20](https://github.com/embeddedt/ModernFix/commit/90848b8972ca9d6def612246cb74a0bbf3902e7f) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
## Changes since 5.17.3+1.20.6
* [Fix launch crash on Forge 47.3.1](https://github.com/embeddedt/ModernFix/commit/03e758a037a208fb44194cb7ff9226ddb33abeaf) - embeddedt
* [Update NeoForge, work around buggy hasErrors method](https://github.com/embeddedt/ModernFix/commit/aa2a3817ba4f79e5c3e150f53ff0acd50e92cacc) - embeddedt
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Remove redundant patch](https://github.com/embeddedt/ModernFix/commit/f85d31d24d13804323d5ac1512f9f98bf044f5de) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Remove structure location optimization as Mojang fixed it in 1.20.5](https://github.com/embeddedt/ModernFix/commit/a4359e1ad544e55ec1a56ecd2206e1dca66ce215) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Update optimization to 1.20](https://github.com/embeddedt/ModernFix/commit/90848b8972ca9d6def612246cb74a0bbf3902e7f) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
展开
版本: 5.18.0+mc1.20.6
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 272,470
5.18.0+mc1.20.1
modernfix-fabric-5.18.0+mc1.20.1.jar下载5.18.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.0+1.20.1
* [Fix launch crash on Forge 47.3.1](https://github.com/embeddedt/ModernFix/commit/03e758a037a208fb44194cb7ff9226ddb33abeaf) - embeddedt
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Update optimization to 1.20](https://github.com/embeddedt/ModernFix/commit/90848b8972ca9d6def612246cb74a0bbf3902e7f) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
## Changes since 5.17.0+1.20.1
* [Fix launch crash on Forge 47.3.1](https://github.com/embeddedt/ModernFix/commit/03e758a037a208fb44194cb7ff9226ddb33abeaf) - embeddedt
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Add a force option to enable blast_search_trees even if no search mod is installed](https://github.com/embeddedt/ModernFix/commit/ad9ce1265edaaed89a826b901ba25f145a7b2424) - embeddedt
* [Disable buffer builder leak fix if Wither Storm Mod is installed](https://github.com/embeddedt/ModernFix/commit/4e3897636d16ab79a1927d1fe04e3e2b9b2d7c86) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Update optimization to 1.20](https://github.com/embeddedt/ModernFix/commit/90848b8972ca9d6def612246cb74a0bbf3902e7f) - embeddedt
* [Improve speed of searching for structures](https://github.com/embeddedt/ModernFix/commit/2e8c00357239827b05c9afd06f6a000e524ac3d9) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
展开
版本: 5.18.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 88,159
5.18.0+mc1.16.5
modernfix-forge-5.18.0+mc1.16.5.jar下载5.18.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.0+1.16.5
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
## Changes since 5.17.0+1.16.5
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
展开
版本: 5.18.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 179,926
5.18.0+mc1.16.5
modernfix-fabric-5.18.0+mc1.16.5.jar下载5.18.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.0+1.16.5
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
## Changes since 5.17.0+1.16.5
* [Fix watchdog crash on server start](https://github.com/embeddedt/ModernFix/commit/5d7813bf3e251ea044bd63f66451c7a0ed4ceb6f) - embeddedt
* [Add optional fix for modern ender dragon having broken movement compared to 1.13](https://github.com/embeddedt/ModernFix/commit/3a190a56b456ffeff67659133bfd45f86b0e1a54) - embeddedt
* [Attempt to track server tick times more accurately](https://github.com/embeddedt/ModernFix/commit/6bfe079175fdfd7c2765ede99c8dbc478e60bd45) - embeddedt
* [Fix CME in BiomeDictionary.Type](https://github.com/embeddedt/ModernFix/commit/1728de0f1678ced73076e61406ec29e0bc425b22) - embeddedt
* [Disable biome container compression when WorldEdit is installed](https://github.com/embeddedt/ModernFix/commit/06878c69e4a0c36a618dbd3461ed59b4c146f8ec) - embeddedt
* [Trigger chunk load when remove_spawn_chunks is enabled and end portal teleportation occurs](https://github.com/embeddedt/ModernFix/commit/965d1055425f658e77a41be3ef3f795d62b4b3e7) - embeddedt
* [Add es_mx.json translation (#391)](https://github.com/embeddedt/ModernFix/commit/60707e43b94bf915775844f1bf3ace2551b35ea4) - Santiago Hernandez
展开
版本: 5.18.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 63,707
5.17.3+mc1.20.6
modernfix-neoforge-5.17.3+mc1.20.6.jar下载5.17.3+mc1.20.6#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.2+1.20.6
* [Update NeoForge](https://github.com/embeddedt/ModernFix/commit/f13910a6ed1e514f84c0a576b33084350f261e12) - embeddedt
## Changes since 5.17.2+1.20.6
* [Update NeoForge](https://github.com/embeddedt/ModernFix/commit/f13910a6ed1e514f84c0a576b33084350f261e12) - embeddedt
展开
版本: 5.17.3+mc1.20.6
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 3,592
5.17.3+mc1.20.6
modernfix-fabric-5.17.3+mc1.20.6.jar下载5.17.3+mc1.20.6#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.2+1.20.6
* [Update NeoForge](https://github.com/embeddedt/ModernFix/commit/f13910a6ed1e514f84c0a576b33084350f261e12) - embeddedt
## Changes since 5.17.2+1.20.6
* [Update NeoForge](https://github.com/embeddedt/ModernFix/commit/f13910a6ed1e514f84c0a576b33084350f261e12) - embeddedt
展开
版本: 5.17.3+mc1.20.6
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 196,597
5.17.2+mc1.20.6
modernfix-neoforge-5.17.2+mc1.20.6.jar下载5.17.2+mc1.20.6#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.1+1.20.6
* [Update for NeoForge changes](https://github.com/embeddedt/ModernFix/commit/bebf3ccec28c41b62ce4c7cc8500b0f7ccc30384) - embeddedt
## Changes since 5.17.1+1.20.6
* [Update for NeoForge changes](https://github.com/embeddedt/ModernFix/commit/bebf3ccec28c41b62ce4c7cc8500b0f7ccc30384) - embeddedt
展开
版本: 5.17.2+mc1.20.6
支持游戏: 1.20.6
类型: NeoForge
Release
下载次数: 1,079
5.17.2+mc1.20.6
modernfix-fabric-5.17.2+mc1.20.6.jar下载5.17.2+mc1.20.6#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.17.1+1.20.6
* [Update for NeoForge changes](https://github.com/embeddedt/ModernFix/commit/bebf3ccec28c41b62ce4c7cc8500b0f7ccc30384) - embeddedt
## Changes since 5.17.1+1.20.6
* [Update for NeoForge changes](https://github.com/embeddedt/ModernFix/commit/bebf3ccec28c41b62ce4c7cc8500b0f7ccc30384) - embeddedt
展开
版本: 5.17.2+mc1.20.6
支持游戏: 1.20.6
类型: Fabric
Release
下载次数: 75,985
5.17.0+mc1.19.2
modernfix-forge-5.17.0+mc1.19.2.jar下载5.17.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.1+1.19.2
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
## Changes since 5.16.1+1.19.2
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
展开
版本: 5.17.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 1,029,046
5.17.0+mc1.18.2
modernfix-forge-5.17.0+mc1.18.2.jar下载5.17.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.1+1.18.2
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
## Changes since 5.16.1+1.18.2
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
展开
版本: 5.17.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 13,454
5.17.0+mc1.19.2
modernfix-fabric-5.17.0+mc1.19.2.jar下载5.17.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.1+1.19.2
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
## Changes since 5.16.1+1.19.2
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
展开
版本: 5.17.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 22,092
5.17.0+mc1.18.2
modernfix-fabric-5.17.0+mc1.18.2.jar下载5.17.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.1+1.18.2
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
## Changes since 5.16.1+1.18.2
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
展开
版本: 5.17.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 2,866
5.17.0+mc1.20.5
modernfix-neoforge-5.17.0+mc1.20.5.jar下载5.17.0+mc1.20.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.1+1.20.4
* [Spotless](https://github.com/embeddedt/ModernFix/commit/7ee968f719e519598bb1ef06a9f3625c5f1a5540) - embeddedt
* [Update to 1.20.5](https://github.com/embeddedt/ModernFix/commit/2cce200e4d10ff625e013ab2b7e837076b2c14d9) - embeddedt
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [1.20.5-rc2](https://github.com/embeddedt/ModernFix/commit/2e9a6f27e0e72c482d8f336e7b41583d2046b69a) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
* [Fix option info screen rendering description behind blur](https://github.com/embeddedt/ModernFix/commit/0476cdc35aa6d9ad8b4e8732ca695e176a71ec2c) - embeddedt
* [24w14a](https://github.com/embeddedt/ModernFix/commit/23bbf7b092d3980f082e2a67e5bafb54c568847b) - embeddedt
* [Remove irrelevant mixin](https://github.com/embeddedt/ModernFix/commit/0061e1de8eaf1d4fe9c9f1c6261e8c405925bfcb) - embeddedt
* [24w13a](https://github.com/embeddedt/ModernFix/commit/02e4cb6cf1b2aeabd53311d01dc31436f1e33375) - embeddedt
* [Remove optimization that is obsolete in snapshots](https://github.com/embeddedt/ModernFix/commit/b2e3ae82eb25470ae634b1c8930e86fd16f7db28) - embeddedt
* [24w12a](https://github.com/embeddedt/ModernFix/commit/a47a61a9235d6405434daf485314339f695aac81) - embeddedt
* [Remove blur disabling patch](https://github.com/embeddedt/ModernFix/commit/4584457a79c3b7995ef5ad23c492a2e8026541b6) - embeddedt
* [24w11a](https://github.com/embeddedt/ModernFix/commit/8f663a0b071e2db05ead5e76f69b0d811d08ef87) - embeddedt
* [Make it possible to properly disable blur](https://github.com/embeddedt/ModernFix/commit/611dc4a266cd17fdd56d505b7a5822594e3a3ef4) - embeddedt
* [24w09a](https://github.com/embeddedt/ModernFix/commit/eacab89181ee73a965d87be54a3bbaa3e72786ed) - embeddedt
* [24w07a](https://github.com/embeddedt/ModernFix/commit/fc86d0eee0be5bfd1926eae84efccc34018fc35a) - embeddedt
* [spotless](https://github.com/embeddedt/ModernFix/commit/6143d8a783adf77708f1cfb96dda39b40e672b2e) - embeddedt
* [24w06a](https://github.com/embeddedt/ModernFix/commit/90cf39e9d8c4533f47a9838500801372018033d5) - embeddedt
* [24w05a](https://github.com/embeddedt/ModernFix/commit/5c72a527ad115202fc0f222625ee0b36eb351289) - embeddedt
* [24w04a](https://github.com/embeddedt/ModernFix/commit/8658784906e2921fc05f62f165ef06b588381148) - embeddedt
* [24w03a](https://github.com/embeddedt/ModernFix/commit/e9bfd965cd7a10c0c36d902637bcc824a700278c) - embeddedt
* [23w51a](https://github.com/embeddedt/ModernFix/commit/8c46b4629dbc7d39b80b0c5884a2be8b3a7d5a1c) - embeddedt
## Changes since 5.16.1+1.20.4
* [Spotless](https://github.com/embeddedt/ModernFix/commit/7ee968f719e519598bb1ef06a9f3625c5f1a5540) - embeddedt
* [Update to 1.20.5](https://github.com/embeddedt/ModernFix/commit/2cce200e4d10ff625e013ab2b7e837076b2c14d9) - embeddedt
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [1.20.5-rc2](https://github.com/embeddedt/ModernFix/commit/2e9a6f27e0e72c482d8f336e7b41583d2046b69a) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
* [Fix option info screen rendering description behind blur](https://github.com/embeddedt/ModernFix/commit/0476cdc35aa6d9ad8b4e8732ca695e176a71ec2c) - embeddedt
* [24w14a](https://github.com/embeddedt/ModernFix/commit/23bbf7b092d3980f082e2a67e5bafb54c568847b) - embeddedt
* [Remove irrelevant mixin](https://github.com/embeddedt/ModernFix/commit/0061e1de8eaf1d4fe9c9f1c6261e8c405925bfcb) - embeddedt
* [24w13a](https://github.com/embeddedt/ModernFix/commit/02e4cb6cf1b2aeabd53311d01dc31436f1e33375) - embeddedt
* [Remove optimization that is obsolete in snapshots](https://github.com/embeddedt/ModernFix/commit/b2e3ae82eb25470ae634b1c8930e86fd16f7db28) - embeddedt
* [24w12a](https://github.com/embeddedt/ModernFix/commit/a47a61a9235d6405434daf485314339f695aac81) - embeddedt
* [Remove blur disabling patch](https://github.com/embeddedt/ModernFix/commit/4584457a79c3b7995ef5ad23c492a2e8026541b6) - embeddedt
* [24w11a](https://github.com/embeddedt/ModernFix/commit/8f663a0b071e2db05ead5e76f69b0d811d08ef87) - embeddedt
* [Make it possible to properly disable blur](https://github.com/embeddedt/ModernFix/commit/611dc4a266cd17fdd56d505b7a5822594e3a3ef4) - embeddedt
* [24w09a](https://github.com/embeddedt/ModernFix/commit/eacab89181ee73a965d87be54a3bbaa3e72786ed) - embeddedt
* [24w07a](https://github.com/embeddedt/ModernFix/commit/fc86d0eee0be5bfd1926eae84efccc34018fc35a) - embeddedt
* [spotless](https://github.com/embeddedt/ModernFix/commit/6143d8a783adf77708f1cfb96dda39b40e672b2e) - embeddedt
* [24w06a](https://github.com/embeddedt/ModernFix/commit/90cf39e9d8c4533f47a9838500801372018033d5) - embeddedt
* [24w05a](https://github.com/embeddedt/ModernFix/commit/5c72a527ad115202fc0f222625ee0b36eb351289) - embeddedt
* [24w04a](https://github.com/embeddedt/ModernFix/commit/8658784906e2921fc05f62f165ef06b588381148) - embeddedt
* [24w03a](https://github.com/embeddedt/ModernFix/commit/e9bfd965cd7a10c0c36d902637bcc824a700278c) - embeddedt
* [23w51a](https://github.com/embeddedt/ModernFix/commit/8c46b4629dbc7d39b80b0c5884a2be8b3a7d5a1c) - embeddedt
展开
版本: 5.17.0+mc1.20.5
支持游戏: 1.20.5
类型: NeoForge
Release
下载次数: 755
5.17.0+mc1.20.1
modernfix-forge-5.17.0+mc1.20.1.jar下载5.17.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.1+1.20.1
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
## Changes since 5.16.1+1.20.1
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
展开
版本: 5.17.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 118,125
5.17.0+mc1.20.5
modernfix-fabric-5.17.0+mc1.20.5.jar下载5.17.0+mc1.20.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.1+1.20.4
* [Spotless](https://github.com/embeddedt/ModernFix/commit/7ee968f719e519598bb1ef06a9f3625c5f1a5540) - embeddedt
* [Update to 1.20.5](https://github.com/embeddedt/ModernFix/commit/2cce200e4d10ff625e013ab2b7e837076b2c14d9) - embeddedt
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [1.20.5-rc2](https://github.com/embeddedt/ModernFix/commit/2e9a6f27e0e72c482d8f336e7b41583d2046b69a) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
* [Fix option info screen rendering description behind blur](https://github.com/embeddedt/ModernFix/commit/0476cdc35aa6d9ad8b4e8732ca695e176a71ec2c) - embeddedt
* [24w14a](https://github.com/embeddedt/ModernFix/commit/23bbf7b092d3980f082e2a67e5bafb54c568847b) - embeddedt
* [Remove irrelevant mixin](https://github.com/embeddedt/ModernFix/commit/0061e1de8eaf1d4fe9c9f1c6261e8c405925bfcb) - embeddedt
* [24w13a](https://github.com/embeddedt/ModernFix/commit/02e4cb6cf1b2aeabd53311d01dc31436f1e33375) - embeddedt
* [Remove optimization that is obsolete in snapshots](https://github.com/embeddedt/ModernFix/commit/b2e3ae82eb25470ae634b1c8930e86fd16f7db28) - embeddedt
* [24w12a](https://github.com/embeddedt/ModernFix/commit/a47a61a9235d6405434daf485314339f695aac81) - embeddedt
* [Remove blur disabling patch](https://github.com/embeddedt/ModernFix/commit/4584457a79c3b7995ef5ad23c492a2e8026541b6) - embeddedt
* [24w11a](https://github.com/embeddedt/ModernFix/commit/8f663a0b071e2db05ead5e76f69b0d811d08ef87) - embeddedt
* [Make it possible to properly disable blur](https://github.com/embeddedt/ModernFix/commit/611dc4a266cd17fdd56d505b7a5822594e3a3ef4) - embeddedt
* [24w09a](https://github.com/embeddedt/ModernFix/commit/eacab89181ee73a965d87be54a3bbaa3e72786ed) - embeddedt
* [24w07a](https://github.com/embeddedt/ModernFix/commit/fc86d0eee0be5bfd1926eae84efccc34018fc35a) - embeddedt
* [spotless](https://github.com/embeddedt/ModernFix/commit/6143d8a783adf77708f1cfb96dda39b40e672b2e) - embeddedt
* [24w06a](https://github.com/embeddedt/ModernFix/commit/90cf39e9d8c4533f47a9838500801372018033d5) - embeddedt
* [24w05a](https://github.com/embeddedt/ModernFix/commit/5c72a527ad115202fc0f222625ee0b36eb351289) - embeddedt
* [24w04a](https://github.com/embeddedt/ModernFix/commit/8658784906e2921fc05f62f165ef06b588381148) - embeddedt
* [24w03a](https://github.com/embeddedt/ModernFix/commit/e9bfd965cd7a10c0c36d902637bcc824a700278c) - embeddedt
* [23w51a](https://github.com/embeddedt/ModernFix/commit/8c46b4629dbc7d39b80b0c5884a2be8b3a7d5a1c) - embeddedt
## Changes since 5.16.1+1.20.4
* [Spotless](https://github.com/embeddedt/ModernFix/commit/7ee968f719e519598bb1ef06a9f3625c5f1a5540) - embeddedt
* [Update to 1.20.5](https://github.com/embeddedt/ModernFix/commit/2cce200e4d10ff625e013ab2b7e837076b2c14d9) - embeddedt
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [1.20.5-rc2](https://github.com/embeddedt/ModernFix/commit/2e9a6f27e0e72c482d8f336e7b41583d2046b69a) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
* [Fix option info screen rendering description behind blur](https://github.com/embeddedt/ModernFix/commit/0476cdc35aa6d9ad8b4e8732ca695e176a71ec2c) - embeddedt
* [24w14a](https://github.com/embeddedt/ModernFix/commit/23bbf7b092d3980f082e2a67e5bafb54c568847b) - embeddedt
* [Remove irrelevant mixin](https://github.com/embeddedt/ModernFix/commit/0061e1de8eaf1d4fe9c9f1c6261e8c405925bfcb) - embeddedt
* [24w13a](https://github.com/embeddedt/ModernFix/commit/02e4cb6cf1b2aeabd53311d01dc31436f1e33375) - embeddedt
* [Remove optimization that is obsolete in snapshots](https://github.com/embeddedt/ModernFix/commit/b2e3ae82eb25470ae634b1c8930e86fd16f7db28) - embeddedt
* [24w12a](https://github.com/embeddedt/ModernFix/commit/a47a61a9235d6405434daf485314339f695aac81) - embeddedt
* [Remove blur disabling patch](https://github.com/embeddedt/ModernFix/commit/4584457a79c3b7995ef5ad23c492a2e8026541b6) - embeddedt
* [24w11a](https://github.com/embeddedt/ModernFix/commit/8f663a0b071e2db05ead5e76f69b0d811d08ef87) - embeddedt
* [Make it possible to properly disable blur](https://github.com/embeddedt/ModernFix/commit/611dc4a266cd17fdd56d505b7a5822594e3a3ef4) - embeddedt
* [24w09a](https://github.com/embeddedt/ModernFix/commit/eacab89181ee73a965d87be54a3bbaa3e72786ed) - embeddedt
* [24w07a](https://github.com/embeddedt/ModernFix/commit/fc86d0eee0be5bfd1926eae84efccc34018fc35a) - embeddedt
* [spotless](https://github.com/embeddedt/ModernFix/commit/6143d8a783adf77708f1cfb96dda39b40e672b2e) - embeddedt
* [24w06a](https://github.com/embeddedt/ModernFix/commit/90cf39e9d8c4533f47a9838500801372018033d5) - embeddedt
* [24w05a](https://github.com/embeddedt/ModernFix/commit/5c72a527ad115202fc0f222625ee0b36eb351289) - embeddedt
* [24w04a](https://github.com/embeddedt/ModernFix/commit/8658784906e2921fc05f62f165ef06b588381148) - embeddedt
* [24w03a](https://github.com/embeddedt/ModernFix/commit/e9bfd965cd7a10c0c36d902637bcc824a700278c) - embeddedt
* [23w51a](https://github.com/embeddedt/ModernFix/commit/8c46b4629dbc7d39b80b0c5884a2be8b3a7d5a1c) - embeddedt
展开
版本: 5.17.0+mc1.20.5
支持游戏: 1.20.5
类型: Fabric
Release
下载次数: 37,258
5.17.0+mc1.20.4
modernfix-neoforge-5.17.0+mc1.20.4.jar下载5.17.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.1+1.20.4
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
## Changes since 5.16.1+1.20.4
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
展开
版本: 5.17.0+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 14,454
5.17.0+mc1.20.1
modernfix-fabric-5.17.0+mc1.20.1.jar下载5.17.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.1+1.20.1
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
## Changes since 5.16.1+1.20.1
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
展开
版本: 5.17.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 413,405
5.17.0+mc1.16.5
modernfix-forge-5.17.0+mc1.16.5.jar下载5.17.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.0+1.16.5
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
## Changes since 5.16.0+1.16.5
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
展开
版本: 5.17.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 24,040
5.17.0+mc1.20.4
modernfix-fabric-5.17.0+mc1.20.4.jar下载5.17.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.1+1.20.4
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
## Changes since 5.16.1+1.20.4
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
展开
版本: 5.17.0+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 595,407
5.17.0+mc1.16.5
modernfix-fabric-5.17.0+mc1.16.5.jar下载5.17.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.0+1.16.5
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
## Changes since 5.16.0+1.16.5
* [Use vanilla stitcher for simple atlases](https://github.com/embeddedt/ModernFix/commit/2915a88465db7480cae2bc2a43cfeae0faa0b08c) - embeddedt
* [Update Loom & Gradle](https://github.com/embeddedt/ModernFix/commit/97e2a318f36b74f484ec3b23cdcac8fdecf7bc6d) - embeddedt
展开
版本: 5.17.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 4,074
5.16.1+mc1.20.4
modernfix-neoforge-5.16.1+mc1.20.4.jar下载5.16.1+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.0+1.20.4
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
* [Fix mixin.perf.resourcepacks overwriting Fusion patches](https://github.com/embeddedt/ModernFix/commit/c15b95e2be8467306e03f12d1638e840d10a6726) - embeddedt
## Changes since 5.16.0+1.20.4
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
* [Fix mixin.perf.resourcepacks overwriting Fusion patches](https://github.com/embeddedt/ModernFix/commit/c15b95e2be8467306e03f12d1638e840d10a6726) - embeddedt
展开
版本: 5.16.1+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 2,407
5.16.1+mc1.20.4
modernfix-fabric-5.16.1+mc1.20.4.jar下载5.16.1+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.0+1.20.4
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
* [Fix mixin.perf.resourcepacks overwriting Fusion patches](https://github.com/embeddedt/ModernFix/commit/c15b95e2be8467306e03f12d1638e840d10a6726) - embeddedt
## Changes since 5.16.0+1.20.4
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
* [Fix mixin.perf.resourcepacks overwriting Fusion patches](https://github.com/embeddedt/ModernFix/commit/c15b95e2be8467306e03f12d1638e840d10a6726) - embeddedt
展开
版本: 5.16.1+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 68,304
5.16.1+mc1.18.2
modernfix-forge-5.16.1+mc1.18.2.jar下载5.16.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.0+1.18.2
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
## Changes since 5.16.0+1.18.2
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
展开
版本: 5.16.1+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 4,796
5.16.1+mc1.20.1
modernfix-forge-5.16.1+mc1.20.1.jar下载5.16.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.0+1.20.1
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
* [Fix mixin.perf.resourcepacks overwriting Fusion patches](https://github.com/embeddedt/ModernFix/commit/c15b95e2be8467306e03f12d1638e840d10a6726) - embeddedt
## Changes since 5.16.0+1.20.1
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
* [Fix mixin.perf.resourcepacks overwriting Fusion patches](https://github.com/embeddedt/ModernFix/commit/c15b95e2be8467306e03f12d1638e840d10a6726) - embeddedt
展开
版本: 5.16.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 45,384
5.16.1+mc1.18.2
modernfix-fabric-5.16.1+mc1.18.2.jar下载5.16.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.0+1.18.2
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
## Changes since 5.16.0+1.18.2
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
展开
版本: 5.16.1+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 1,697
5.16.1+mc1.20.1
modernfix-fabric-5.16.1+mc1.20.1.jar下载5.16.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.0+1.20.1
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
* [Fix mixin.perf.resourcepacks overwriting Fusion patches](https://github.com/embeddedt/ModernFix/commit/c15b95e2be8467306e03f12d1638e840d10a6726) - embeddedt
## Changes since 5.16.0+1.20.1
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
* [Fix mixin.perf.resourcepacks overwriting Fusion patches](https://github.com/embeddedt/ModernFix/commit/c15b95e2be8467306e03f12d1638e840d10a6726) - embeddedt
展开
版本: 5.16.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 104,999
5.16.1+mc1.19.2
modernfix-forge-5.16.1+mc1.19.2.jar下载5.16.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.0+1.19.2
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
## Changes since 5.16.0+1.19.2
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
展开
版本: 5.16.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 7,266
5.16.1+mc1.19.2
modernfix-fabric-5.16.1+mc1.19.2.jar下载5.16.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.16.0+1.19.2
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
## Changes since 5.16.0+1.19.2
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/2f4836b045e0ec6cbb79f746c43eca3c8fade369) - embeddedt
展开
版本: 5.16.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 1,535
5.16.0+mc1.19.2
modernfix-forge-5.16.0+mc1.19.2.jar下载5.16.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.15.0+1.19.2
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
## Changes since 5.15.0+1.19.2
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
展开
版本: 5.16.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 86,617
5.16.0+mc1.19.2
modernfix-fabric-5.16.0+mc1.19.2.jar下载5.16.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.15.0+1.19.2
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
## Changes since 5.15.0+1.19.2
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
展开
版本: 5.16.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 692
5.16.0+mc1.16.5
modernfix-forge-5.16.0+mc1.16.5.jar下载5.16.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.15.0+1.16.5
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
## Changes since 5.15.0+1.16.5
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
展开
版本: 5.16.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 2,249
5.16.0+mc1.16.5
modernfix-fabric-5.16.0+mc1.16.5.jar下载5.16.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.15.0+1.16.5
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
## Changes since 5.15.0+1.16.5
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
展开
版本: 5.16.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 744
5.16.0+mc1.18.2
modernfix-forge-5.16.0+mc1.18.2.jar下载5.16.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.15.0+1.18.2
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
## Changes since 5.15.0+1.18.2
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
展开
版本: 5.16.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 605
5.16.0+mc1.18.2
modernfix-fabric-5.16.0+mc1.18.2.jar下载5.16.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.15.0+1.18.2
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
## Changes since 5.15.0+1.18.2
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
展开
版本: 5.16.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 292
5.16.0+mc1.20.4
modernfix-neoforge-5.16.0+mc1.20.4.jar下载5.16.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.15.0+1.20.4
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Update recipe book search tree for 1.20.2 changes](https://github.com/embeddedt/ModernFix/commit/50556ab0055134154bc5b95c0a3e338e69e8d2bf) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
## Changes since 5.15.0+1.20.4
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Update recipe book search tree for 1.20.2 changes](https://github.com/embeddedt/ModernFix/commit/50556ab0055134154bc5b95c0a3e338e69e8d2bf) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
展开
版本: 5.16.0+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 369
5.16.0+mc1.20.1
modernfix-forge-5.16.0+mc1.20.1.jar下载5.16.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.15.0+1.20.1
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
## Changes since 5.15.0+1.20.1
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
展开
版本: 5.16.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 6,761
5.16.0+mc1.20.4
modernfix-fabric-5.16.0+mc1.20.4.jar下载5.16.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.15.0+1.20.4
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Update recipe book search tree for 1.20.2 changes](https://github.com/embeddedt/ModernFix/commit/50556ab0055134154bc5b95c0a3e338e69e8d2bf) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
## Changes since 5.15.0+1.20.4
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Update recipe book search tree for 1.20.2 changes](https://github.com/embeddedt/ModernFix/commit/50556ab0055134154bc5b95c0a3e338e69e8d2bf) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
展开
版本: 5.16.0+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 21,816
5.16.0+mc1.20.1
modernfix-fabric-5.16.0+mc1.20.1.jar下载5.16.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.15.0+1.20.1
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
## Changes since 5.15.0+1.20.1
* [Fix OptiFine resources not being loaded with mixin.perf.resourcepacks](https://github.com/embeddedt/ModernFix/commit/debfbdc017340186401a61f7f302bb733927a90d) - embeddedt
* [Work around Carpet crash when remove_spawn_chunks is enabled](https://github.com/embeddedt/ModernFix/commit/32b0216b1943ef5635cff94cbad7daa51d50a5aa) - embeddedt
* [Update zh_cn localizations for mixin options (#387)](https://github.com/embeddedt/ModernFix/commit/9f521ed30804686dabc4cea266e136fd4b37d419) - ZZZank
* [Document all new mixin options](https://github.com/embeddedt/ModernFix/commit/ab1da68da2783a30be5f5428fac6b136e1c7efbf) - embeddedt
* [Fix concurrency bugs in Mantle models](https://github.com/embeddedt/ModernFix/commit/ec189b55a2f33f0db235bcba31c08d9dc5e83335) - embeddedt
* [Fix https://github.com/thebrightspark/AsyncLocator/issues/12 for 1.16](https://github.com/embeddedt/ModernFix/commit/8873a055bc059288083275d0ff3b6dc51f21b136) - embeddedt
* [Convert repository declarations to exclusive content](https://github.com/embeddedt/ModernFix/commit/e1059e15e784a6fc4e12cdbffd4a91cdccf45223) - embeddedt
* [Use low-priority overwrite so other mixins can also apply](https://github.com/embeddedt/ModernFix/commit/eddb7fa166ba0e701aa4f0a36dfc9b7de8c67671) - embeddedt
* [Optimize ChunkAccess.getAllReferences directly](https://github.com/embeddedt/ModernFix/commit/8cca316fb521b96da9428beb0d2cb4da21ca0658) - embeddedt
* [Properly port recipe book tree to 1.19.2](https://github.com/embeddedt/ModernFix/commit/e9c266cd16ee6e589e86fc442898088d8e731dc0) - embeddedt
* [Use separate backing search tree for recipe book](https://github.com/embeddedt/ModernFix/commit/469b4b70932e753fed2778ea86df86050bb1bcaf) - embeddedt
* [Implement a fallback search tree for the recipe book](https://github.com/embeddedt/ModernFix/commit/db105905f770c177ad81b0ad85e96f8b51f02b16) - embeddedt
* [Fix MC-183518](https://github.com/embeddedt/ModernFix/commit/9e3e732b43d592e351c7237edc7b50f11f734df8) - embeddedt
* [Stop clearing fields/methods on mixin classes](https://github.com/embeddedt/ModernFix/commit/ddffe93f1a6ee4d3c5423a83324d62cbc7551d76) - embeddedt
* [Reduce chances of CME when iterating class info cache](https://github.com/embeddedt/ModernFix/commit/226e4a373b542bfaf7a0e658dd5ccda0dd327922) - embeddedt
* [Null-check config keybind](https://github.com/embeddedt/ModernFix/commit/66abdcd9a7a0d84058a1c786b5ebc36f0e44e954) - embeddedt
* [Create de_de.json (#385)](https://github.com/embeddedt/ModernFix/commit/1b52387cfa1fb1b1f2e122ab1f12b689e819babb) - Marlester
* [Fix optimized stitcher ignoring maximum atlas size](https://github.com/embeddedt/ModernFix/commit/7e9ace3fc6d97e76e1cb4167ec41dc879539a997) - embeddedt
展开
版本: 5.16.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 8,713
ModernFix 5.16.0-beta.1+mc24w14a
modernfix-fabric-5.10.3-beta.51+mc24w14a.23bb.jar下载5.16.0-beta.1+mc24w14a#Beta
展开
版本: 5.16.0-beta.1+mc24w14a
支持游戏: 24w14a
类型: Fabric
Beta
下载次数: 5,536
5.15.0+mc1.18.2
modernfix-forge-5.15.0+mc1.18.2.jar下载5.15.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.14.0+1.18.2
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
## Changes since 5.14.0+1.18.2
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
展开
版本: 5.15.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 6,847
5.15.0+mc1.18.2
modernfix-fabric-5.15.0+mc1.18.2.jar下载5.15.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.14.0+1.18.2
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
## Changes since 5.14.0+1.18.2
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
展开
版本: 5.15.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 1,973
5.15.0+mc1.20.4
modernfix-neoforge-5.15.0+mc1.20.4.jar下载5.15.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.14.0+1.20.4
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Deholderize item mesher mixin](https://github.com/embeddedt/ModernFix/commit/add7dd46092d61174a86f9a477c82caee7c73812) - embeddedt
* [Update CTM integration for 1.20.4](https://github.com/embeddedt/ModernFix/commit/827550e8af55f42fd69edb90b12243c54ecac5df) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Do not treat invalid ModelResourceLocations as top-level when baking dynamic models](https://github.com/embeddedt/ModernFix/commit/0e9d024c5d4764aba604f5baeffe785193043ef9) - embeddedt
* [Loom 1.5](https://github.com/embeddedt/ModernFix/commit/5e20e25c4d355c9fff7c0f2a7000585d1d029efa) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Fix registry progress bar going off end of screen in NeoForge](https://github.com/embeddedt/ModernFix/commit/e22f5caec7ebee1796374ad737cda45e71bdfac7) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
## Changes since 5.14.0+1.20.4
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Deholderize item mesher mixin](https://github.com/embeddedt/ModernFix/commit/add7dd46092d61174a86f9a477c82caee7c73812) - embeddedt
* [Update CTM integration for 1.20.4](https://github.com/embeddedt/ModernFix/commit/827550e8af55f42fd69edb90b12243c54ecac5df) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Do not treat invalid ModelResourceLocations as top-level when baking dynamic models](https://github.com/embeddedt/ModernFix/commit/0e9d024c5d4764aba604f5baeffe785193043ef9) - embeddedt
* [Loom 1.5](https://github.com/embeddedt/ModernFix/commit/5e20e25c4d355c9fff7c0f2a7000585d1d029efa) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Fix registry progress bar going off end of screen in NeoForge](https://github.com/embeddedt/ModernFix/commit/e22f5caec7ebee1796374ad737cda45e71bdfac7) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
展开
版本: 5.15.0+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 3,053
5.15.0+mc1.20.4
modernfix-fabric-5.15.0+mc1.20.4.jar下载5.15.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.14.0+1.20.4
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Deholderize item mesher mixin](https://github.com/embeddedt/ModernFix/commit/add7dd46092d61174a86f9a477c82caee7c73812) - embeddedt
* [Update CTM integration for 1.20.4](https://github.com/embeddedt/ModernFix/commit/827550e8af55f42fd69edb90b12243c54ecac5df) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Do not treat invalid ModelResourceLocations as top-level when baking dynamic models](https://github.com/embeddedt/ModernFix/commit/0e9d024c5d4764aba604f5baeffe785193043ef9) - embeddedt
* [Loom 1.5](https://github.com/embeddedt/ModernFix/commit/5e20e25c4d355c9fff7c0f2a7000585d1d029efa) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Fix registry progress bar going off end of screen in NeoForge](https://github.com/embeddedt/ModernFix/commit/e22f5caec7ebee1796374ad737cda45e71bdfac7) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
## Changes since 5.14.0+1.20.4
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Deholderize item mesher mixin](https://github.com/embeddedt/ModernFix/commit/add7dd46092d61174a86f9a477c82caee7c73812) - embeddedt
* [Update CTM integration for 1.20.4](https://github.com/embeddedt/ModernFix/commit/827550e8af55f42fd69edb90b12243c54ecac5df) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Do not treat invalid ModelResourceLocations as top-level when baking dynamic models](https://github.com/embeddedt/ModernFix/commit/0e9d024c5d4764aba604f5baeffe785193043ef9) - embeddedt
* [Loom 1.5](https://github.com/embeddedt/ModernFix/commit/5e20e25c4d355c9fff7c0f2a7000585d1d029efa) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Fix registry progress bar going off end of screen in NeoForge](https://github.com/embeddedt/ModernFix/commit/e22f5caec7ebee1796374ad737cda45e71bdfac7) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
展开
版本: 5.15.0+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 199,634
5.15.0+mc1.16.5
modernfix-forge-5.15.0+mc1.16.5.jar下载5.15.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.14.0+1.16.5
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
## Changes since 5.14.0+1.16.5
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
展开
版本: 5.15.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 9,460
5.15.0+mc1.19.2
modernfix-forge-5.15.0+mc1.19.2.jar下载5.15.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.14.0+1.19.2
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
## Changes since 5.14.0+1.19.2
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
展开
版本: 5.15.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 9,186
5.15.0+mc1.20.1
modernfix-forge-5.15.0+mc1.20.1.jar下载5.15.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.14.0+1.20.1
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Do not treat invalid ModelResourceLocations as top-level when baking dynamic models](https://github.com/embeddedt/ModernFix/commit/0e9d024c5d4764aba604f5baeffe785193043ef9) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
## Changes since 5.14.0+1.20.1
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Do not treat invalid ModelResourceLocations as top-level when baking dynamic models](https://github.com/embeddedt/ModernFix/commit/0e9d024c5d4764aba604f5baeffe785193043ef9) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
展开
版本: 5.15.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 64,156
5.15.0+mc1.16.5
modernfix-fabric-5.15.0+mc1.16.5.jar下载5.15.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.14.0+1.16.5
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
## Changes since 5.14.0+1.16.5
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
展开
版本: 5.15.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 1,827
5.15.0+mc1.19.2
modernfix-fabric-5.15.0+mc1.19.2.jar下载5.15.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.14.0+1.19.2
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
## Changes since 5.14.0+1.19.2
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
展开
版本: 5.15.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 10,865
5.15.0+mc1.20.1
modernfix-fabric-5.15.0+mc1.20.1.jar下载5.15.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.14.0+1.20.1
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Do not treat invalid ModelResourceLocations as top-level when baking dynamic models](https://github.com/embeddedt/ModernFix/commit/0e9d024c5d4764aba604f5baeffe785193043ef9) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
## Changes since 5.14.0+1.20.1
* [Mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/d2680cf29d7fce622c3d9e33605dcb9fad25192a) - embeddedt
* [Work around NPEs from early queries to ModelManager](https://github.com/embeddedt/ModernFix/commit/4af1e27a894fe1aca353d248039ab5580aa2866a) - embeddedt
* [Update mixin for 1.19 renames](https://github.com/embeddedt/ModernFix/commit/b916ef5ae9b2e49bd0f5556089d6f31fde576e2f) - embeddedt
* [Reduce overhead of the PotentialSpawns event](https://github.com/embeddedt/ModernFix/commit/1814bd3e1faff1518119a7b5fcf85784c796023d) - embeddedt
* [Add some simple patches to cut down allocation rate when ticking chunks](https://github.com/embeddedt/ModernFix/commit/070b7b6d126af5d04cb6a4315d823a2ad6dbc6bb) - embeddedt
* [Update for FML changes](https://github.com/embeddedt/ModernFix/commit/a0fdb3e6d7250168e1c9979132ff7d1f8bc7dd4f) - embeddedt
* [Mitigate excessive resource usage from Night Config](https://github.com/embeddedt/ModernFix/commit/bf74ab5a80375db6143660bc64864d912c9c7024) - embeddedt
* [Fix "Illegal prefix" error in log when custom class/resource locators are in use](https://github.com/embeddedt/ModernFix/commit/e1ff64785ed747d33af3067c985cebe82cf7a0c8) - embeddedt
* [Do not treat invalid ModelResourceLocations as top-level when baking dynamic models](https://github.com/embeddedt/ModernFix/commit/0e9d024c5d4764aba604f5baeffe785193043ef9) - embeddedt
* [Update for Forge registry changes](https://github.com/embeddedt/ModernFix/commit/e39cc1ca15e4f9b19bbe2e9d5931a1dbef928505) - embeddedt
* [Retrieve block name once per state](https://github.com/embeddedt/ModernFix/commit/31cc0a0da0db9e9539047d1b593c6d8deb15a12b) - embeddedt
* [Speed up ModelBakeEventHelper constructor](https://github.com/embeddedt/ModernFix/commit/06726296fe46bdd86e8c6e498ef82ad37d523d8f) - embeddedt
* [Move stalled async chunk load detection to its own config](https://github.com/embeddedt/ModernFix/commit/d854fcffffa6788a53d3ba336854d4532c4a5882) - embeddedt
* [Disable the testmod by default](https://github.com/embeddedt/ModernFix/commit/e6bb67cb05ecbfd96a21a7fdc3e9e67e2f7c6e81) - embeddedt
* [Store delegates on registry objects to avoid map lookup](https://github.com/embeddedt/ModernFix/commit/36f2564d6adda3c1cb1811d9075c5e2a475e8afd) - embeddedt
* [Disable pose stack bugfix when OptiFine is installed](https://github.com/embeddedt/ModernFix/commit/40b9ac6002467f737a87b201fcf662005525b45f) - embeddedt
* [Make the block model cache thread-local instead of using a lock](https://github.com/embeddedt/ModernFix/commit/a45783647fc199d4b08c9cc6575cce314790ad6a) - embeddedt
展开
版本: 5.15.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 149,833
5.14.0+mc1.19.2
modernfix-forge-5.14.0+mc1.19.2.jar下载5.14.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.13.0+1.19.2
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
## Changes since 5.13.0+1.19.2
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
展开
版本: 5.14.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 13,749
5.14.0+mc1.19.2
modernfix-fabric-5.14.0+mc1.19.2.jar下载5.14.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.13.0+1.19.2
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
## Changes since 5.13.0+1.19.2
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
展开
版本: 5.14.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 3,178
5.14.0+mc1.18.2
modernfix-forge-5.14.0+mc1.18.2.jar下载5.14.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.13.0+1.18.2
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
## Changes since 5.13.0+1.18.2
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
展开
版本: 5.14.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 2,923
5.14.0+mc1.18.2
modernfix-fabric-5.14.0+mc1.18.2.jar下载5.14.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.13.0+1.18.2
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
## Changes since 5.13.0+1.18.2
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
展开
版本: 5.14.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 1,430
5.14.0+mc1.20.1
modernfix-forge-5.14.0+mc1.20.1.jar下载5.14.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.13.0+1.20.1
* [Remove Blueprint memory leak patch](https://github.com/embeddedt/ModernFix/commit/e7632b7f0b632fd310683a97c95a65f5db317ea4) - embeddedt
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Retrieve missing model when first required](https://github.com/embeddedt/ModernFix/commit/e91220cdea6f276309af84a7e0df86feee3a29a5) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
## Changes since 5.13.0+1.20.1
* [Remove Blueprint memory leak patch](https://github.com/embeddedt/ModernFix/commit/e7632b7f0b632fd310683a97c95a65f5db317ea4) - embeddedt
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Retrieve missing model when first required](https://github.com/embeddedt/ModernFix/commit/e91220cdea6f276309af84a7e0df86feee3a29a5) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
展开
版本: 5.14.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 136,468
5.14.0+mc1.20.1
modernfix-fabric-5.14.0+mc1.20.1.jar下载5.14.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.13.0+1.20.1
* [Remove Blueprint memory leak patch](https://github.com/embeddedt/ModernFix/commit/e7632b7f0b632fd310683a97c95a65f5db317ea4) - embeddedt
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Retrieve missing model when first required](https://github.com/embeddedt/ModernFix/commit/e91220cdea6f276309af84a7e0df86feee3a29a5) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
## Changes since 5.13.0+1.20.1
* [Remove Blueprint memory leak patch](https://github.com/embeddedt/ModernFix/commit/e7632b7f0b632fd310683a97c95a65f5db317ea4) - embeddedt
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Retrieve missing model when first required](https://github.com/embeddedt/ModernFix/commit/e91220cdea6f276309af84a7e0df86feee3a29a5) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
展开
版本: 5.14.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 102,725
5.14.0+mc1.16.5
modernfix-forge-5.14.0+mc1.16.5.jar下载5.14.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.13.0+1.16.5
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
## Changes since 5.13.0+1.16.5
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
展开
版本: 5.14.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 2,347
5.14.0+mc1.16.5
modernfix-fabric-5.14.0+mc1.16.5.jar下载5.14.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.13.0+1.16.5
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
## Changes since 5.13.0+1.16.5
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
展开
版本: 5.14.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 3,227
5.14.0+mc1.20.4
modernfix-neoforge-5.14.0+mc1.20.4.jar下载5.14.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.13.0+1.20.4
* [Cast to correct event type](https://github.com/embeddedt/ModernFix/commit/761703b4ab6d28a6cba5752c5f11e5700882ba42) - embeddedt
* [Remove buffer builder leak fix since you can now close them properly](https://github.com/embeddedt/ModernFix/commit/967d39997f1fc1dfc751b95965da3d28475e522a) - embeddedt
* [Bump NeoForge](https://github.com/embeddedt/ModernFix/commit/48b492b9068ceb6b06ff70058e3dc658a88c0e1c) - embeddedt
* [Remove Blueprint memory leak patch](https://github.com/embeddedt/ModernFix/commit/e7632b7f0b632fd310683a97c95a65f5db317ea4) - embeddedt
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Retrieve missing model when first required](https://github.com/embeddedt/ModernFix/commit/e91220cdea6f276309af84a7e0df86feee3a29a5) - embeddedt
* [Fix EntityIDSyncPacket being broken in multiplayer](https://github.com/embeddedt/ModernFix/commit/4dfba0cab4086008903081d312e8c6de1bb0c367) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
## Changes since 5.13.0+1.20.4
* [Cast to correct event type](https://github.com/embeddedt/ModernFix/commit/761703b4ab6d28a6cba5752c5f11e5700882ba42) - embeddedt
* [Remove buffer builder leak fix since you can now close them properly](https://github.com/embeddedt/ModernFix/commit/967d39997f1fc1dfc751b95965da3d28475e522a) - embeddedt
* [Bump NeoForge](https://github.com/embeddedt/ModernFix/commit/48b492b9068ceb6b06ff70058e3dc658a88c0e1c) - embeddedt
* [Remove Blueprint memory leak patch](https://github.com/embeddedt/ModernFix/commit/e7632b7f0b632fd310683a97c95a65f5db317ea4) - embeddedt
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Retrieve missing model when first required](https://github.com/embeddedt/ModernFix/commit/e91220cdea6f276309af84a7e0df86feee3a29a5) - embeddedt
* [Fix EntityIDSyncPacket being broken in multiplayer](https://github.com/embeddedt/ModernFix/commit/4dfba0cab4086008903081d312e8c6de1bb0c367) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
展开
版本: 5.14.0+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 1,673
5.14.0+mc1.20.4
modernfix-fabric-5.14.0+mc1.20.4.jar下载5.14.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.13.0+1.20.4
* [Cast to correct event type](https://github.com/embeddedt/ModernFix/commit/761703b4ab6d28a6cba5752c5f11e5700882ba42) - embeddedt
* [Remove buffer builder leak fix since you can now close them properly](https://github.com/embeddedt/ModernFix/commit/967d39997f1fc1dfc751b95965da3d28475e522a) - embeddedt
* [Bump NeoForge](https://github.com/embeddedt/ModernFix/commit/48b492b9068ceb6b06ff70058e3dc658a88c0e1c) - embeddedt
* [Remove Blueprint memory leak patch](https://github.com/embeddedt/ModernFix/commit/e7632b7f0b632fd310683a97c95a65f5db317ea4) - embeddedt
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Retrieve missing model when first required](https://github.com/embeddedt/ModernFix/commit/e91220cdea6f276309af84a7e0df86feee3a29a5) - embeddedt
* [Fix EntityIDSyncPacket being broken in multiplayer](https://github.com/embeddedt/ModernFix/commit/4dfba0cab4086008903081d312e8c6de1bb0c367) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
## Changes since 5.13.0+1.20.4
* [Cast to correct event type](https://github.com/embeddedt/ModernFix/commit/761703b4ab6d28a6cba5752c5f11e5700882ba42) - embeddedt
* [Remove buffer builder leak fix since you can now close them properly](https://github.com/embeddedt/ModernFix/commit/967d39997f1fc1dfc751b95965da3d28475e522a) - embeddedt
* [Bump NeoForge](https://github.com/embeddedt/ModernFix/commit/48b492b9068ceb6b06ff70058e3dc658a88c0e1c) - embeddedt
* [Remove Blueprint memory leak patch](https://github.com/embeddedt/ModernFix/commit/e7632b7f0b632fd310683a97c95a65f5db317ea4) - embeddedt
* [Reduce load factor of ForgeRegistry delegate map](https://github.com/embeddedt/ModernFix/commit/124112259eabdeb75c66f2c7bed73134c061d786) - embeddedt
* [Remove unfinished/obsolete registry & block optimizations](https://github.com/embeddedt/ModernFix/commit/ad1e12a3bbc793c1378c0f1de88b45379de93920) - embeddedt
* [Disable primitive chat signing removal if NCR is installed](https://github.com/embeddedt/ModernFix/commit/3e3b9128c34f7d8e478fc8f25da00f9c1fbc84f2) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/51c31bf0b840e4da954700d27cec886fe4a10fcd) - embeddedt
* [Add oversimplified version of No Chat Reports](https://github.com/embeddedt/ModernFix/commit/feaf363fd89b7802be419aa836221b70317853d8) - embeddedt
* [Use fastutil maps for holder lookups in Forge registry](https://github.com/embeddedt/ModernFix/commit/5fe5a484a369c92fdfebed57ee20493257cad725) - embeddedt
* [Retrieve missing model when first required](https://github.com/embeddedt/ModernFix/commit/e91220cdea6f276309af84a7e0df86feee3a29a5) - embeddedt
* [Fix EntityIDSyncPacket being broken in multiplayer](https://github.com/embeddedt/ModernFix/commit/4dfba0cab4086008903081d312e8c6de1bb0c367) - embeddedt
* [Update patch for 1.18](https://github.com/embeddedt/ModernFix/commit/2120774df50bedf35ca412e06caac332eac944c2) - embeddedt
* [Fix https://github.com/MinecraftForge/MinecraftForge/issues/9118](https://github.com/embeddedt/ModernFix/commit/12d69bec45312ca790263425e73e2e75408994cb) - embeddedt
展开
版本: 5.14.0+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 109,776
5.13.0+mc24w09a
modernfix-fabric-5.10.3-beta.28+mc24w09a.eaca.jar下载5.10.3-beta.28+mc24w09a.eaca#Beta
展开
版本: 5.10.3-beta.28+mc24w09a.eaca
支持游戏: 24w09a
类型: Fabric
Beta
下载次数: 999
5.13.0+mc1.18.2
modernfix-forge-5.13.0+mc1.18.2.jar下载5.13.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.0+1.18.2
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
## Changes since 5.12.0+1.18.2
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
展开
版本: 5.13.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 13,963
5.13.0+mc1.18.2
modernfix-fabric-5.13.0+mc1.18.2.jar下载5.13.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.0+1.18.2
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
## Changes since 5.12.0+1.18.2
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
展开
版本: 5.13.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 7,702
5.13.0+mc1.19.2
modernfix-forge-5.13.0+mc1.19.2.jar下载5.13.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.0+1.19.2
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
## Changes since 5.12.0+1.19.2
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
展开
版本: 5.13.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 8,890
5.13.0+mc1.19.2
modernfix-fabric-5.13.0+mc1.19.2.jar下载5.13.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.0+1.19.2
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
## Changes since 5.12.0+1.19.2
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
展开
版本: 5.13.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 23,416
5.13.0+mc1.20.1
modernfix-forge-5.13.0+mc1.20.1.jar下载5.13.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.1+1.20.1
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Fix resource pack cache engine being unable to list resource stacks for files](https://github.com/embeddedt/ModernFix/commit/81c4980738c15b3e878c611011f7caa1cdbb5c7c) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add textureGetter parameter to onBakedModelLoad](https://github.com/embeddedt/ModernFix/commit/55cb94f1d122abcc9d0fc05119fa1674e7b36831) - embeddedt
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Only apply resource pack speedup on paths starting with assets or data](https://github.com/embeddedt/ModernFix/commit/a100622a03e5286e9b52c6ea1d47dc3a489781d7) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
## Changes since 5.12.1+1.20.1
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Fix resource pack cache engine being unable to list resource stacks for files](https://github.com/embeddedt/ModernFix/commit/81c4980738c15b3e878c611011f7caa1cdbb5c7c) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add textureGetter parameter to onBakedModelLoad](https://github.com/embeddedt/ModernFix/commit/55cb94f1d122abcc9d0fc05119fa1674e7b36831) - embeddedt
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Only apply resource pack speedup on paths starting with assets or data](https://github.com/embeddedt/ModernFix/commit/a100622a03e5286e9b52c6ea1d47dc3a489781d7) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
展开
版本: 5.13.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 99,922
5.13.0+mc1.20.1
modernfix-fabric-5.13.0+mc1.20.1.jar下载5.13.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.1+1.20.1
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Fix resource pack cache engine being unable to list resource stacks for files](https://github.com/embeddedt/ModernFix/commit/81c4980738c15b3e878c611011f7caa1cdbb5c7c) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add textureGetter parameter to onBakedModelLoad](https://github.com/embeddedt/ModernFix/commit/55cb94f1d122abcc9d0fc05119fa1674e7b36831) - embeddedt
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Only apply resource pack speedup on paths starting with assets or data](https://github.com/embeddedt/ModernFix/commit/a100622a03e5286e9b52c6ea1d47dc3a489781d7) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
## Changes since 5.12.1+1.20.1
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Fix resource pack cache engine being unable to list resource stacks for files](https://github.com/embeddedt/ModernFix/commit/81c4980738c15b3e878c611011f7caa1cdbb5c7c) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add textureGetter parameter to onBakedModelLoad](https://github.com/embeddedt/ModernFix/commit/55cb94f1d122abcc9d0fc05119fa1674e7b36831) - embeddedt
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Only apply resource pack speedup on paths starting with assets or data](https://github.com/embeddedt/ModernFix/commit/a100622a03e5286e9b52c6ea1d47dc3a489781d7) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
展开
版本: 5.13.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 77,296
5.13.0+mc1.20.4
modernfix-neoforge-5.13.0+mc1.20.4.jar下载5.13.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.1+1.20.4
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Fix resource pack cache engine being unable to list resource stacks for files](https://github.com/embeddedt/ModernFix/commit/81c4980738c15b3e878c611011f7caa1cdbb5c7c) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update NeoForge version](https://github.com/embeddedt/ModernFix/commit/f25ecf337dfaca458df1abe88c9564218c0358a7) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add textureGetter parameter to onBakedModelLoad](https://github.com/embeddedt/ModernFix/commit/55cb94f1d122abcc9d0fc05119fa1674e7b36831) - embeddedt
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/d3758eb4f69f655ab7379fd724df39e913650894) - embeddedt
* [Only apply resource pack speedup on paths starting with assets or data](https://github.com/embeddedt/ModernFix/commit/a100622a03e5286e9b52c6ea1d47dc3a489781d7) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
## Changes since 5.12.1+1.20.4
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Fix resource pack cache engine being unable to list resource stacks for files](https://github.com/embeddedt/ModernFix/commit/81c4980738c15b3e878c611011f7caa1cdbb5c7c) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update NeoForge version](https://github.com/embeddedt/ModernFix/commit/f25ecf337dfaca458df1abe88c9564218c0358a7) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add textureGetter parameter to onBakedModelLoad](https://github.com/embeddedt/ModernFix/commit/55cb94f1d122abcc9d0fc05119fa1674e7b36831) - embeddedt
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/d3758eb4f69f655ab7379fd724df39e913650894) - embeddedt
* [Only apply resource pack speedup on paths starting with assets or data](https://github.com/embeddedt/ModernFix/commit/a100622a03e5286e9b52c6ea1d47dc3a489781d7) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
展开
版本: 5.13.0+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 2,445
5.13.0+mc1.20.4
modernfix-fabric-5.13.0+mc1.20.4.jar下载5.13.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.1+1.20.4
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Fix resource pack cache engine being unable to list resource stacks for files](https://github.com/embeddedt/ModernFix/commit/81c4980738c15b3e878c611011f7caa1cdbb5c7c) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update NeoForge version](https://github.com/embeddedt/ModernFix/commit/f25ecf337dfaca458df1abe88c9564218c0358a7) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add textureGetter parameter to onBakedModelLoad](https://github.com/embeddedt/ModernFix/commit/55cb94f1d122abcc9d0fc05119fa1674e7b36831) - embeddedt
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/d3758eb4f69f655ab7379fd724df39e913650894) - embeddedt
* [Only apply resource pack speedup on paths starting with assets or data](https://github.com/embeddedt/ModernFix/commit/a100622a03e5286e9b52c6ea1d47dc3a489781d7) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
## Changes since 5.12.1+1.20.4
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Fix resource pack cache engine being unable to list resource stacks for files](https://github.com/embeddedt/ModernFix/commit/81c4980738c15b3e878c611011f7caa1cdbb5c7c) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update NeoForge version](https://github.com/embeddedt/ModernFix/commit/f25ecf337dfaca458df1abe88c9564218c0358a7) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add textureGetter parameter to onBakedModelLoad](https://github.com/embeddedt/ModernFix/commit/55cb94f1d122abcc9d0fc05119fa1674e7b36831) - embeddedt
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/d3758eb4f69f655ab7379fd724df39e913650894) - embeddedt
* [Only apply resource pack speedup on paths starting with assets or data](https://github.com/embeddedt/ModernFix/commit/a100622a03e5286e9b52c6ea1d47dc3a489781d7) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
展开
版本: 5.13.0+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 143,725
5.13.0+mc1.16.5
modernfix-forge-5.13.0+mc1.16.5.jar下载5.13.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.0+1.16.5
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
## Changes since 5.12.0+1.16.5
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
展开
版本: 5.13.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 6,546
5.13.0+mc1.16.5
modernfix-fabric-5.13.0+mc1.16.5.jar下载5.13.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.0+1.16.5
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
## Changes since 5.12.0+1.16.5
* [Call onDynamicResourcesStatusChange if dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/f12d7723c0cde1101d7bd31a28fd9b5d53919c49) - embeddedt
* [Don't run mappings clearer on FL 0.15+, it's not needed](https://github.com/embeddedt/ModernFix/commit/2c963888b5cd1c14c434b50d1678a509a7ba0577) - embeddedt
* [Update GitHub workflows (#358)](https://github.com/embeddedt/ModernFix/commit/20c0f3dd6a67e1b87611bac0d600a68543ae2586) - Kichura
* [Tidy up version detection (#352)](https://github.com/embeddedt/ModernFix/commit/c749fc1aeb22898a400d2f2829a86098d0a1b0cd) - Fury_Phoenix
* [Add bug report template, heavily derived from Sodium](https://github.com/embeddedt/ModernFix/commit/94ca6ccdd6832f4b4436405d183b57349a97aeff) - embeddedt
* [Restrict resource pack cache to assets/ and data/ folders](https://github.com/embeddedt/ModernFix/commit/d7146a06674e3682f36dd6e7642e1f889f2f53b7) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
展开
版本: 5.13.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 2,423
5.12.2-beta.16+mc24w04a.f244
modernfix-fabric-5.10.3-beta.16+mc24w04a.f244.jar下载5.10.3-beta.16+mc24w04a.f244#Beta
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.2+1.20.4
* [Fix supported version range](https://github.com/embeddedt/ModernFix/commit/f2440abd164cdb4ab1d930be5dadbe11458261be) - embeddedt
* [24w04a](https://github.com/embeddedt/ModernFix/commit/8658784906e2921fc05f62f165ef06b588381148) - embeddedt
* [24w03a](https://github.com/embeddedt/ModernFix/commit/e9bfd965cd7a10c0c36d902637bcc824a700278c) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
* [Use wildcard on ItemOverrides mixin to capture Forge rename](https://github.com/embeddedt/ModernFix/commit/b2d80ada34ef1fc7dff335ae2e8ee144792747f3) - embeddedt
* [Update cap mixin for 1.20 changes](https://github.com/embeddedt/ModernFix/commit/9d95a5363f9502faf3854bce9f9f5a056e181050) - embeddedt
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Fix Forge errors](https://github.com/embeddedt/ModernFix/commit/9375a4233b1b04222509d5babf7afaf2b640dc60) - embeddedt
* [Allow missing models on item overrides](https://github.com/embeddedt/ModernFix/commit/17fdccddfed8773ac8d7827671a0bf8dd1f534de) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/c65fdbccc0746a051be3cadb0fda8492b3af3729) - embeddedt
* [Update to NeoForge 20.4.70-beta](https://github.com/embeddedt/ModernFix/commit/dcee8b416953022d954a90f56a5a282d6bdde00e) - embeddedt
* [Workaround AP throwing exception if there is a compile error in the file](https://github.com/embeddedt/ModernFix/commit/d6fc939f41556fe87ff658617b5cb27943e96a4a) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Even More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/8b97ebf94543728aa3316019b122d2085e6398eb) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Mark some more mixins as ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/34bc295b3c8cad9c326113c062ab1b016bf46017) - Fury_Phoenix
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Fix incorrect merge](https://github.com/embeddedt/ModernFix/commit/b23502c32b8b3c136e9d3b20c63cf1f32f4dbe49) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/88a276eed9b579d5ca35741be6775ae63e22e1a2) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [23w51a](https://github.com/embeddedt/ModernFix/commit/8c46b4629dbc7d39b80b0c5884a2be8b3a7d5a1c) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
## Changes since 5.10.2+1.20.4
* [Fix supported version range](https://github.com/embeddedt/ModernFix/commit/f2440abd164cdb4ab1d930be5dadbe11458261be) - embeddedt
* [24w04a](https://github.com/embeddedt/ModernFix/commit/8658784906e2921fc05f62f165ef06b588381148) - embeddedt
* [24w03a](https://github.com/embeddedt/ModernFix/commit/e9bfd965cd7a10c0c36d902637bcc824a700278c) - embeddedt
* [Make dynamic maps return empty immutable collections instead of throwing](https://github.com/embeddedt/ModernFix/commit/03e7df5308fc0bc597904ced4876b44ed13650e6) - embeddedt
* [Lower priority of datapack reload exception mixins](https://github.com/embeddedt/ModernFix/commit/6fa3e6421006883d293ea3d67a2377d7d508d548) - embeddedt
* [Use wildcard on ItemOverrides mixin to capture Forge rename](https://github.com/embeddedt/ModernFix/commit/b2d80ada34ef1fc7dff335ae2e8ee144792747f3) - embeddedt
* [Update cap mixin for 1.20 changes](https://github.com/embeddedt/ModernFix/commit/9d95a5363f9502faf3854bce9f9f5a056e181050) - embeddedt
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Fix Forge errors](https://github.com/embeddedt/ModernFix/commit/9375a4233b1b04222509d5babf7afaf2b640dc60) - embeddedt
* [Allow missing models on item overrides](https://github.com/embeddedt/ModernFix/commit/17fdccddfed8773ac8d7827671a0bf8dd1f534de) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/c65fdbccc0746a051be3cadb0fda8492b3af3729) - embeddedt
* [Update to NeoForge 20.4.70-beta](https://github.com/embeddedt/ModernFix/commit/dcee8b416953022d954a90f56a5a282d6bdde00e) - embeddedt
* [Workaround AP throwing exception if there is a compile error in the file](https://github.com/embeddedt/ModernFix/commit/d6fc939f41556fe87ff658617b5cb27943e96a4a) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Even More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/8b97ebf94543728aa3316019b122d2085e6398eb) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Mark some more mixins as ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/34bc295b3c8cad9c326113c062ab1b016bf46017) - Fury_Phoenix
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Fix incorrect merge](https://github.com/embeddedt/ModernFix/commit/b23502c32b8b3c136e9d3b20c63cf1f32f4dbe49) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/88a276eed9b579d5ca35741be6775ae63e22e1a2) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [23w51a](https://github.com/embeddedt/ModernFix/commit/8c46b4629dbc7d39b80b0c5884a2be8b3a7d5a1c) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
展开
版本: 5.10.3-beta.16+mc24w04a.f244
支持游戏: 24w04a
类型: Fabric
Beta
下载次数: 361
5.12.1+mc1.20.1
modernfix-forge-5.12.1+mc1.20.1.jar下载5.12.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.0+1.20.1
* [Use wildcard on ItemOverrides mixin to capture Forge rename](https://github.com/embeddedt/ModernFix/commit/b2d80ada34ef1fc7dff335ae2e8ee144792747f3) - embeddedt
## Changes since 5.12.0+1.20.1
* [Use wildcard on ItemOverrides mixin to capture Forge rename](https://github.com/embeddedt/ModernFix/commit/b2d80ada34ef1fc7dff335ae2e8ee144792747f3) - embeddedt
展开
版本: 5.12.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 52,468
5.12.1+mc1.20.1
modernfix-fabric-5.12.1+mc1.20.1.jar下载5.12.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.0+1.20.1
* [Use wildcard on ItemOverrides mixin to capture Forge rename](https://github.com/embeddedt/ModernFix/commit/b2d80ada34ef1fc7dff335ae2e8ee144792747f3) - embeddedt
## Changes since 5.12.0+1.20.1
* [Use wildcard on ItemOverrides mixin to capture Forge rename](https://github.com/embeddedt/ModernFix/commit/b2d80ada34ef1fc7dff335ae2e8ee144792747f3) - embeddedt
展开
版本: 5.12.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 193,010
5.12.1+mc1.20.4
modernfix-neoforge-5.12.1+mc1.20.4.jar下载5.12.1+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.0+1.20.4
* [Use wildcard on ItemOverrides mixin to capture Forge rename](https://github.com/embeddedt/ModernFix/commit/b2d80ada34ef1fc7dff335ae2e8ee144792747f3) - embeddedt
## Changes since 5.12.0+1.20.4
* [Use wildcard on ItemOverrides mixin to capture Forge rename](https://github.com/embeddedt/ModernFix/commit/b2d80ada34ef1fc7dff335ae2e8ee144792747f3) - embeddedt
展开
版本: 5.12.1+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 1,205
5.12.1+mc1.20.4
modernfix-fabric-5.12.1+mc1.20.4.jar下载5.12.1+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.12.0+1.20.4
* [Use wildcard on ItemOverrides mixin to capture Forge rename](https://github.com/embeddedt/ModernFix/commit/b2d80ada34ef1fc7dff335ae2e8ee144792747f3) - embeddedt
## Changes since 5.12.0+1.20.4
* [Use wildcard on ItemOverrides mixin to capture Forge rename](https://github.com/embeddedt/ModernFix/commit/b2d80ada34ef1fc7dff335ae2e8ee144792747f3) - embeddedt
展开
版本: 5.12.1+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 86,245
5.12.0+mc1.18.2
modernfix-forge-5.12.0+mc1.18.2.jar下载5.12.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.1+1.18.2
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
## Changes since 5.11.1+1.18.2
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
展开
版本: 5.12.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 3,580
5.12.0+mc1.18.2
modernfix-fabric-5.12.0+mc1.18.2.jar下载5.12.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.1+1.18.2
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
## Changes since 5.11.1+1.18.2
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
展开
版本: 5.12.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 1,273
5.12.0+mc1.16.5
modernfix-forge-5.12.0+mc1.16.5.jar下载5.12.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.1+1.16.5
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
## Changes since 5.11.1+1.16.5
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
展开
版本: 5.12.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 3,023
5.12.0+mc1.16.5
modernfix-fabric-5.12.0+mc1.16.5.jar下载5.12.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.1+1.16.5
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
## Changes since 5.11.1+1.16.5
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
展开
版本: 5.12.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 3,989
5.12.0+mc1.20.4
modernfix-neoforge-5.12.0+mc1.20.4.jar下载5.12.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.1+1.20.4
* [Update cap mixin for 1.20 changes](https://github.com/embeddedt/ModernFix/commit/9d95a5363f9502faf3854bce9f9f5a056e181050) - embeddedt
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Fix Forge errors](https://github.com/embeddedt/ModernFix/commit/9375a4233b1b04222509d5babf7afaf2b640dc60) - embeddedt
* [Allow missing models on item overrides](https://github.com/embeddedt/ModernFix/commit/17fdccddfed8773ac8d7827671a0bf8dd1f534de) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/c65fdbccc0746a051be3cadb0fda8492b3af3729) - embeddedt
* [Update to NeoForge 20.4.70-beta](https://github.com/embeddedt/ModernFix/commit/dcee8b416953022d954a90f56a5a282d6bdde00e) - embeddedt
* [Workaround AP throwing exception if there is a compile error in the file](https://github.com/embeddedt/ModernFix/commit/d6fc939f41556fe87ff658617b5cb27943e96a4a) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Even More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/8b97ebf94543728aa3316019b122d2085e6398eb) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Mark some more mixins as ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/34bc295b3c8cad9c326113c062ab1b016bf46017) - Fury_Phoenix
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
## Changes since 5.11.1+1.20.4
* [Update cap mixin for 1.20 changes](https://github.com/embeddedt/ModernFix/commit/9d95a5363f9502faf3854bce9f9f5a056e181050) - embeddedt
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Fix Forge errors](https://github.com/embeddedt/ModernFix/commit/9375a4233b1b04222509d5babf7afaf2b640dc60) - embeddedt
* [Allow missing models on item overrides](https://github.com/embeddedt/ModernFix/commit/17fdccddfed8773ac8d7827671a0bf8dd1f534de) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/c65fdbccc0746a051be3cadb0fda8492b3af3729) - embeddedt
* [Update to NeoForge 20.4.70-beta](https://github.com/embeddedt/ModernFix/commit/dcee8b416953022d954a90f56a5a282d6bdde00e) - embeddedt
* [Workaround AP throwing exception if there is a compile error in the file](https://github.com/embeddedt/ModernFix/commit/d6fc939f41556fe87ff658617b5cb27943e96a4a) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Even More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/8b97ebf94543728aa3316019b122d2085e6398eb) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Mark some more mixins as ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/34bc295b3c8cad9c326113c062ab1b016bf46017) - Fury_Phoenix
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
展开
版本: 5.12.0+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 66
5.12.0+mc1.20.4
modernfix-fabric-5.12.0+mc1.20.4.jar下载5.12.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.1+1.20.4
* [Update cap mixin for 1.20 changes](https://github.com/embeddedt/ModernFix/commit/9d95a5363f9502faf3854bce9f9f5a056e181050) - embeddedt
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Fix Forge errors](https://github.com/embeddedt/ModernFix/commit/9375a4233b1b04222509d5babf7afaf2b640dc60) - embeddedt
* [Allow missing models on item overrides](https://github.com/embeddedt/ModernFix/commit/17fdccddfed8773ac8d7827671a0bf8dd1f534de) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/c65fdbccc0746a051be3cadb0fda8492b3af3729) - embeddedt
* [Update to NeoForge 20.4.70-beta](https://github.com/embeddedt/ModernFix/commit/dcee8b416953022d954a90f56a5a282d6bdde00e) - embeddedt
* [Workaround AP throwing exception if there is a compile error in the file](https://github.com/embeddedt/ModernFix/commit/d6fc939f41556fe87ff658617b5cb27943e96a4a) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Even More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/8b97ebf94543728aa3316019b122d2085e6398eb) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Mark some more mixins as ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/34bc295b3c8cad9c326113c062ab1b016bf46017) - Fury_Phoenix
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
## Changes since 5.11.1+1.20.4
* [Update cap mixin for 1.20 changes](https://github.com/embeddedt/ModernFix/commit/9d95a5363f9502faf3854bce9f9f5a056e181050) - embeddedt
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Fix Forge errors](https://github.com/embeddedt/ModernFix/commit/9375a4233b1b04222509d5babf7afaf2b640dc60) - embeddedt
* [Allow missing models on item overrides](https://github.com/embeddedt/ModernFix/commit/17fdccddfed8773ac8d7827671a0bf8dd1f534de) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/c65fdbccc0746a051be3cadb0fda8492b3af3729) - embeddedt
* [Update to NeoForge 20.4.70-beta](https://github.com/embeddedt/ModernFix/commit/dcee8b416953022d954a90f56a5a282d6bdde00e) - embeddedt
* [Workaround AP throwing exception if there is a compile error in the file](https://github.com/embeddedt/ModernFix/commit/d6fc939f41556fe87ff658617b5cb27943e96a4a) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Even More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/8b97ebf94543728aa3316019b122d2085e6398eb) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Mark some more mixins as ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/34bc295b3c8cad9c326113c062ab1b016bf46017) - Fury_Phoenix
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
展开
版本: 5.12.0+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 14,821
5.12.0+mc1.19.2
modernfix-forge-5.12.0+mc1.19.2.jar下载5.12.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.1+1.19.2
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
## Changes since 5.11.1+1.19.2
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
展开
版本: 5.12.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 111,189
5.12.0+mc1.20.1
modernfix-forge-5.12.0+mc1.20.1.jar下载5.12.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.1+1.20.1
* [Update cap mixin for 1.20 changes](https://github.com/embeddedt/ModernFix/commit/9d95a5363f9502faf3854bce9f9f5a056e181050) - embeddedt
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Fix Forge errors](https://github.com/embeddedt/ModernFix/commit/9375a4233b1b04222509d5babf7afaf2b640dc60) - embeddedt
* [Allow missing models on item overrides](https://github.com/embeddedt/ModernFix/commit/17fdccddfed8773ac8d7827671a0bf8dd1f534de) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Even More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/8b97ebf94543728aa3316019b122d2085e6398eb) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
## Changes since 5.11.1+1.20.1
* [Update cap mixin for 1.20 changes](https://github.com/embeddedt/ModernFix/commit/9d95a5363f9502faf3854bce9f9f5a056e181050) - embeddedt
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Fix Forge errors](https://github.com/embeddedt/ModernFix/commit/9375a4233b1b04222509d5babf7afaf2b640dc60) - embeddedt
* [Allow missing models on item overrides](https://github.com/embeddedt/ModernFix/commit/17fdccddfed8773ac8d7827671a0bf8dd1f534de) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Even More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/8b97ebf94543728aa3316019b122d2085e6398eb) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
展开
版本: 5.12.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 836
5.12.0+mc1.19.2
modernfix-fabric-5.12.0+mc1.19.2.jar下载5.12.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.1+1.19.2
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
## Changes since 5.11.1+1.19.2
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
展开
版本: 5.12.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 11,503
5.12.0+mc1.20.1
modernfix-fabric-5.12.0+mc1.20.1.jar下载5.12.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.1+1.20.1
* [Update cap mixin for 1.20 changes](https://github.com/embeddedt/ModernFix/commit/9d95a5363f9502faf3854bce9f9f5a056e181050) - embeddedt
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Fix Forge errors](https://github.com/embeddedt/ModernFix/commit/9375a4233b1b04222509d5babf7afaf2b640dc60) - embeddedt
* [Allow missing models on item overrides](https://github.com/embeddedt/ModernFix/commit/17fdccddfed8773ac8d7827671a0bf8dd1f534de) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Even More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/8b97ebf94543728aa3316019b122d2085e6398eb) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
## Changes since 5.11.1+1.20.1
* [Update cap mixin for 1.20 changes](https://github.com/embeddedt/ModernFix/commit/9d95a5363f9502faf3854bce9f9f5a056e181050) - embeddedt
* [Update for 1.19 model data manager changes](https://github.com/embeddedt/ModernFix/commit/2e88482344bb0d9d5602321ea2e259177fccd70c) - embeddedt
* [Avoid refresh loop if no model data needs refreshing](https://github.com/embeddedt/ModernFix/commit/c678ebbb918e25a2c28e0e2a638b4e837491c0a7) - embeddedt
* [Do not actually load all models in replaceAll, use clever trick instead](https://github.com/embeddedt/ModernFix/commit/7174ae1454c91ae0ab6917063becd6c23ed221be) - embeddedt
* [Fix Forge errors](https://github.com/embeddedt/ModernFix/commit/9375a4233b1b04222509d5babf7afaf2b640dc60) - embeddedt
* [Allow missing models on item overrides](https://github.com/embeddedt/ModernFix/commit/17fdccddfed8773ac8d7827671a0bf8dd1f534de) - embeddedt
* [Slightly optimize entity capability retrieval](https://github.com/embeddedt/ModernFix/commit/3214311bb6f1b51b3dd081a86689c5da428f00f2) - embeddedt
* [Suppress mixin forceload logging when clear_mixin_info is on](https://github.com/embeddedt/ModernFix/commit/d0fd498682a60a4ee0c4bb6bc9b6b42059f15c0c) - embeddedt
* [Bump Fabric Loader](https://github.com/embeddedt/ModernFix/commit/1da264e5a767012708d71e8aca0580267572326d) - embeddedt
* [Update MixinExtras](https://github.com/embeddedt/ModernFix/commit/db5a3234d28c54fda4618dfd2e57e51930608936) - embeddedt
* [Even More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/8b97ebf94543728aa3316019b122d2085e6398eb) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/cc1be852bbb660b6ae278de338f63e6a9253763e) - embeddedt
* [Mark WorldSelectionList mixin as client-only](https://github.com/embeddedt/ModernFix/commit/35c82b81c8633936a94a46bd2ed667190470df31) - embeddedt
* [Shadow annotations project so they are in the production jar](https://github.com/embeddedt/ModernFix/commit/e301d7d48070b332c30d5951a1045732ae373017) - embeddedt
* [Use correct comment style](https://github.com/embeddedt/ModernFix/commit/8d6a344ded6271c2706f8f64378453473d5e6bae) - embeddedt
* [Generate config options from both 'mixins' and 'client' keys](https://github.com/embeddedt/ModernFix/commit/4512bc6fbd4fe37a28453764a83bc10a5bea78dd) - embeddedt
* [Apply excludedTaskNames in the testmod subproject rather than globally](https://github.com/embeddedt/ModernFix/commit/4f49ba3f9b90b1b32f0939f6fbdd7e9028a7f77b) - embeddedt
* [Eliminate extraneous casts (#327)](https://github.com/embeddedt/ModernFix/commit/7e53a8bc73889afb1993e1b6aef5eb42de8e3af5) - Fury_Phoenix
* [Generate mixin configs automatically using custom AP (#305)](https://github.com/embeddedt/ModernFix/commit/06bfd71d0758dd9f3469102e08a9b63c4070f50f) - Fury_Phoenix
* [Disable dynamic DFU when Litematica is installed](https://github.com/embeddedt/ModernFix/commit/ae8cfbaa3d880a20b70a418f4ae276312fa30981) - embeddedt
* [Prevent mod mixins from applying if there is a Forge loading error](https://github.com/embeddedt/ModernFix/commit/a79ea9766aba1ba08ca111649347ab09e5bad5b6) - embeddedt
* [Only call put on the model map if the replacement model is different](https://github.com/embeddedt/ModernFix/commit/675c58a437f68b42f9daa7bfc4b143d0003f7dba) - embeddedt
* [Make replaceAll implementation more robust, add warning](https://github.com/embeddedt/ModernFix/commit/d1863cc66e77934e60fc402ddb290ff87ca420ad) - embeddedt
* [Track duration of model bake events when dynamic resources is enabled](https://github.com/embeddedt/ModernFix/commit/11508fbe07e1f8e0c8c37a1e7723a164d399e503) - embeddedt
* [Add Mekanism to model bake event helper](https://github.com/embeddedt/ModernFix/commit/aee0b2a47dbaa4f5263327d66fd93a2d27cf9539) - embeddedt
* [Support replaceAll on the wrapping model registry](https://github.com/embeddedt/ModernFix/commit/d76fd84b76bb29e8604f3a209b27e6f615c94902) - embeddedt
* [Make handlers not static](https://github.com/embeddedt/ModernFix/commit/ecef37ac607d27c3dcabadecfe8c342bb8d74b64) - embeddedt
* [Disable ModelDataManager fixes if Rubidium is installed](https://github.com/embeddedt/ModernFix/commit/152cdc4469cb7ae0032180d5a2c79681a3d573d4) - embeddedt
* [Update mixin for 1.19 model data changes](https://github.com/embeddedt/ModernFix/commit/ae561db9e3c10bb317a342f7f417bff17d35f4fa) - embeddedt
* [Suppress mixin remap error](https://github.com/embeddedt/ModernFix/commit/ebf1d93422503613271a2db2301e81804fe4397a) - embeddedt
* [Fix some concurrency issues in Forge's ModelDataManager](https://github.com/embeddedt/ModernFix/commit/12b0d352cd9ade08ff27d77cc2806bce2620b1f8) - embeddedt
* [Remove testmod genSources task (#333)](https://github.com/embeddedt/ModernFix/commit/8aa04e13a66179039729c79c4f15f967960f536d) - Fury_Phoenix
展开
版本: 5.12.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 2,078
5.11.1+mc1.18.2
modernfix-forge-5.11.1+mc1.18.2.jar下载5.11.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.0+1.18.2
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
## Changes since 5.11.0+1.18.2
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
展开
版本: 5.11.1+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 2,089
5.11.1+mc1.19.2
modernfix-forge-5.11.1+mc1.19.2.jar下载5.11.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.0+1.19.2
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
## Changes since 5.11.0+1.19.2
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
展开
版本: 5.11.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 4,274
5.11.1+mc1.18.2
modernfix-fabric-5.11.1+mc1.18.2.jar下载5.11.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.0+1.18.2
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
## Changes since 5.11.0+1.18.2
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
展开
版本: 5.11.1+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 2,954
5.11.1+mc1.19.2
modernfix-fabric-5.11.1+mc1.19.2.jar下载5.11.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.0+1.19.2
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
## Changes since 5.11.0+1.19.2
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
展开
版本: 5.11.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 18,261
5.11.1+mc1.20.1
modernfix-forge-5.11.1+mc1.20.1.jar下载5.11.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.0+1.20.1
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/88a276eed9b579d5ca35741be6775ae63e22e1a2) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
## Changes since 5.11.0+1.20.1
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/88a276eed9b579d5ca35741be6775ae63e22e1a2) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
展开
版本: 5.11.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 62,314
5.11.1+mc1.20.1
modernfix-fabric-5.11.1+mc1.20.1.jar下载5.11.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.0+1.20.1
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/88a276eed9b579d5ca35741be6775ae63e22e1a2) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
## Changes since 5.11.0+1.20.1
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/88a276eed9b579d5ca35741be6775ae63e22e1a2) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
展开
版本: 5.11.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 113,006
5.11.1+mc1.16.5
modernfix-forge-5.11.1+mc1.16.5.jar下载5.11.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.0+1.16.5
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
## Changes since 5.11.0+1.16.5
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
展开
版本: 5.11.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 1,882
5.11.1+mc1.16.5
modernfix-fabric-5.11.1+mc1.16.5.jar下载5.11.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.0+1.16.5
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
## Changes since 5.11.0+1.16.5
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
展开
版本: 5.11.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 5,481
5.11.1+mc1.20.4
modernfix-neoforge-5.11.1+mc1.20.4.jar下载5.11.1+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.0+1.20.4
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Fix incorrect merge](https://github.com/embeddedt/ModernFix/commit/b23502c32b8b3c136e9d3b20c63cf1f32f4dbe49) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/88a276eed9b579d5ca35741be6775ae63e22e1a2) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
## Changes since 5.11.0+1.20.4
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Fix incorrect merge](https://github.com/embeddedt/ModernFix/commit/b23502c32b8b3c136e9d3b20c63cf1f32f4dbe49) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/88a276eed9b579d5ca35741be6775ae63e22e1a2) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
展开
版本: 5.11.1+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 1,121
5.11.1+mc1.20.4
modernfix-fabric-5.11.1+mc1.20.4.jar下载5.11.1+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.11.0+1.20.4
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Fix incorrect merge](https://github.com/embeddedt/ModernFix/commit/b23502c32b8b3c136e9d3b20c63cf1f32f4dbe49) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/88a276eed9b579d5ca35741be6775ae63e22e1a2) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
## Changes since 5.11.0+1.20.4
* [Retrieve quads on incorrect cullface lists if direction matches](https://github.com/embeddedt/ModernFix/commit/97ba36186779dbe42e44a1035104d8e1918540ef) - embeddedt
* [Fix nixie tubes being invisible with faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/60b372870b0ab1e029f323009a02bcb3a6f4b2e5) - embeddedt
* [Remove dynamic item overrides](https://github.com/embeddedt/ModernFix/commit/8058d4caa95ae6096627f27f2be9bbc30a3d6d46) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/94fbefd9019b2a8274dc5d19eb414fa77eaf1e4b) - embeddedt
* [Fix incorrect merge](https://github.com/embeddedt/ModernFix/commit/b23502c32b8b3c136e9d3b20c63cf1f32f4dbe49) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/88a276eed9b579d5ca35741be6775ae63e22e1a2) - embeddedt
* [Handle missing models in item overrides](https://github.com/embeddedt/ModernFix/commit/a7c2424b1439600eecf3aaa8ec1f173feda17361) - embeddedt
* [Work around Flywheel leaving freed buffers in BufferBuilder](https://github.com/embeddedt/ModernFix/commit/5ff2951b5a4c36dc5e6921aa82bdf4d73aa1b242) - embeddedt
展开
版本: 5.11.1+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 62,462
5.11.0+mc1.19.2
modernfix-forge-5.11.0+mc1.19.2.jar下载5.11.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.1+1.19.2
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
## Changes since 5.10.1+1.19.2
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
展开
版本: 5.11.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 276
5.11.0+mc1.19.2
modernfix-fabric-5.11.0+mc1.19.2.jar下载5.11.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.1+1.19.2
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
## Changes since 5.10.1+1.19.2
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
展开
版本: 5.11.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 1,976
5.11.0+mc1.20.1
modernfix-forge-5.11.0+mc1.20.1.jar下载5.11.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.1+1.20.1
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
## Changes since 5.10.1+1.20.1
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
展开
版本: 5.11.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 1,723
5.11.0+mc1.20.1
modernfix-fabric-5.11.0+mc1.20.1.jar下载5.11.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.1+1.20.1
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
## Changes since 5.10.1+1.20.1
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
展开
版本: 5.11.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 405,181
5.11.0+mc1.18.2
modernfix-forge-5.11.0+mc1.18.2.jar下载5.11.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.18.2
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
## Changes since 5.10.0+1.18.2
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
展开
版本: 5.11.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 255
5.11.0+mc1.18.2
modernfix-fabric-5.11.0+mc1.18.2.jar下载5.11.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.18.2
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
## Changes since 5.10.0+1.18.2
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
展开
版本: 5.11.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 151
5.11.0+mc1.16.5
modernfix-forge-5.11.0+mc1.16.5.jar下载5.11.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.1+1.16.5
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
## Changes since 5.10.1+1.16.5
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
展开
版本: 5.11.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 851
5.11.0+mc1.20.4
modernfix-neoforge-5.11.0+mc1.20.4.jar下载5.11.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.2+1.20.4
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
## Changes since 5.10.2+1.20.4
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
展开
版本: 5.11.0+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 126
5.11.0+mc1.20.4
modernfix-fabric-5.11.0+mc1.20.4.jar下载5.11.0+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.2+1.20.4
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
## Changes since 5.10.2+1.20.4
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Remove obsolete mixin](https://github.com/embeddedt/ModernFix/commit/0111102d258202bd3d5d764f4db2971f0499e7d7) - embeddedt
* [Remove CTM layer hacks entirely on 1.19+, code is unused](https://github.com/embeddedt/ModernFix/commit/1cfe0216ac8991ba7b44633579372609e8ffb43c) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
展开
版本: 5.11.0+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 23,861
5.11.0+mc1.16.5
modernfix-fabric-5.11.0+mc1.16.5.jar下载5.11.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.1+1.16.5
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
## Changes since 5.10.1+1.16.5
* [Cache item override model instance](https://github.com/embeddedt/ModernFix/commit/bc2e84bacc4cd620af9779b214eca62ad79350c4) - embeddedt
* [Rewrite CTM predicate handling again, fix more bugs](https://github.com/embeddedt/ModernFix/commit/7e2f3f3fb9689b94b6cac9d0ed02b30b6adf36eb) - embeddedt
* [Reset block predicate when model is loaded](https://github.com/embeddedt/ModernFix/commit/9c00f7297d5542f73c3712d1f766c275286905da) - embeddedt
* [Only wrap top-level CTM models if dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/aa53a7610b84471458cc6ea94e9b62ae7a85e661) - embeddedt
* [Add Elevator Mod to dynamic resources iteration list](https://github.com/embeddedt/ModernFix/commit/5fa94bf5e4cb64eed37b03f0bc7db2e5b8bdc646) - embeddedt
* [Implement dynamic model cache on vanilla ItemModelShaper](https://github.com/embeddedt/ModernFix/commit/240fa4b5108b8f838a53c5bdec1fc4dcd2497bca) - embeddedt
* [Implement caching on the blockstate and item to model maps](https://github.com/embeddedt/ModernFix/commit/81836a838db3d5841b642937ca3180a2e592f404) - embeddedt
* [Optimize RegistryDelegate#hashCode()](https://github.com/embeddedt/ModernFix/commit/0056a57f30956b78c3ea0f670edb25d642243937) - embeddedt
展开
版本: 5.11.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 136
5.10.2+mc1.20.4
modernfix-neoforge-5.10.2+mc1.20.4.jar下载5.10.2+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.1+1.20.4
* [Update NeoForge version target](https://github.com/embeddedt/ModernFix/commit/063289faac8988a12336beca295585d8f3402922) - embeddedt
## Changes since 5.10.1+1.20.4
* [Update NeoForge version target](https://github.com/embeddedt/ModernFix/commit/063289faac8988a12336beca295585d8f3402922) - embeddedt
展开
版本: 5.10.2+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 963
5.10.2+mc1.20.4
modernfix-fabric-5.10.2+mc1.20.4.jar下载5.10.2+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.1+1.20.4
* [Update NeoForge version target](https://github.com/embeddedt/ModernFix/commit/063289faac8988a12336beca295585d8f3402922) - embeddedt
## Changes since 5.10.1+1.20.4
* [Update NeoForge version target](https://github.com/embeddedt/ModernFix/commit/063289faac8988a12336beca295585d8f3402922) - embeddedt
展开
版本: 5.10.2+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 32,466
5.10.1+mc1.19.2
modernfix-forge-5.10.1+mc1.19.2.jar下载5.10.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.19.2
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
## Changes since 5.10.0+1.19.2
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
展开
版本: 5.10.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 1,911
5.10.1+mc1.20.1
modernfix-forge-5.10.1+mc1.20.1.jar下载5.10.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.20.1
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
## Changes since 5.10.0+1.20.1
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
展开
版本: 5.10.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 31,024
5.10.1+mc1.19.2
modernfix-fabric-5.10.1+mc1.19.2.jar下载5.10.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.19.2
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
## Changes since 5.10.0+1.19.2
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
展开
版本: 5.10.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 2,106
5.10.1+mc1.20.1
modernfix-fabric-5.10.1+mc1.20.1.jar下载5.10.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.20.1
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
## Changes since 5.10.0+1.20.1
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
展开
版本: 5.10.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 40,554
5.10.1+mc1.20.2
modernfix-forge-5.10.1+mc1.20.2.jar下载5.10.1+mc1.20.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.20.2
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
## Changes since 5.10.0+1.20.2
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
展开
版本: 5.10.1+mc1.20.2
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 12,611
5.10.1+mc1.20.2
modernfix-fabric-5.10.1+mc1.20.2.jar下载5.10.1+mc1.20.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.20.2
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
## Changes since 5.10.0+1.20.2
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
展开
版本: 5.10.1+mc1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 236,804
5.10.1+mc1.20.4
modernfix-neoforge-5.10.1+mc1.20.4.jar下载5.10.1+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.20.3
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Update Minecraft & Fabric Loader; stop including Mixin Extras](https://github.com/embeddedt/ModernFix/commit/06bb9f954559015faf70eb755bf1a938c85f1e34) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
## Changes since 5.10.0+1.20.3
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Update Minecraft & Fabric Loader; stop including Mixin Extras](https://github.com/embeddedt/ModernFix/commit/06bb9f954559015faf70eb755bf1a938c85f1e34) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
展开
版本: 5.10.1+mc1.20.4
支持游戏: 1.20.4
类型: NeoForge
Release
下载次数: 84
5.10.1+mc1.20.4
modernfix-fabric-5.10.1+mc1.20.4.jar下载5.10.1+mc1.20.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.20.3
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Update Minecraft & Fabric Loader; stop including Mixin Extras](https://github.com/embeddedt/ModernFix/commit/06bb9f954559015faf70eb755bf1a938c85f1e34) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
## Changes since 5.10.0+1.20.3
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
* [Update Minecraft & Fabric Loader; stop including Mixin Extras](https://github.com/embeddedt/ModernFix/commit/06bb9f954559015faf70eb755bf1a938c85f1e34) - embeddedt
* [Replace hacky capturing with MixinExtras](https://github.com/embeddedt/ModernFix/commit/9464f07a5a3394c1c389e694352e0f71c68e84c7) - embeddedt
* [Avoid capturedLocation being replaced unexpectedly](https://github.com/embeddedt/ModernFix/commit/11f313f6e7604841a57c8831d90210911e4b3b1c) - embeddedt
* [Remove hot allocations in ForgeRegistry#getDelegateOrThrow](https://github.com/embeddedt/ModernFix/commit/ccfc282cfcccaa08ef40f29ddeea8e582e25e626) - embeddedt
* [Invalidate blockstate cache in place of initCache](https://github.com/embeddedt/ModernFix/commit/46127b50f367a5fc5bb44c35b8586eeb25e94967) - embeddedt
展开
版本: 5.10.1+mc1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 1,904
5.10.1+mc1.16.5
modernfix-forge-5.10.1+mc1.16.5.jar下载5.10.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.16.5
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
## Changes since 5.10.0+1.16.5
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
展开
版本: 5.10.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 776
5.10.1+mc1.16.5
modernfix-fabric-5.10.1+mc1.16.5.jar下载5.10.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.10.0+1.16.5
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
## Changes since 5.10.0+1.16.5
* [Prevent mixin error if Sophisticated Backpacks isn't installed](https://github.com/embeddedt/ModernFix/commit/a76c7f25055eea3712f6813d9e8a1d943e6387e7) - embeddedt
* [Patch CME in Sophisticatd Backpacks](https://github.com/embeddedt/ModernFix/commit/b351febc8271719676e8b2f2f86337cfe57ea09f) - embeddedt
展开
版本: 5.10.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 1,288
5.10.0+mc1.20.3
modernfix-neoforge-5.10.0+mc1.20.3.jar下载5.10.0+mc1.20.3#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.20.1
* [Fix publishing to CF](https://github.com/embeddedt/ModernFix/commit/4fec9f53c3f18873e58746ed9d449eb1b82b396b) - embeddedt
* [Update Fabric Loader to fix tests](https://github.com/embeddedt/ModernFix/commit/b8cd5adbb10647d6adeec8a8a8d5ed0be11c025f) - embeddedt
* [Update to 1.20.3](https://github.com/embeddedt/ModernFix/commit/6592ac5cac36914bbd8adae56afbd9033aa1f0e9) - embeddedt
* [Add back Forge item model shaper mixin](https://github.com/embeddedt/ModernFix/commit/1f447b689f0a88d3b8f8d9dca49eb3937237ef91) - embeddedt
* [Fix AT not being added to production jar](https://github.com/embeddedt/ModernFix/commit/8df6fab0e7fa49e95c17aa56f66a61eeb46573f6) - embeddedt
* [Fix blockstate ID reassignment being broken](https://github.com/embeddedt/ModernFix/commit/328507cea32385cb0fc251b1e7bed6705f83f82b) - embeddedt
* [Second rename pass, reaches main menu](https://github.com/embeddedt/ModernFix/commit/c6b38f340a53fc9100387ec5dbd207f9f3cbabca) - embeddedt
* [Compiles, not yet running](https://github.com/embeddedt/ModernFix/commit/69a9aa76da9643a04a93bf5a7dfc68527e044659) - embeddedt
* [Fix mistake in build script](https://github.com/embeddedt/ModernFix/commit/87ee1017ae5d4ed10209a7a8d9663089c0ef9725) - embeddedt
* [Switch build target to NeoForge](https://github.com/embeddedt/ModernFix/commit/fcf21283d82cb7a050898f7bfa0f7b46f3c0e554) - embeddedt
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Update test mod](https://github.com/embeddedt/ModernFix/commit/f594ec6c5b203e0303dbcaf4995f99c3b45e4713) - embeddedt
* [Fix config screen background](https://github.com/embeddedt/ModernFix/commit/473597a91535067bc0a3a70c5af549928e18e6a4) - embeddedt
* [1.20.3-rc1](https://github.com/embeddedt/ModernFix/commit/84061b197f8a06c35e5ead1f682e0cc8180db0ad) - embeddedt
* [23w45a](https://github.com/embeddedt/ModernFix/commit/dc86d3e137ec701c2dbf164099ec50c4a6d9011f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/af8e23f41ac17e79d6ace2d14bfbdd2bdf1f2546) - embeddedt
* [Update Loom](https://github.com/embeddedt/ModernFix/commit/19ba30280c17c630a592f1804b79aa158650bc45) - embeddedt
* [Completely remove BitSet trimming](https://github.com/embeddedt/ModernFix/commit/33609d234cac6e9cbec99ffcaccc581464d24d6b) - embeddedt
* [Forge 1.20.2 (#301)](https://github.com/embeddedt/ModernFix/commit/6e3134161ad544fe79be5c0f0ce6bf861285448f) - TonimatasDEV
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Support closed flag on BufferBuilders](https://github.com/embeddedt/ModernFix/commit/86c6e90436cb4b2c774c617fea89f6997a341459) - embeddedt
* [23w44a](https://github.com/embeddedt/ModernFix/commit/915de8187ee8cb918298496c2a49eaa39fa9e4d9) - embeddedt
* [23w43a](https://github.com/embeddedt/ModernFix/commit/472ed42f22d3e4bf015cf6b5b4b7b635528cfa41) - embeddedt
* [23w42a](https://github.com/embeddedt/ModernFix/commit/231c3f41e59b29ffc59198dbe74508b2672a00d5) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/45c29216a861be6d287c68b61886c3e88d07e2d7) - embeddedt
* [Disable recursive fluidstate test on 1.20.2 for now](https://github.com/embeddedt/ModernFix/commit/0a2cda081410d58e859749bdb0a184191e6db21a) - embeddedt
* [1.20.2](https://github.com/embeddedt/ModernFix/commit/9bf0017aebb97983adc469de3930aed7f2094449) - embeddedt
* [1.20.2-pre3](https://github.com/embeddedt/ModernFix/commit/cb286c0bcac4c4a88a80e088cabed8ad4689962a) - embeddedt
* [23w33a](https://github.com/embeddedt/ModernFix/commit/8d1058cc3f72f274ac1455472ca6dd10639134a5) - embeddedt
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
## Changes since 5.9.3+1.20.1
* [Fix publishing to CF](https://github.com/embeddedt/ModernFix/commit/4fec9f53c3f18873e58746ed9d449eb1b82b396b) - embeddedt
* [Update Fabric Loader to fix tests](https://github.com/embeddedt/ModernFix/commit/b8cd5adbb10647d6adeec8a8a8d5ed0be11c025f) - embeddedt
* [Update to 1.20.3](https://github.com/embeddedt/ModernFix/commit/6592ac5cac36914bbd8adae56afbd9033aa1f0e9) - embeddedt
* [Add back Forge item model shaper mixin](https://github.com/embeddedt/ModernFix/commit/1f447b689f0a88d3b8f8d9dca49eb3937237ef91) - embeddedt
* [Fix AT not being added to production jar](https://github.com/embeddedt/ModernFix/commit/8df6fab0e7fa49e95c17aa56f66a61eeb46573f6) - embeddedt
* [Fix blockstate ID reassignment being broken](https://github.com/embeddedt/ModernFix/commit/328507cea32385cb0fc251b1e7bed6705f83f82b) - embeddedt
* [Second rename pass, reaches main menu](https://github.com/embeddedt/ModernFix/commit/c6b38f340a53fc9100387ec5dbd207f9f3cbabca) - embeddedt
* [Compiles, not yet running](https://github.com/embeddedt/ModernFix/commit/69a9aa76da9643a04a93bf5a7dfc68527e044659) - embeddedt
* [Fix mistake in build script](https://github.com/embeddedt/ModernFix/commit/87ee1017ae5d4ed10209a7a8d9663089c0ef9725) - embeddedt
* [Switch build target to NeoForge](https://github.com/embeddedt/ModernFix/commit/fcf21283d82cb7a050898f7bfa0f7b46f3c0e554) - embeddedt
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Update test mod](https://github.com/embeddedt/ModernFix/commit/f594ec6c5b203e0303dbcaf4995f99c3b45e4713) - embeddedt
* [Fix config screen background](https://github.com/embeddedt/ModernFix/commit/473597a91535067bc0a3a70c5af549928e18e6a4) - embeddedt
* [1.20.3-rc1](https://github.com/embeddedt/ModernFix/commit/84061b197f8a06c35e5ead1f682e0cc8180db0ad) - embeddedt
* [23w45a](https://github.com/embeddedt/ModernFix/commit/dc86d3e137ec701c2dbf164099ec50c4a6d9011f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/af8e23f41ac17e79d6ace2d14bfbdd2bdf1f2546) - embeddedt
* [Update Loom](https://github.com/embeddedt/ModernFix/commit/19ba30280c17c630a592f1804b79aa158650bc45) - embeddedt
* [Completely remove BitSet trimming](https://github.com/embeddedt/ModernFix/commit/33609d234cac6e9cbec99ffcaccc581464d24d6b) - embeddedt
* [Forge 1.20.2 (#301)](https://github.com/embeddedt/ModernFix/commit/6e3134161ad544fe79be5c0f0ce6bf861285448f) - TonimatasDEV
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Support closed flag on BufferBuilders](https://github.com/embeddedt/ModernFix/commit/86c6e90436cb4b2c774c617fea89f6997a341459) - embeddedt
* [23w44a](https://github.com/embeddedt/ModernFix/commit/915de8187ee8cb918298496c2a49eaa39fa9e4d9) - embeddedt
* [23w43a](https://github.com/embeddedt/ModernFix/commit/472ed42f22d3e4bf015cf6b5b4b7b635528cfa41) - embeddedt
* [23w42a](https://github.com/embeddedt/ModernFix/commit/231c3f41e59b29ffc59198dbe74508b2672a00d5) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/45c29216a861be6d287c68b61886c3e88d07e2d7) - embeddedt
* [Disable recursive fluidstate test on 1.20.2 for now](https://github.com/embeddedt/ModernFix/commit/0a2cda081410d58e859749bdb0a184191e6db21a) - embeddedt
* [1.20.2](https://github.com/embeddedt/ModernFix/commit/9bf0017aebb97983adc469de3930aed7f2094449) - embeddedt
* [1.20.2-pre3](https://github.com/embeddedt/ModernFix/commit/cb286c0bcac4c4a88a80e088cabed8ad4689962a) - embeddedt
* [23w33a](https://github.com/embeddedt/ModernFix/commit/8d1058cc3f72f274ac1455472ca6dd10639134a5) - embeddedt
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
展开
版本: 5.10.0+mc1.20.3
支持游戏: 1.20.3, 1.20.4
类型: NeoForge
Release
下载次数: 402
5.10.0+mc1.20.3
modernfix-fabric-5.10.0+mc1.20.3.jar下载5.10.0+mc1.20.3#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.20.1
* [Fix publishing to CF](https://github.com/embeddedt/ModernFix/commit/4fec9f53c3f18873e58746ed9d449eb1b82b396b) - embeddedt
* [Update Fabric Loader to fix tests](https://github.com/embeddedt/ModernFix/commit/b8cd5adbb10647d6adeec8a8a8d5ed0be11c025f) - embeddedt
* [Update to 1.20.3](https://github.com/embeddedt/ModernFix/commit/6592ac5cac36914bbd8adae56afbd9033aa1f0e9) - embeddedt
* [Add back Forge item model shaper mixin](https://github.com/embeddedt/ModernFix/commit/1f447b689f0a88d3b8f8d9dca49eb3937237ef91) - embeddedt
* [Fix AT not being added to production jar](https://github.com/embeddedt/ModernFix/commit/8df6fab0e7fa49e95c17aa56f66a61eeb46573f6) - embeddedt
* [Fix blockstate ID reassignment being broken](https://github.com/embeddedt/ModernFix/commit/328507cea32385cb0fc251b1e7bed6705f83f82b) - embeddedt
* [Second rename pass, reaches main menu](https://github.com/embeddedt/ModernFix/commit/c6b38f340a53fc9100387ec5dbd207f9f3cbabca) - embeddedt
* [Compiles, not yet running](https://github.com/embeddedt/ModernFix/commit/69a9aa76da9643a04a93bf5a7dfc68527e044659) - embeddedt
* [Fix mistake in build script](https://github.com/embeddedt/ModernFix/commit/87ee1017ae5d4ed10209a7a8d9663089c0ef9725) - embeddedt
* [Switch build target to NeoForge](https://github.com/embeddedt/ModernFix/commit/fcf21283d82cb7a050898f7bfa0f7b46f3c0e554) - embeddedt
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Update test mod](https://github.com/embeddedt/ModernFix/commit/f594ec6c5b203e0303dbcaf4995f99c3b45e4713) - embeddedt
* [Fix config screen background](https://github.com/embeddedt/ModernFix/commit/473597a91535067bc0a3a70c5af549928e18e6a4) - embeddedt
* [1.20.3-rc1](https://github.com/embeddedt/ModernFix/commit/84061b197f8a06c35e5ead1f682e0cc8180db0ad) - embeddedt
* [23w45a](https://github.com/embeddedt/ModernFix/commit/dc86d3e137ec701c2dbf164099ec50c4a6d9011f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/af8e23f41ac17e79d6ace2d14bfbdd2bdf1f2546) - embeddedt
* [Update Loom](https://github.com/embeddedt/ModernFix/commit/19ba30280c17c630a592f1804b79aa158650bc45) - embeddedt
* [Completely remove BitSet trimming](https://github.com/embeddedt/ModernFix/commit/33609d234cac6e9cbec99ffcaccc581464d24d6b) - embeddedt
* [Forge 1.20.2 (#301)](https://github.com/embeddedt/ModernFix/commit/6e3134161ad544fe79be5c0f0ce6bf861285448f) - TonimatasDEV
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Support closed flag on BufferBuilders](https://github.com/embeddedt/ModernFix/commit/86c6e90436cb4b2c774c617fea89f6997a341459) - embeddedt
* [23w44a](https://github.com/embeddedt/ModernFix/commit/915de8187ee8cb918298496c2a49eaa39fa9e4d9) - embeddedt
* [23w43a](https://github.com/embeddedt/ModernFix/commit/472ed42f22d3e4bf015cf6b5b4b7b635528cfa41) - embeddedt
* [23w42a](https://github.com/embeddedt/ModernFix/commit/231c3f41e59b29ffc59198dbe74508b2672a00d5) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/45c29216a861be6d287c68b61886c3e88d07e2d7) - embeddedt
* [Disable recursive fluidstate test on 1.20.2 for now](https://github.com/embeddedt/ModernFix/commit/0a2cda081410d58e859749bdb0a184191e6db21a) - embeddedt
* [1.20.2](https://github.com/embeddedt/ModernFix/commit/9bf0017aebb97983adc469de3930aed7f2094449) - embeddedt
* [1.20.2-pre3](https://github.com/embeddedt/ModernFix/commit/cb286c0bcac4c4a88a80e088cabed8ad4689962a) - embeddedt
* [23w33a](https://github.com/embeddedt/ModernFix/commit/8d1058cc3f72f274ac1455472ca6dd10639134a5) - embeddedt
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
## Changes since 5.9.3+1.20.1
* [Fix publishing to CF](https://github.com/embeddedt/ModernFix/commit/4fec9f53c3f18873e58746ed9d449eb1b82b396b) - embeddedt
* [Update Fabric Loader to fix tests](https://github.com/embeddedt/ModernFix/commit/b8cd5adbb10647d6adeec8a8a8d5ed0be11c025f) - embeddedt
* [Update to 1.20.3](https://github.com/embeddedt/ModernFix/commit/6592ac5cac36914bbd8adae56afbd9033aa1f0e9) - embeddedt
* [Add back Forge item model shaper mixin](https://github.com/embeddedt/ModernFix/commit/1f447b689f0a88d3b8f8d9dca49eb3937237ef91) - embeddedt
* [Fix AT not being added to production jar](https://github.com/embeddedt/ModernFix/commit/8df6fab0e7fa49e95c17aa56f66a61eeb46573f6) - embeddedt
* [Fix blockstate ID reassignment being broken](https://github.com/embeddedt/ModernFix/commit/328507cea32385cb0fc251b1e7bed6705f83f82b) - embeddedt
* [Second rename pass, reaches main menu](https://github.com/embeddedt/ModernFix/commit/c6b38f340a53fc9100387ec5dbd207f9f3cbabca) - embeddedt
* [Compiles, not yet running](https://github.com/embeddedt/ModernFix/commit/69a9aa76da9643a04a93bf5a7dfc68527e044659) - embeddedt
* [Fix mistake in build script](https://github.com/embeddedt/ModernFix/commit/87ee1017ae5d4ed10209a7a8d9663089c0ef9725) - embeddedt
* [Switch build target to NeoForge](https://github.com/embeddedt/ModernFix/commit/fcf21283d82cb7a050898f7bfa0f7b46f3c0e554) - embeddedt
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Update test mod](https://github.com/embeddedt/ModernFix/commit/f594ec6c5b203e0303dbcaf4995f99c3b45e4713) - embeddedt
* [Fix config screen background](https://github.com/embeddedt/ModernFix/commit/473597a91535067bc0a3a70c5af549928e18e6a4) - embeddedt
* [1.20.3-rc1](https://github.com/embeddedt/ModernFix/commit/84061b197f8a06c35e5ead1f682e0cc8180db0ad) - embeddedt
* [23w45a](https://github.com/embeddedt/ModernFix/commit/dc86d3e137ec701c2dbf164099ec50c4a6d9011f) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/af8e23f41ac17e79d6ace2d14bfbdd2bdf1f2546) - embeddedt
* [Update Loom](https://github.com/embeddedt/ModernFix/commit/19ba30280c17c630a592f1804b79aa158650bc45) - embeddedt
* [Completely remove BitSet trimming](https://github.com/embeddedt/ModernFix/commit/33609d234cac6e9cbec99ffcaccc581464d24d6b) - embeddedt
* [Forge 1.20.2 (#301)](https://github.com/embeddedt/ModernFix/commit/6e3134161ad544fe79be5c0f0ce6bf861285448f) - TonimatasDEV
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Support closed flag on BufferBuilders](https://github.com/embeddedt/ModernFix/commit/86c6e90436cb4b2c774c617fea89f6997a341459) - embeddedt
* [23w44a](https://github.com/embeddedt/ModernFix/commit/915de8187ee8cb918298496c2a49eaa39fa9e4d9) - embeddedt
* [23w43a](https://github.com/embeddedt/ModernFix/commit/472ed42f22d3e4bf015cf6b5b4b7b635528cfa41) - embeddedt
* [23w42a](https://github.com/embeddedt/ModernFix/commit/231c3f41e59b29ffc59198dbe74508b2672a00d5) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/45c29216a861be6d287c68b61886c3e88d07e2d7) - embeddedt
* [Disable recursive fluidstate test on 1.20.2 for now](https://github.com/embeddedt/ModernFix/commit/0a2cda081410d58e859749bdb0a184191e6db21a) - embeddedt
* [1.20.2](https://github.com/embeddedt/ModernFix/commit/9bf0017aebb97983adc469de3930aed7f2094449) - embeddedt
* [1.20.2-pre3](https://github.com/embeddedt/ModernFix/commit/cb286c0bcac4c4a88a80e088cabed8ad4689962a) - embeddedt
* [23w33a](https://github.com/embeddedt/ModernFix/commit/8d1058cc3f72f274ac1455472ca6dd10639134a5) - embeddedt
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
展开
版本: 5.10.0+mc1.20.3
支持游戏: 1.20.3, 1.20.4
类型: Fabric
Release
下载次数: 271,584
5.10.0+mc1.18.2
modernfix-forge-5.10.0+mc1.18.2.jar下载5.10.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.18.2
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
## Changes since 5.9.3+1.18.2
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
展开
版本: 5.10.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 2,288
5.10.0+mc1.18.2
modernfix-fabric-5.10.0+mc1.18.2.jar下载5.10.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.18.2
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
## Changes since 5.9.3+1.18.2
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
展开
版本: 5.10.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 1,699
5.10.0+mc1.19.2
modernfix-forge-5.10.0+mc1.19.2.jar下载5.10.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.19.2
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
## Changes since 5.9.3+1.19.2
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
展开
版本: 5.10.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 2,462
5.10.0+mc1.20.2
modernfix-forge-5.10.0+mc1.20.2.jar下载5.10.0+mc1.20.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.20.1
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Fix config screen background](https://github.com/embeddedt/ModernFix/commit/473597a91535067bc0a3a70c5af549928e18e6a4) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/af8e23f41ac17e79d6ace2d14bfbdd2bdf1f2546) - embeddedt
* [Update Loom](https://github.com/embeddedt/ModernFix/commit/19ba30280c17c630a592f1804b79aa158650bc45) - embeddedt
* [Completely remove BitSet trimming](https://github.com/embeddedt/ModernFix/commit/33609d234cac6e9cbec99ffcaccc581464d24d6b) - embeddedt
* [Forge 1.20.2 (#301)](https://github.com/embeddedt/ModernFix/commit/6e3134161ad544fe79be5c0f0ce6bf861285448f) - TonimatasDEV
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/45c29216a861be6d287c68b61886c3e88d07e2d7) - embeddedt
* [Disable recursive fluidstate test on 1.20.2 for now](https://github.com/embeddedt/ModernFix/commit/0a2cda081410d58e859749bdb0a184191e6db21a) - embeddedt
* [1.20.2](https://github.com/embeddedt/ModernFix/commit/9bf0017aebb97983adc469de3930aed7f2094449) - embeddedt
* [1.20.2-pre3](https://github.com/embeddedt/ModernFix/commit/cb286c0bcac4c4a88a80e088cabed8ad4689962a) - embeddedt
* [23w33a](https://github.com/embeddedt/ModernFix/commit/8d1058cc3f72f274ac1455472ca6dd10639134a5) - embeddedt
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
## Changes since 5.9.3+1.20.1
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Fix config screen background](https://github.com/embeddedt/ModernFix/commit/473597a91535067bc0a3a70c5af549928e18e6a4) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/af8e23f41ac17e79d6ace2d14bfbdd2bdf1f2546) - embeddedt
* [Update Loom](https://github.com/embeddedt/ModernFix/commit/19ba30280c17c630a592f1804b79aa158650bc45) - embeddedt
* [Completely remove BitSet trimming](https://github.com/embeddedt/ModernFix/commit/33609d234cac6e9cbec99ffcaccc581464d24d6b) - embeddedt
* [Forge 1.20.2 (#301)](https://github.com/embeddedt/ModernFix/commit/6e3134161ad544fe79be5c0f0ce6bf861285448f) - TonimatasDEV
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/45c29216a861be6d287c68b61886c3e88d07e2d7) - embeddedt
* [Disable recursive fluidstate test on 1.20.2 for now](https://github.com/embeddedt/ModernFix/commit/0a2cda081410d58e859749bdb0a184191e6db21a) - embeddedt
* [1.20.2](https://github.com/embeddedt/ModernFix/commit/9bf0017aebb97983adc469de3930aed7f2094449) - embeddedt
* [1.20.2-pre3](https://github.com/embeddedt/ModernFix/commit/cb286c0bcac4c4a88a80e088cabed8ad4689962a) - embeddedt
* [23w33a](https://github.com/embeddedt/ModernFix/commit/8d1058cc3f72f274ac1455472ca6dd10639134a5) - embeddedt
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
展开
版本: 5.10.0+mc1.20.2
支持游戏: 1.20.2
类型: Forge
Release
下载次数: 806
5.10.0+mc1.19.2
modernfix-fabric-5.10.0+mc1.19.2.jar下载5.10.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.19.2
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
## Changes since 5.9.3+1.19.2
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
展开
版本: 5.10.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 3,699
5.10.0+mc1.20.2
modernfix-fabric-5.10.0+mc1.20.2.jar下载5.10.0+mc1.20.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.20.1
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Fix config screen background](https://github.com/embeddedt/ModernFix/commit/473597a91535067bc0a3a70c5af549928e18e6a4) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/af8e23f41ac17e79d6ace2d14bfbdd2bdf1f2546) - embeddedt
* [Update Loom](https://github.com/embeddedt/ModernFix/commit/19ba30280c17c630a592f1804b79aa158650bc45) - embeddedt
* [Completely remove BitSet trimming](https://github.com/embeddedt/ModernFix/commit/33609d234cac6e9cbec99ffcaccc581464d24d6b) - embeddedt
* [Forge 1.20.2 (#301)](https://github.com/embeddedt/ModernFix/commit/6e3134161ad544fe79be5c0f0ce6bf861285448f) - TonimatasDEV
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/45c29216a861be6d287c68b61886c3e88d07e2d7) - embeddedt
* [Disable recursive fluidstate test on 1.20.2 for now](https://github.com/embeddedt/ModernFix/commit/0a2cda081410d58e859749bdb0a184191e6db21a) - embeddedt
* [1.20.2](https://github.com/embeddedt/ModernFix/commit/9bf0017aebb97983adc469de3930aed7f2094449) - embeddedt
* [1.20.2-pre3](https://github.com/embeddedt/ModernFix/commit/cb286c0bcac4c4a88a80e088cabed8ad4689962a) - embeddedt
* [23w33a](https://github.com/embeddedt/ModernFix/commit/8d1058cc3f72f274ac1455472ca6dd10639134a5) - embeddedt
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
## Changes since 5.9.3+1.20.1
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Fix config screen background](https://github.com/embeddedt/ModernFix/commit/473597a91535067bc0a3a70c5af549928e18e6a4) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Fix mixin target](https://github.com/embeddedt/ModernFix/commit/af8e23f41ac17e79d6ace2d14bfbdd2bdf1f2546) - embeddedt
* [Update Loom](https://github.com/embeddedt/ModernFix/commit/19ba30280c17c630a592f1804b79aa158650bc45) - embeddedt
* [Completely remove BitSet trimming](https://github.com/embeddedt/ModernFix/commit/33609d234cac6e9cbec99ffcaccc581464d24d6b) - embeddedt
* [Forge 1.20.2 (#301)](https://github.com/embeddedt/ModernFix/commit/6e3134161ad544fe79be5c0f0ce6bf861285448f) - TonimatasDEV
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/45c29216a861be6d287c68b61886c3e88d07e2d7) - embeddedt
* [Disable recursive fluidstate test on 1.20.2 for now](https://github.com/embeddedt/ModernFix/commit/0a2cda081410d58e859749bdb0a184191e6db21a) - embeddedt
* [1.20.2](https://github.com/embeddedt/ModernFix/commit/9bf0017aebb97983adc469de3930aed7f2094449) - embeddedt
* [1.20.2-pre3](https://github.com/embeddedt/ModernFix/commit/cb286c0bcac4c4a88a80e088cabed8ad4689962a) - embeddedt
* [23w33a](https://github.com/embeddedt/ModernFix/commit/8d1058cc3f72f274ac1455472ca6dd10639134a5) - embeddedt
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
展开
版本: 5.10.0+mc1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 34,104
5.10.0+mc1.20.1
modernfix-forge-5.10.0+mc1.20.1.jar下载5.10.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.20.1
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
## Changes since 5.9.3+1.20.1
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
展开
版本: 5.10.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 48,643
5.10.0+mc1.20.1
modernfix-fabric-5.10.0+mc1.20.1.jar下载5.10.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.20.1
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
## Changes since 5.9.3+1.20.1
* [Mark registry redirect as non-required](https://github.com/embeddedt/ModernFix/commit/cb09af7e867ddea4ad2e52f0ade0156d5b00dea6) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/2c577da8fda7e3973d0bb582379df889aa6b0a97) - embeddedt
* [Rewrite missing model emulation functionality for 1.20+ dynres implementation](https://github.com/embeddedt/ModernFix/commit/2e9166c7df906d43b773a89afd66bb626eb97d88) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/7be382a3cedadf1665cf030ff2fbef5161ae7d5b) - embeddedt
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [Mark buffer builder fix as client only](https://github.com/embeddedt/ModernFix/commit/61ce2e7117d7465b3a72494101984682a110e24e) - embeddedt
* [Update generic](https://github.com/embeddedt/ModernFix/commit/8ce41242ed921c82b6fc8aee010e64faa8883e32) - embeddedt
* [Update RegistryObject for 1.19.2 changes](https://github.com/embeddedt/ModernFix/commit/c7a60f511295420edc4bb464628a5d75bb49b8dd) - embeddedt
* [Update RegistryObject package name](https://github.com/embeddedt/ModernFix/commit/488be0c748e1f8e8193f601cfae09573c6013798) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
展开
版本: 5.10.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 71,040
5.10.0+mc1.16.5
modernfix-forge-5.10.0+mc1.16.5.jar下载5.10.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.16.5
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
## Changes since 5.9.3+1.16.5
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
展开
版本: 5.10.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 3,060
5.10.0+mc1.16.5
modernfix-fabric-5.10.0+mc1.16.5.jar下载5.10.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.3+1.16.5
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
## Changes since 5.9.3+1.16.5
* [Handle path arrays with empty components correctly](https://github.com/embeddedt/ModernFix/commit/2946b3a7b5164b8b81b8bcf92668eddbcf260dd0) - embeddedt
* [More ClientOnlyMixin](https://github.com/embeddedt/ModernFix/commit/a1f3300a8ac9d92dba9aa8e2dfd938d803717406) - embeddedt
* [Create ru_ru.json (#303)](https://github.com/embeddedt/ModernFix/commit/ef6c14a61e8f65dadac8908189811ffeafd4f807) - Bogdan
* [Update zh_tw.json (#302)](https://github.com/embeddedt/ModernFix/commit/27167ea42cd4fd67ccf4be6a39cc3ecd589ffe4f) - notlin4
* [Fix RegistryObject#get allocating on every call](https://github.com/embeddedt/ModernFix/commit/a531df53cbe19ecbec08cb5d7b9d696dc7a5e48d) - embeddedt
展开
版本: 5.10.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 1,100
5.9.3+mc1.18.2
modernfix-forge-5.9.3+mc1.18.2.jar下载5.9.3+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.2+1.18.2
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
## Changes since 5.9.2+1.18.2
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
展开
版本: 5.9.3+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 7,431
5.9.3+mc1.18.2
modernfix-fabric-5.9.3+mc1.18.2.jar下载5.9.3+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.2+1.18.2
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
## Changes since 5.9.2+1.18.2
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
展开
版本: 5.9.3+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 951
5.9.3+mc1.19.2
modernfix-forge-5.9.3+mc1.19.2.jar下载5.9.3+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.2+1.19.2
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
## Changes since 5.9.2+1.19.2
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
展开
版本: 5.9.3+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 13,601
5.9.3+mc1.19.2
modernfix-fabric-5.9.3+mc1.19.2.jar下载5.9.3+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.2+1.19.2
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
## Changes since 5.9.2+1.19.2
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
展开
版本: 5.9.3+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 32,243
5.9.3+mc1.16.5
modernfix-forge-5.9.3+mc1.16.5.jar下载5.9.3+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.2+1.16.5
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
## Changes since 5.9.2+1.16.5
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
展开
版本: 5.9.3+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 5,185
5.9.3+mc1.16.5
modernfix-fabric-5.9.3+mc1.16.5.jar下载5.9.3+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.2+1.16.5
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
## Changes since 5.9.2+1.16.5
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
展开
版本: 5.9.3+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 1,696
5.9.3+mc1.20.1
modernfix-forge-5.9.3+mc1.20.1.jar下载5.9.3+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.2+1.20.1
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
* [Remove blockstate lambda fallback on Forge](https://github.com/embeddedt/ModernFix/commit/193b0922cc92ecece90f00de9f8fde9ccc8c4c0f) - embeddedt
## Changes since 5.9.2+1.20.1
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
* [Remove blockstate lambda fallback on Forge](https://github.com/embeddedt/ModernFix/commit/193b0922cc92ecece90f00de9f8fde9ccc8c4c0f) - embeddedt
展开
版本: 5.9.3+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 19,769
5.9.3+mc1.20.2
modernfix-fabric-5.9.3+mc1.20.2.jar下载5.9.3+mc1.20.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.2+1.20.2
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
* [Remove blockstate lambda fallback on Forge](https://github.com/embeddedt/ModernFix/commit/193b0922cc92ecece90f00de9f8fde9ccc8c4c0f) - embeddedt
## Changes since 5.9.2+1.20.2
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
* [Remove blockstate lambda fallback on Forge](https://github.com/embeddedt/ModernFix/commit/193b0922cc92ecece90f00de9f8fde9ccc8c4c0f) - embeddedt
展开
版本: 5.9.3+mc1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 78,157
5.9.3+mc1.20.1
modernfix-fabric-5.9.3+mc1.20.1.jar下载5.9.3+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.2+1.20.1
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
* [Remove blockstate lambda fallback on Forge](https://github.com/embeddedt/ModernFix/commit/193b0922cc92ecece90f00de9f8fde9ccc8c4c0f) - embeddedt
## Changes since 5.9.2+1.20.1
* [Stop logging for suspicious async chunkloads if they complete quickly enough](https://github.com/embeddedt/ModernFix/commit/7c0f8b8befd089c445b13683a99fa67a90b1a45b) - embeddedt
* [Remove blockstate lambda fallback on Forge](https://github.com/embeddedt/ModernFix/commit/193b0922cc92ecece90f00de9f8fde9ccc8c4c0f) - embeddedt
展开
版本: 5.9.3+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 118,753
5.8.2-beta.23+mc23w45a.464c
modernfix-fabric-5.8.2-beta.23+mc23w45a.464c.jar下载5.8.2-beta.23+mc23w45a.464c#Beta
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.20.2
* [23w45a](https://github.com/embeddedt/ModernFix/commit/464cf0b290bb3493750afea7e88e9bce88e312aa) - embeddedt
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
* [Update zh_cn.json (#288)](https://github.com/embeddedt/ModernFix/commit/5983ed5bf31060f53e759cd1b74f2aab42af00f9) - 其智乃反不能及
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Add description for cache_profile_texture_url](https://github.com/embeddedt/ModernFix/commit/bd55e16d6e5a2db2887d0fbbd645efa53db44857) - embeddedt
* [Avoid slow getHash call when retrieving skins](https://github.com/embeddedt/ModernFix/commit/e859ce8eb6b7b05c79179becf67df32e3efc4ad5) - embeddedt
* [Mark Embers as requiring namespaced model registry](https://github.com/embeddedt/ModernFix/commit/d11e9ac190da14afd02a3467d1f01119025add14) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/3551ab645a32916b3d9e7fb9da648df3157a829b) - embeddedt
* [Refactor Forge dynamic resources implementation to be similar to Fabric](https://github.com/embeddedt/ModernFix/commit/cc60cba1f211a55a569db0a6edda8a6d8b7e2d20) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Support closed flag on BufferBuilders](https://github.com/embeddedt/ModernFix/commit/86c6e90436cb4b2c774c617fea89f6997a341459) - embeddedt
* [23w44a](https://github.com/embeddedt/ModernFix/commit/915de8187ee8cb918298496c2a49eaa39fa9e4d9) - embeddedt
* [Allow dimensions to be removed](https://github.com/embeddedt/ModernFix/commit/482c0ca5039011466510207a1ade556ff93e8135) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Remove Diagonal Fences mixin on 1.20+, mod now uses dynres-compatible logic](https://github.com/embeddedt/ModernFix/commit/d358ea37a894de0a90626d9fda3edeb6975da0d9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Disable mixin.feature.registry_event_progress by default](https://github.com/embeddedt/ModernFix/commit/375276ea1f5d840afbb8ec5585f1425c7808fb1f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/59235e6a216ec757dbd36dff90805c5e96bdf35b) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/09490df85d035209dd47f156eb4af67634a2e77a) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
* [Support earlyy baking models on Forge as well](https://github.com/embeddedt/ModernFix/commit/81baeea35b7c1adc6cea4c5ad3ce0db54eef06c2) - embeddedt
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Fix FFAPI Model Loading API v1 causing missing item models](https://github.com/embeddedt/ModernFix/commit/7cb660f9557a30a8e5c4097a51759f1565ebff3f) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Unify ModelMangerMixin (#265)](https://github.com/embeddedt/ModernFix/commit/c0cdbd122e1afd5ff57ba4e7af739d8d00566cce) - Fury_Phoenix
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [23w43a](https://github.com/embeddedt/ModernFix/commit/472ed42f22d3e4bf015cf6b5b4b7b635528cfa41) - embeddedt
* [Drop TinyFD patch on 1.20+](https://github.com/embeddedt/ModernFix/commit/fd61abb375fe8a84be7d85311217ee9f821c3a7f) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [23w42a](https://github.com/embeddedt/ModernFix/commit/231c3f41e59b29ffc59198dbe74508b2672a00d5) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
* [Improve performance of async handoff](https://github.com/embeddedt/ModernFix/commit/73d2a4405ddacd23f59d5ebccc460f4df812bd12) - embeddedt
* [Avoid calling createCapabilities many times, mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/8d766a8cc8c5c0f5dac1524f49c32a36ac37d2d2) - embeddedt
* [Rename feature](https://github.com/embeddedt/ModernFix/commit/fe8d0434c59d307438305adf1a70edee96a58327) - embeddedt
* [Show mod names and progress during registry events](https://github.com/embeddedt/ModernFix/commit/ae59c2496eda1680fee770f482682345122f9343) - embeddedt
* [Temporarily shift splash screen control to background thread during registry events](https://github.com/embeddedt/ModernFix/commit/a19d519b4b609908166a5c790aacc64d289a2537) - embeddedt
## Changes since 5.8.1+1.20.2
* [23w45a](https://github.com/embeddedt/ModernFix/commit/464cf0b290bb3493750afea7e88e9bce88e312aa) - embeddedt
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
* [Update zh_cn.json (#288)](https://github.com/embeddedt/ModernFix/commit/5983ed5bf31060f53e759cd1b74f2aab42af00f9) - 其智乃反不能及
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Add description for cache_profile_texture_url](https://github.com/embeddedt/ModernFix/commit/bd55e16d6e5a2db2887d0fbbd645efa53db44857) - embeddedt
* [Avoid slow getHash call when retrieving skins](https://github.com/embeddedt/ModernFix/commit/e859ce8eb6b7b05c79179becf67df32e3efc4ad5) - embeddedt
* [Mark Embers as requiring namespaced model registry](https://github.com/embeddedt/ModernFix/commit/d11e9ac190da14afd02a3467d1f01119025add14) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/3551ab645a32916b3d9e7fb9da648df3157a829b) - embeddedt
* [Refactor Forge dynamic resources implementation to be similar to Fabric](https://github.com/embeddedt/ModernFix/commit/cc60cba1f211a55a569db0a6edda8a6d8b7e2d20) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Support closed flag on BufferBuilders](https://github.com/embeddedt/ModernFix/commit/86c6e90436cb4b2c774c617fea89f6997a341459) - embeddedt
* [23w44a](https://github.com/embeddedt/ModernFix/commit/915de8187ee8cb918298496c2a49eaa39fa9e4d9) - embeddedt
* [Allow dimensions to be removed](https://github.com/embeddedt/ModernFix/commit/482c0ca5039011466510207a1ade556ff93e8135) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Remove Diagonal Fences mixin on 1.20+, mod now uses dynres-compatible logic](https://github.com/embeddedt/ModernFix/commit/d358ea37a894de0a90626d9fda3edeb6975da0d9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Disable mixin.feature.registry_event_progress by default](https://github.com/embeddedt/ModernFix/commit/375276ea1f5d840afbb8ec5585f1425c7808fb1f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/59235e6a216ec757dbd36dff90805c5e96bdf35b) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/09490df85d035209dd47f156eb4af67634a2e77a) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
* [Support earlyy baking models on Forge as well](https://github.com/embeddedt/ModernFix/commit/81baeea35b7c1adc6cea4c5ad3ce0db54eef06c2) - embeddedt
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Fix FFAPI Model Loading API v1 causing missing item models](https://github.com/embeddedt/ModernFix/commit/7cb660f9557a30a8e5c4097a51759f1565ebff3f) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Unify ModelMangerMixin (#265)](https://github.com/embeddedt/ModernFix/commit/c0cdbd122e1afd5ff57ba4e7af739d8d00566cce) - Fury_Phoenix
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [23w43a](https://github.com/embeddedt/ModernFix/commit/472ed42f22d3e4bf015cf6b5b4b7b635528cfa41) - embeddedt
* [Drop TinyFD patch on 1.20+](https://github.com/embeddedt/ModernFix/commit/fd61abb375fe8a84be7d85311217ee9f821c3a7f) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [23w42a](https://github.com/embeddedt/ModernFix/commit/231c3f41e59b29ffc59198dbe74508b2672a00d5) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
* [Improve performance of async handoff](https://github.com/embeddedt/ModernFix/commit/73d2a4405ddacd23f59d5ebccc460f4df812bd12) - embeddedt
* [Avoid calling createCapabilities many times, mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/8d766a8cc8c5c0f5dac1524f49c32a36ac37d2d2) - embeddedt
* [Rename feature](https://github.com/embeddedt/ModernFix/commit/fe8d0434c59d307438305adf1a70edee96a58327) - embeddedt
* [Show mod names and progress during registry events](https://github.com/embeddedt/ModernFix/commit/ae59c2496eda1680fee770f482682345122f9343) - embeddedt
* [Temporarily shift splash screen control to background thread during registry events](https://github.com/embeddedt/ModernFix/commit/a19d519b4b609908166a5c790aacc64d289a2537) - embeddedt
展开
版本: 5.8.2-beta.23+mc23w45a.464c
支持游戏: 23w45a
类型: Fabric
Beta
下载次数: 4,870
5.9.2+mc1.18.2
modernfix-forge-5.9.2+mc1.18.2.jar下载5.9.2+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.1+1.18.2
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
## Changes since 5.9.1+1.18.2
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
展开
版本: 5.9.2+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 513
5.9.2+mc1.18.2
modernfix-fabric-5.9.2+mc1.18.2.jar下载5.9.2+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.1+1.18.2
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
## Changes since 5.9.1+1.18.2
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
展开
版本: 5.9.2+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 4,866
5.9.2+mc1.20.1
modernfix-forge-5.9.2+mc1.20.1.jar下载5.9.2+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.1+1.20.1
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
* [Update zh_cn.json (#288)](https://github.com/embeddedt/ModernFix/commit/5983ed5bf31060f53e759cd1b74f2aab42af00f9) - 其智乃反不能及
## Changes since 5.9.1+1.20.1
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
* [Update zh_cn.json (#288)](https://github.com/embeddedt/ModernFix/commit/5983ed5bf31060f53e759cd1b74f2aab42af00f9) - 其智乃反不能及
展开
版本: 5.9.2+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 5,187
5.9.2+mc1.20.1
modernfix-fabric-5.9.2+mc1.20.1.jar下载5.9.2+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.1+1.20.1
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
* [Update zh_cn.json (#288)](https://github.com/embeddedt/ModernFix/commit/5983ed5bf31060f53e759cd1b74f2aab42af00f9) - 其智乃反不能及
## Changes since 5.9.1+1.20.1
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
* [Update zh_cn.json (#288)](https://github.com/embeddedt/ModernFix/commit/5983ed5bf31060f53e759cd1b74f2aab42af00f9) - 其智乃反不能及
展开
版本: 5.9.2+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 28,534
5.9.2+mc1.19.2
modernfix-forge-5.9.2+mc1.19.2.jar下载5.9.2+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.1+1.19.2
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
## Changes since 5.9.1+1.19.2
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
展开
版本: 5.9.2+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 602
5.9.2+mc1.19.2
modernfix-fabric-5.9.2+mc1.19.2.jar下载5.9.2+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.1+1.19.2
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
## Changes since 5.9.1+1.19.2
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
展开
版本: 5.9.2+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 20,494
5.9.2+mc1.16.5
modernfix-forge-5.9.2+mc1.16.5.jar下载5.9.2+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.1+1.16.5
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
## Changes since 5.9.1+1.16.5
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
展开
版本: 5.9.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 460
5.9.2+mc1.16.5
modernfix-fabric-5.9.2+mc1.16.5.jar下载5.9.2+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.1+1.16.5
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
## Changes since 5.9.1+1.16.5
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
展开
版本: 5.9.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 28,243
5.9.2+mc1.20.2
modernfix-fabric-5.9.2+mc1.20.2.jar下载5.9.2+mc1.20.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.1+1.20.2
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
* [Update zh_cn.json (#288)](https://github.com/embeddedt/ModernFix/commit/5983ed5bf31060f53e759cd1b74f2aab42af00f9) - 其智乃反不能及
## Changes since 5.9.1+1.20.2
* [Fix replaceAll being broken on the model registry](https://github.com/embeddedt/ModernFix/commit/215b797e7bb98bb24ce53908fc7c7981c61a638f) - embeddedt
* [Update zh_cn.json (#288)](https://github.com/embeddedt/ModernFix/commit/5983ed5bf31060f53e759cd1b74f2aab42af00f9) - 其智乃反不能及
展开
版本: 5.9.2+mc1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 22,407
5.9.1+mc1.20.1
modernfix-forge-5.9.1+mc1.20.1.jar下载5.9.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.0+1.20.1
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Add description for cache_profile_texture_url](https://github.com/embeddedt/ModernFix/commit/bd55e16d6e5a2db2887d0fbbd645efa53db44857) - embeddedt
* [Avoid slow getHash call when retrieving skins](https://github.com/embeddedt/ModernFix/commit/e859ce8eb6b7b05c79179becf67df32e3efc4ad5) - embeddedt
* [Mark Embers as requiring namespaced model registry](https://github.com/embeddedt/ModernFix/commit/d11e9ac190da14afd02a3467d1f01119025add14) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/3551ab645a32916b3d9e7fb9da648df3157a829b) - embeddedt
* [Refactor Forge dynamic resources implementation to be similar to Fabric](https://github.com/embeddedt/ModernFix/commit/cc60cba1f211a55a569db0a6edda8a6d8b7e2d20) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Allow dimensions to be removed](https://github.com/embeddedt/ModernFix/commit/482c0ca5039011466510207a1ade556ff93e8135) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Remove Diagonal Fences mixin on 1.20+, mod now uses dynres-compatible logic](https://github.com/embeddedt/ModernFix/commit/d358ea37a894de0a90626d9fda3edeb6975da0d9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Disable mixin.feature.registry_event_progress by default](https://github.com/embeddedt/ModernFix/commit/375276ea1f5d840afbb8ec5585f1425c7808fb1f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/59235e6a216ec757dbd36dff90805c5e96bdf35b) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/09490df85d035209dd47f156eb4af67634a2e77a) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
* [Improve performance of async handoff](https://github.com/embeddedt/ModernFix/commit/73d2a4405ddacd23f59d5ebccc460f4df812bd12) - embeddedt
* [Avoid calling createCapabilities many times, mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/8d766a8cc8c5c0f5dac1524f49c32a36ac37d2d2) - embeddedt
* [Rename feature](https://github.com/embeddedt/ModernFix/commit/fe8d0434c59d307438305adf1a70edee96a58327) - embeddedt
* [Show mod names and progress during registry events](https://github.com/embeddedt/ModernFix/commit/ae59c2496eda1680fee770f482682345122f9343) - embeddedt
* [Temporarily shift splash screen control to background thread during registry events](https://github.com/embeddedt/ModernFix/commit/a19d519b4b609908166a5c790aacc64d289a2537) - embeddedt
## Changes since 5.9.0+1.20.1
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Add description for cache_profile_texture_url](https://github.com/embeddedt/ModernFix/commit/bd55e16d6e5a2db2887d0fbbd645efa53db44857) - embeddedt
* [Avoid slow getHash call when retrieving skins](https://github.com/embeddedt/ModernFix/commit/e859ce8eb6b7b05c79179becf67df32e3efc4ad5) - embeddedt
* [Mark Embers as requiring namespaced model registry](https://github.com/embeddedt/ModernFix/commit/d11e9ac190da14afd02a3467d1f01119025add14) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/3551ab645a32916b3d9e7fb9da648df3157a829b) - embeddedt
* [Refactor Forge dynamic resources implementation to be similar to Fabric](https://github.com/embeddedt/ModernFix/commit/cc60cba1f211a55a569db0a6edda8a6d8b7e2d20) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Allow dimensions to be removed](https://github.com/embeddedt/ModernFix/commit/482c0ca5039011466510207a1ade556ff93e8135) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Remove Diagonal Fences mixin on 1.20+, mod now uses dynres-compatible logic](https://github.com/embeddedt/ModernFix/commit/d358ea37a894de0a90626d9fda3edeb6975da0d9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Disable mixin.feature.registry_event_progress by default](https://github.com/embeddedt/ModernFix/commit/375276ea1f5d840afbb8ec5585f1425c7808fb1f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/59235e6a216ec757dbd36dff90805c5e96bdf35b) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/09490df85d035209dd47f156eb4af67634a2e77a) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
* [Improve performance of async handoff](https://github.com/embeddedt/ModernFix/commit/73d2a4405ddacd23f59d5ebccc460f4df812bd12) - embeddedt
* [Avoid calling createCapabilities many times, mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/8d766a8cc8c5c0f5dac1524f49c32a36ac37d2d2) - embeddedt
* [Rename feature](https://github.com/embeddedt/ModernFix/commit/fe8d0434c59d307438305adf1a70edee96a58327) - embeddedt
* [Show mod names and progress during registry events](https://github.com/embeddedt/ModernFix/commit/ae59c2496eda1680fee770f482682345122f9343) - embeddedt
* [Temporarily shift splash screen control to background thread during registry events](https://github.com/embeddedt/ModernFix/commit/a19d519b4b609908166a5c790aacc64d289a2537) - embeddedt
展开
版本: 5.9.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 5,724
5.9.1+mc1.20.1
modernfix-fabric-5.9.1+mc1.20.1.jar下载5.9.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.0+1.20.1
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Add description for cache_profile_texture_url](https://github.com/embeddedt/ModernFix/commit/bd55e16d6e5a2db2887d0fbbd645efa53db44857) - embeddedt
* [Avoid slow getHash call when retrieving skins](https://github.com/embeddedt/ModernFix/commit/e859ce8eb6b7b05c79179becf67df32e3efc4ad5) - embeddedt
* [Mark Embers as requiring namespaced model registry](https://github.com/embeddedt/ModernFix/commit/d11e9ac190da14afd02a3467d1f01119025add14) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/3551ab645a32916b3d9e7fb9da648df3157a829b) - embeddedt
* [Refactor Forge dynamic resources implementation to be similar to Fabric](https://github.com/embeddedt/ModernFix/commit/cc60cba1f211a55a569db0a6edda8a6d8b7e2d20) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Allow dimensions to be removed](https://github.com/embeddedt/ModernFix/commit/482c0ca5039011466510207a1ade556ff93e8135) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Remove Diagonal Fences mixin on 1.20+, mod now uses dynres-compatible logic](https://github.com/embeddedt/ModernFix/commit/d358ea37a894de0a90626d9fda3edeb6975da0d9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Disable mixin.feature.registry_event_progress by default](https://github.com/embeddedt/ModernFix/commit/375276ea1f5d840afbb8ec5585f1425c7808fb1f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/59235e6a216ec757dbd36dff90805c5e96bdf35b) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/09490df85d035209dd47f156eb4af67634a2e77a) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
* [Improve performance of async handoff](https://github.com/embeddedt/ModernFix/commit/73d2a4405ddacd23f59d5ebccc460f4df812bd12) - embeddedt
* [Avoid calling createCapabilities many times, mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/8d766a8cc8c5c0f5dac1524f49c32a36ac37d2d2) - embeddedt
* [Rename feature](https://github.com/embeddedt/ModernFix/commit/fe8d0434c59d307438305adf1a70edee96a58327) - embeddedt
* [Show mod names and progress during registry events](https://github.com/embeddedt/ModernFix/commit/ae59c2496eda1680fee770f482682345122f9343) - embeddedt
* [Temporarily shift splash screen control to background thread during registry events](https://github.com/embeddedt/ModernFix/commit/a19d519b4b609908166a5c790aacc64d289a2537) - embeddedt
## Changes since 5.9.0+1.20.1
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Add description for cache_profile_texture_url](https://github.com/embeddedt/ModernFix/commit/bd55e16d6e5a2db2887d0fbbd645efa53db44857) - embeddedt
* [Avoid slow getHash call when retrieving skins](https://github.com/embeddedt/ModernFix/commit/e859ce8eb6b7b05c79179becf67df32e3efc4ad5) - embeddedt
* [Mark Embers as requiring namespaced model registry](https://github.com/embeddedt/ModernFix/commit/d11e9ac190da14afd02a3467d1f01119025add14) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/3551ab645a32916b3d9e7fb9da648df3157a829b) - embeddedt
* [Refactor Forge dynamic resources implementation to be similar to Fabric](https://github.com/embeddedt/ModernFix/commit/cc60cba1f211a55a569db0a6edda8a6d8b7e2d20) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Allow dimensions to be removed](https://github.com/embeddedt/ModernFix/commit/482c0ca5039011466510207a1ade556ff93e8135) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Remove Diagonal Fences mixin on 1.20+, mod now uses dynres-compatible logic](https://github.com/embeddedt/ModernFix/commit/d358ea37a894de0a90626d9fda3edeb6975da0d9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Disable mixin.feature.registry_event_progress by default](https://github.com/embeddedt/ModernFix/commit/375276ea1f5d840afbb8ec5585f1425c7808fb1f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/59235e6a216ec757dbd36dff90805c5e96bdf35b) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/09490df85d035209dd47f156eb4af67634a2e77a) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
* [Improve performance of async handoff](https://github.com/embeddedt/ModernFix/commit/73d2a4405ddacd23f59d5ebccc460f4df812bd12) - embeddedt
* [Avoid calling createCapabilities many times, mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/8d766a8cc8c5c0f5dac1524f49c32a36ac37d2d2) - embeddedt
* [Rename feature](https://github.com/embeddedt/ModernFix/commit/fe8d0434c59d307438305adf1a70edee96a58327) - embeddedt
* [Show mod names and progress during registry events](https://github.com/embeddedt/ModernFix/commit/ae59c2496eda1680fee770f482682345122f9343) - embeddedt
* [Temporarily shift splash screen control to background thread during registry events](https://github.com/embeddedt/ModernFix/commit/a19d519b4b609908166a5c790aacc64d289a2537) - embeddedt
展开
版本: 5.9.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 91,770
5.9.1+mc1.19.2
modernfix-forge-5.9.1+mc1.19.2.jar下载5.9.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.0+1.19.2
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
## Changes since 5.9.0+1.19.2
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
展开
版本: 5.9.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 190
5.9.1+mc1.19.2
modernfix-fabric-5.9.1+mc1.19.2.jar下载5.9.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.0+1.19.2
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
## Changes since 5.9.0+1.19.2
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
展开
版本: 5.9.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 301
5.9.1+mc1.18.2
modernfix-forge-5.9.1+mc1.18.2.jar下载5.9.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.0+1.18.2
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
## Changes since 5.9.0+1.18.2
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
展开
版本: 5.9.1+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 510
5.9.1+mc1.18.2
modernfix-fabric-5.9.1+mc1.18.2.jar下载5.9.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.0+1.18.2
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
## Changes since 5.9.0+1.18.2
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
展开
版本: 5.9.1+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 76
5.9.1+mc1.16.5
modernfix-forge-5.9.1+mc1.16.5.jar下载5.9.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.0+1.16.5
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
## Changes since 5.9.0+1.16.5
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
展开
版本: 5.9.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 141
5.9.1+mc1.16.5
modernfix-fabric-5.9.1+mc1.16.5.jar下载5.9.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.0+1.16.5
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
## Changes since 5.9.0+1.16.5
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
展开
版本: 5.9.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 91
5.9.1+mc1.20.2
modernfix-fabric-5.9.1+mc1.20.2.jar下载5.9.1+mc1.20.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.9.0+1.20.2
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Add description for cache_profile_texture_url](https://github.com/embeddedt/ModernFix/commit/bd55e16d6e5a2db2887d0fbbd645efa53db44857) - embeddedt
* [Avoid slow getHash call when retrieving skins](https://github.com/embeddedt/ModernFix/commit/e859ce8eb6b7b05c79179becf67df32e3efc4ad5) - embeddedt
* [Mark Embers as requiring namespaced model registry](https://github.com/embeddedt/ModernFix/commit/d11e9ac190da14afd02a3467d1f01119025add14) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/3551ab645a32916b3d9e7fb9da648df3157a829b) - embeddedt
* [Refactor Forge dynamic resources implementation to be similar to Fabric](https://github.com/embeddedt/ModernFix/commit/cc60cba1f211a55a569db0a6edda8a6d8b7e2d20) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Allow dimensions to be removed](https://github.com/embeddedt/ModernFix/commit/482c0ca5039011466510207a1ade556ff93e8135) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Remove Diagonal Fences mixin on 1.20+, mod now uses dynres-compatible logic](https://github.com/embeddedt/ModernFix/commit/d358ea37a894de0a90626d9fda3edeb6975da0d9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Disable mixin.feature.registry_event_progress by default](https://github.com/embeddedt/ModernFix/commit/375276ea1f5d840afbb8ec5585f1425c7808fb1f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/59235e6a216ec757dbd36dff90805c5e96bdf35b) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/09490df85d035209dd47f156eb4af67634a2e77a) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
* [Support earlyy baking models on Forge as well](https://github.com/embeddedt/ModernFix/commit/81baeea35b7c1adc6cea4c5ad3ce0db54eef06c2) - embeddedt
* [Improve performance of async handoff](https://github.com/embeddedt/ModernFix/commit/73d2a4405ddacd23f59d5ebccc460f4df812bd12) - embeddedt
* [Avoid calling createCapabilities many times, mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/8d766a8cc8c5c0f5dac1524f49c32a36ac37d2d2) - embeddedt
* [Rename feature](https://github.com/embeddedt/ModernFix/commit/fe8d0434c59d307438305adf1a70edee96a58327) - embeddedt
* [Show mod names and progress during registry events](https://github.com/embeddedt/ModernFix/commit/ae59c2496eda1680fee770f482682345122f9343) - embeddedt
* [Temporarily shift splash screen control to background thread during registry events](https://github.com/embeddedt/ModernFix/commit/a19d519b4b609908166a5c790aacc64d289a2537) - embeddedt
## Changes since 5.9.0+1.20.2
* [Fix path replacements being too aggressive](https://github.com/embeddedt/ModernFix/commit/134dc0ef20aa8f736ada6132d7bbb7712b0a65e9) - embeddedt
* [Remove unused import](https://github.com/embeddedt/ModernFix/commit/894173cf1d261fd43486f258416e545cd39f9288) - embeddedt
* [Update cache_profile_texture_url for 1.20.2](https://github.com/embeddedt/ModernFix/commit/fc525709513d04fe80ff6722c0cb15aac8fd22b8) - embeddedt
* [Add description for cache_profile_texture_url](https://github.com/embeddedt/ModernFix/commit/bd55e16d6e5a2db2887d0fbbd645efa53db44857) - embeddedt
* [Avoid slow getHash call when retrieving skins](https://github.com/embeddedt/ModernFix/commit/e859ce8eb6b7b05c79179becf67df32e3efc4ad5) - embeddedt
* [Mark Embers as requiring namespaced model registry](https://github.com/embeddedt/ModernFix/commit/d11e9ac190da14afd02a3467d1f01119025add14) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/3551ab645a32916b3d9e7fb9da648df3157a829b) - embeddedt
* [Refactor Forge dynamic resources implementation to be similar to Fabric](https://github.com/embeddedt/ModernFix/commit/cc60cba1f211a55a569db0a6edda8a6d8b7e2d20) - embeddedt
* [Warn if keySet is used by a mod when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/4de9022e3c964b30ce76afee3d7af718c09c6f6d) - embeddedt
* [Allow dimensions to be removed](https://github.com/embeddedt/ModernFix/commit/482c0ca5039011466510207a1ade556ff93e8135) - embeddedt
* [Update RS integration for 1.18+](https://github.com/embeddedt/ModernFix/commit/32ad8f6df1c1edd7fe86c50e436d7cb140c08af9) - embeddedt
* [Update Diagonal Fences mixin on 1.19](https://github.com/embeddedt/ModernFix/commit/58f79e25e9d5a2a05274958f92142d4c9504b897) - embeddedt
* [Remove Diagonal Fences mixin on 1.20+, mod now uses dynres-compatible logic](https://github.com/embeddedt/ModernFix/commit/d358ea37a894de0a90626d9fda3edeb6975da0d9) - embeddedt
* [Revert "Use copy-on-write map for permanent overrides"](https://github.com/embeddedt/ModernFix/commit/ced7f866d8394f73d24dd2dc42f47ff7eb3eb2f4) - embeddedt
* [Disable mixin.feature.registry_event_progress by default](https://github.com/embeddedt/ModernFix/commit/375276ea1f5d840afbb8ec5585f1425c7808fb1f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/59235e6a216ec757dbd36dff90805c5e96bdf35b) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/09490df85d035209dd47f156eb4af67634a2e77a) - embeddedt
* [Use copy-on-write map for permanent overrides](https://github.com/embeddedt/ModernFix/commit/621ecf6b3ee8314a7c55c460270e943ad2d4c9de) - embeddedt
* [Support earlyy baking models on Forge as well](https://github.com/embeddedt/ModernFix/commit/81baeea35b7c1adc6cea4c5ad3ce0db54eef06c2) - embeddedt
* [Improve performance of async handoff](https://github.com/embeddedt/ModernFix/commit/73d2a4405ddacd23f59d5ebccc460f4df812bd12) - embeddedt
* [Avoid calling createCapabilities many times, mark mixin as client-only](https://github.com/embeddedt/ModernFix/commit/8d766a8cc8c5c0f5dac1524f49c32a36ac37d2d2) - embeddedt
* [Rename feature](https://github.com/embeddedt/ModernFix/commit/fe8d0434c59d307438305adf1a70edee96a58327) - embeddedt
* [Show mod names and progress during registry events](https://github.com/embeddedt/ModernFix/commit/ae59c2496eda1680fee770f482682345122f9343) - embeddedt
* [Temporarily shift splash screen control to background thread during registry events](https://github.com/embeddedt/ModernFix/commit/a19d519b4b609908166a5c790aacc64d289a2537) - embeddedt
展开
版本: 5.9.1+mc1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 4,164
5.9.0+mc1.16.5
modernfix-forge-5.9.0+mc1.16.5.jar下载5.9.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.16.5
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.16.5
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.9.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 1,154
5.9.0+mc1.16.5
modernfix-fabric-5.9.0+mc1.16.5.jar下载5.9.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.16.5
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.16.5
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.9.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 536
5.9.0+mc1.20.1
modernfix-forge-5.9.0+mc1.20.1.jar下载5.9.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.20.1
* [Support earlyy baking models on Forge as well](https://github.com/embeddedt/ModernFix/commit/81baeea35b7c1adc6cea4c5ad3ce0db54eef06c2) - embeddedt
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Fix FFAPI Model Loading API v1 causing missing item models](https://github.com/embeddedt/ModernFix/commit/7cb660f9557a30a8e5c4097a51759f1565ebff3f) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Unify ModelMangerMixin (#265)](https://github.com/embeddedt/ModernFix/commit/c0cdbd122e1afd5ff57ba4e7af739d8d00566cce) - Fury_Phoenix
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Drop TinyFD patch on 1.20+](https://github.com/embeddedt/ModernFix/commit/fd61abb375fe8a84be7d85311217ee9f821c3a7f) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.20.1
* [Support earlyy baking models on Forge as well](https://github.com/embeddedt/ModernFix/commit/81baeea35b7c1adc6cea4c5ad3ce0db54eef06c2) - embeddedt
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Fix FFAPI Model Loading API v1 causing missing item models](https://github.com/embeddedt/ModernFix/commit/7cb660f9557a30a8e5c4097a51759f1565ebff3f) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Unify ModelMangerMixin (#265)](https://github.com/embeddedt/ModernFix/commit/c0cdbd122e1afd5ff57ba4e7af739d8d00566cce) - Fury_Phoenix
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Drop TinyFD patch on 1.20+](https://github.com/embeddedt/ModernFix/commit/fd61abb375fe8a84be7d85311217ee9f821c3a7f) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.9.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 7,268
5.9.0+mc1.20.1
modernfix-fabric-5.9.0+mc1.20.1.jar下载5.9.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.20.1
* [Support earlyy baking models on Forge as well](https://github.com/embeddedt/ModernFix/commit/81baeea35b7c1adc6cea4c5ad3ce0db54eef06c2) - embeddedt
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Fix FFAPI Model Loading API v1 causing missing item models](https://github.com/embeddedt/ModernFix/commit/7cb660f9557a30a8e5c4097a51759f1565ebff3f) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Unify ModelMangerMixin (#265)](https://github.com/embeddedt/ModernFix/commit/c0cdbd122e1afd5ff57ba4e7af739d8d00566cce) - Fury_Phoenix
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Drop TinyFD patch on 1.20+](https://github.com/embeddedt/ModernFix/commit/fd61abb375fe8a84be7d85311217ee9f821c3a7f) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.20.1
* [Support earlyy baking models on Forge as well](https://github.com/embeddedt/ModernFix/commit/81baeea35b7c1adc6cea4c5ad3ce0db54eef06c2) - embeddedt
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Fix FFAPI Model Loading API v1 causing missing item models](https://github.com/embeddedt/ModernFix/commit/7cb660f9557a30a8e5c4097a51759f1565ebff3f) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Unify ModelMangerMixin (#265)](https://github.com/embeddedt/ModernFix/commit/c0cdbd122e1afd5ff57ba4e7af739d8d00566cce) - Fury_Phoenix
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Drop TinyFD patch on 1.20+](https://github.com/embeddedt/ModernFix/commit/fd61abb375fe8a84be7d85311217ee9f821c3a7f) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.9.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 138,117
5.9.0+mc1.18.2
modernfix-forge-5.9.0+mc1.18.2.jar下载5.9.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.18.2
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.18.2
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.9.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 1,964
5.9.0+mc1.18.2
modernfix-fabric-5.9.0+mc1.18.2.jar下载5.9.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.18.2
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.18.2
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.9.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 41,647
5.9.0+mc1.19.2
modernfix-forge-5.9.0+mc1.19.2.jar下载5.9.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.19.2
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.19.2
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.9.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 1,608
5.9.0+mc1.19.2
modernfix-fabric-5.9.0+mc1.19.2.jar下载5.9.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.19.2
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.19.2
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.9.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 32,862
5.9.0+mc1.16.5
modernfix-fabric-5.9.0+mc1.16.5.jar下载5.9.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.16.5
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.16.5
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.9.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 43
5.9.0+mc1.20.2
modernfix-fabric-5.9.0+mc1.20.2.jar下载5.9.0+mc1.20.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.20.2
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Fix FFAPI Model Loading API v1 causing missing item models](https://github.com/embeddedt/ModernFix/commit/7cb660f9557a30a8e5c4097a51759f1565ebff3f) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Unify ModelMangerMixin (#265)](https://github.com/embeddedt/ModernFix/commit/c0cdbd122e1afd5ff57ba4e7af739d8d00566cce) - Fury_Phoenix
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Drop TinyFD patch on 1.20+](https://github.com/embeddedt/ModernFix/commit/fd61abb375fe8a84be7d85311217ee9f821c3a7f) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.20.2
* [Don't log error if NO_GROUP field is missing](https://github.com/embeddedt/ModernFix/commit/5d984f653e51f9ab893068a7a5c332b0efd6b44e) - embeddedt
* [Fix FFAPI Model Loading API v1 causing missing item models](https://github.com/embeddedt/ModernFix/commit/7cb660f9557a30a8e5c4097a51759f1565ebff3f) - embeddedt
* [Force UnsafeBufferHelper to be classloaded at startup](https://github.com/embeddedt/ModernFix/commit/93fbbfe2d1753234310f01ec8545c8e319f0b074) - embeddedt
* [Avoid mods causing double free when BufferBuilder leak fix is enabled](https://github.com/embeddedt/ModernFix/commit/e36ba049216bff011ad17508552113a9f782ceb9) - Moulberry
* [Enable dynamic sounds now that Guava issue is worked around](https://github.com/embeddedt/ModernFix/commit/f4ce7072a661d033d77aa3fcb116c6e6f28f71fe) - embeddedt
* [Remember previous scroll position on config screen](https://github.com/embeddedt/ModernFix/commit/77760d7dd20cef5e7948ebd46371ef43ad1bf3b1) - embeddedt
* [Handle Knot behaving differently from FML with getResource](https://github.com/embeddedt/ModernFix/commit/f391e97a628e8cdd92bd801daffecb7bb0c77b74) - embeddedt
* [Remove async_jei option from 1.18 listing](https://github.com/embeddedt/ModernFix/commit/fd68efec0c5e72210ac21d3ed8269ca0b0f4238d) - embeddedt
* [Unify ModelMangerMixin (#265)](https://github.com/embeddedt/ModernFix/commit/c0cdbd122e1afd5ff57ba4e7af739d8d00566cce) - Fury_Phoenix
* [Disable buffer builder fix when isometric-renders is installed](https://github.com/embeddedt/ModernFix/commit/8b37a1dbfc6c88098851311a1fc0253e382d5cb6) - embeddedt
* [Fix deobfuscation check not working on Forge 1.18+](https://github.com/embeddedt/ModernFix/commit/b943dc1449ad3d00ea89f214abb9948945dbfa81) - embeddedt
* [Drop TinyFD patch on 1.20+](https://github.com/embeddedt/ModernFix/commit/fd61abb375fe8a84be7d85311217ee9f821c3a7f) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.9.0+mc1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 26,022
5.8.2-beta.5+mc23w43a.472e
modernfix-fabric-5.8.2-beta.5+mc23w43a.472e.jar下载5.8.2-beta.5+mc23w43a.472e#Beta
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.20.2
* [23w43a](https://github.com/embeddedt/ModernFix/commit/472ed42f22d3e4bf015cf6b5b4b7b635528cfa41) - embeddedt
* [Drop TinyFD patch on 1.20+](https://github.com/embeddedt/ModernFix/commit/fd61abb375fe8a84be7d85311217ee9f821c3a7f) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [23w42a](https://github.com/embeddedt/ModernFix/commit/231c3f41e59b29ffc59198dbe74508b2672a00d5) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Change permanentOverrides to ConcurrentHashMap](https://github.com/embeddedt/ModernFix/commit/a5b57339652a29a62fffb074122ad035a04681dd) - embeddedt
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.20.2
* [23w43a](https://github.com/embeddedt/ModernFix/commit/472ed42f22d3e4bf015cf6b5b4b7b635528cfa41) - embeddedt
* [Drop TinyFD patch on 1.20+](https://github.com/embeddedt/ModernFix/commit/fd61abb375fe8a84be7d85311217ee9f821c3a7f) - embeddedt
* [Fix unsanitized input being passed to TinyFD](https://github.com/embeddedt/ModernFix/commit/6740857274367ae67f5876941596c55dc15db77a) - embeddedt
* [23w42a](https://github.com/embeddedt/ModernFix/commit/231c3f41e59b29ffc59198dbe74508b2672a00d5) - embeddedt
* [Dynamic sounds code cleanup (#264)](https://github.com/embeddedt/ModernFix/commit/9f040b2c43f8005404fc2ffb298134fd964c9ffb) - Phoenix-Starlight
* [Change permanentOverrides to ConcurrentHashMap](https://github.com/embeddedt/ModernFix/commit/a5b57339652a29a62fffb074122ad035a04681dd) - embeddedt
* [Disable async_jei by default, to match newer versions](https://github.com/embeddedt/ModernFix/commit/b56765831883328305f58ebe898f0931bcd12f64) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.8.2-beta.5+mc23w43a.472e
支持游戏: 23w43a
类型: Fabric
Beta
下载次数: 2,471
5.8.2-beta.2+mc23w42a.231c
modernfix-fabric-5.8.2-beta.2+mc23w42a.231c.jar下载5.8.2-beta.2+mc23w42a.231c#Beta
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.1+1.20.2
* [23w42a](https://github.com/embeddedt/ModernFix/commit/231c3f41e59b29ffc59198dbe74508b2672a00d5) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
## Changes since 5.8.1+1.20.2
* [23w42a](https://github.com/embeddedt/ModernFix/commit/231c3f41e59b29ffc59198dbe74508b2672a00d5) - embeddedt
* [Make clear_fabric_mapping_tables work on Fabric Loader 0.14.23](https://github.com/embeddedt/ModernFix/commit/8059fc46727b6b33c244ec71c52881387d5e0de0) - embeddedt
* [Patch modded shape caches to be thread-safe](https://github.com/embeddedt/ModernFix/commit/49c1bc71bad8d1ffde886f6234997d8e900572db) - embeddedt
* [Fix dynamic_sounds breaking on 1.16 (#259)](https://github.com/embeddedt/ModernFix/commit/e7277b89d5cfc6dac9dfb61c17af66a87c1c9960) - Phoenix-Starlight
展开
版本: 5.8.2-beta.2+mc23w42a.231c
支持游戏: 23w42a
类型: Fabric
Beta
下载次数: 1,504
5.8.1+mc1.19.2
modernfix-forge-5.8.1+mc1.19.2.jar下载5.8.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.0+1.19.2
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
## Changes since 5.8.0+1.19.2
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
展开
版本: 5.8.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 12,619
5.8.1+mc1.19.2
modernfix-fabric-5.8.1+mc1.19.2.jar下载5.8.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.0+1.19.2
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
## Changes since 5.8.0+1.19.2
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
展开
版本: 5.8.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 8,388
5.8.1+mc1.20.1
modernfix-forge-5.8.1+mc1.20.1.jar下载5.8.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.0+1.20.1
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
## Changes since 5.8.0+1.20.1
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
展开
版本: 5.8.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 13,864
5.8.1+mc1.20.1
modernfix-fabric-5.8.1+mc1.20.1.jar下载5.8.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.0+1.20.1
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
## Changes since 5.8.0+1.20.1
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
展开
版本: 5.8.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 331,667
5.8.1+mc1.16.5
modernfix-forge-5.8.1+mc1.16.5.jar下载5.8.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.0+1.16.5
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
## Changes since 5.8.0+1.16.5
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
展开
版本: 5.8.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 5,215
5.8.1+mc1.16.5
modernfix-fabric-5.8.1+mc1.16.5.jar下载5.8.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.0+1.16.5
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
## Changes since 5.8.0+1.16.5
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
展开
版本: 5.8.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 5,444
5.8.1+mc1.18.2
modernfix-forge-5.8.1+mc1.18.2.jar下载5.8.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.0+1.18.2
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
## Changes since 5.8.0+1.18.2
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
展开
版本: 5.8.1+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 17,755
5.8.1+mc1.18.2
modernfix-fabric-5.8.1+mc1.18.2.jar下载5.8.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.0+1.18.2
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
## Changes since 5.8.0+1.18.2
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
展开
版本: 5.8.1+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 2,523
5.8.1+mc1.20.2
modernfix-fabric-5.8.1+mc1.20.2.jar下载5.8.1+mc1.20.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.8.0+1.20.2
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
## Changes since 5.8.0+1.20.2
* [Disable dynamic sounds by default until it can be tested more](https://github.com/embeddedt/ModernFix/commit/538d332310fb4457c3341b209c7b1e6bb611ca50) - embeddedt
展开
版本: 5.8.1+mc1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 95,285
5.8.0+mc1.19.2
modernfix-forge-5.8.0+mc1.19.2.jar下载5.8.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.4+1.19.2
* [Fix cache_upgraded_structures leaking open input streams](https://github.com/embeddedt/ModernFix/commit/40b04cbded57764dbc3e7971e2a66944cae871d2) - embeddedt
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
## Changes since 5.7.4+1.19.2
* [Fix cache_upgraded_structures leaking open input streams](https://github.com/embeddedt/ModernFix/commit/40b04cbded57764dbc3e7971e2a66944cae871d2) - embeddedt
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
展开
版本: 5.8.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 56
5.8.0+mc1.19.2
modernfix-fabric-5.8.0+mc1.19.2.jar下载5.8.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.4+1.19.2
* [Fix cache_upgraded_structures leaking open input streams](https://github.com/embeddedt/ModernFix/commit/40b04cbded57764dbc3e7971e2a66944cae871d2) - embeddedt
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
## Changes since 5.7.4+1.19.2
* [Fix cache_upgraded_structures leaking open input streams](https://github.com/embeddedt/ModernFix/commit/40b04cbded57764dbc3e7971e2a66944cae871d2) - embeddedt
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
展开
版本: 5.8.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 55
5.8.0+mc1.20.1
modernfix-forge-5.8.0+mc1.20.1.jar下载5.8.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.5+1.20.1
* [Fix cache_upgraded_structures leaking open input streams](https://github.com/embeddedt/ModernFix/commit/40b04cbded57764dbc3e7971e2a66944cae871d2) - embeddedt
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Suppress latest.log warning about structures on 1.20+](https://github.com/embeddedt/ModernFix/commit/c45f83e8960e1458dc46d56d5fbec5ad48afa14e) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
## Changes since 5.7.5+1.20.1
* [Fix cache_upgraded_structures leaking open input streams](https://github.com/embeddedt/ModernFix/commit/40b04cbded57764dbc3e7971e2a66944cae871d2) - embeddedt
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Suppress latest.log warning about structures on 1.20+](https://github.com/embeddedt/ModernFix/commit/c45f83e8960e1458dc46d56d5fbec5ad48afa14e) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
展开
版本: 5.8.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 76
5.8.0+mc1.20.1
modernfix-fabric-5.8.0+mc1.20.1.jar下载5.8.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.5+1.20.1
* [Fix cache_upgraded_structures leaking open input streams](https://github.com/embeddedt/ModernFix/commit/40b04cbded57764dbc3e7971e2a66944cae871d2) - embeddedt
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Suppress latest.log warning about structures on 1.20+](https://github.com/embeddedt/ModernFix/commit/c45f83e8960e1458dc46d56d5fbec5ad48afa14e) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
## Changes since 5.7.5+1.20.1
* [Fix cache_upgraded_structures leaking open input streams](https://github.com/embeddedt/ModernFix/commit/40b04cbded57764dbc3e7971e2a66944cae871d2) - embeddedt
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Suppress latest.log warning about structures on 1.20+](https://github.com/embeddedt/ModernFix/commit/c45f83e8960e1458dc46d56d5fbec5ad48afa14e) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
展开
版本: 5.8.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 72
5.8.0+mc1.18.2
modernfix-forge-5.8.0+mc1.18.2.jar下载5.8.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.4+1.18.2
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
## Changes since 5.7.4+1.18.2
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
展开
版本: 5.8.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 110
5.8.0+mc1.18.2
modernfix-fabric-5.8.0+mc1.18.2.jar下载5.8.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.4+1.18.2
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
## Changes since 5.7.4+1.18.2
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
展开
版本: 5.8.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 35
5.8.0+mc1.16.5
modernfix-forge-5.8.0+mc1.16.5.jar下载5.8.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.4+1.16.5
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
## Changes since 5.7.4+1.16.5
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
展开
版本: 5.8.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 83
5.8.0+mc1.16.5
modernfix-fabric-5.8.0+mc1.16.5.jar下载5.8.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.4+1.16.5
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
## Changes since 5.7.4+1.16.5
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
展开
版本: 5.8.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 34
5.8.0+mc1.20.2
modernfix-fabric-5.8.0+mc1.20.2.jar下载5.8.0+mc1.20.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.5+1.20.2
* [Fix cache_upgraded_structures leaking open input streams](https://github.com/embeddedt/ModernFix/commit/40b04cbded57764dbc3e7971e2a66944cae871d2) - embeddedt
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Suppress latest.log warning about structures on 1.20+](https://github.com/embeddedt/ModernFix/commit/c45f83e8960e1458dc46d56d5fbec5ad48afa14e) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
## Changes since 5.7.5+1.20.2
* [Fix cache_upgraded_structures leaking open input streams](https://github.com/embeddedt/ModernFix/commit/40b04cbded57764dbc3e7971e2a66944cae871d2) - embeddedt
* [Update ja_jp.json (#255)](https://github.com/embeddedt/ModernFix/commit/504397bc2384bde340cbbb13412f662c95672e18) - 羊羽ちゃん
* [Cleanup dynamic sounds patch, bump eviction time to 5 minutes](https://github.com/embeddedt/ModernFix/commit/bf6979e45b1f0499255ddbe2aaddd975b59b453e) - embeddedt
* [Dynamic sound unloading (#234)](https://github.com/embeddedt/ModernFix/commit/803aaba20497e938f2263ff5823db08f2a9db9d1) - Phoenix-Starlight
* [Port vehicle mixin to 1.18](https://github.com/embeddedt/ModernFix/commit/5c73ddeaf83bcb9e548722a5a81ab810071b269f) - embeddedt
* [Preserve rotation](https://github.com/embeddedt/ModernFix/commit/6593b6a5cf432dcdc953f44ea85049a56a4b2eb3) - embeddedt
* [Fix lag caused by Forge vehicle resync patch](https://github.com/embeddedt/ModernFix/commit/204c8b78c44c68fd4bca1814864566a4094c2164) - embeddedt
* [Remove reference to Component in NightConfigFixer](https://github.com/embeddedt/ModernFix/commit/d877ab46f0002a3301bb3644f5008b7431b03cb9) - embeddedt
* [Suppress latest.log warning about structures on 1.20+](https://github.com/embeddedt/ModernFix/commit/c45f83e8960e1458dc46d56d5fbec5ad48afa14e) - embeddedt
* [Tweak dynamic resources injection point on Forge](https://github.com/embeddedt/ModernFix/commit/36673f275efa17e89e99eaf6a0ff4aec827b4d5f) - embeddedt
* [Update mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9c02b2c3935f7d50ac9906a07b97734b50bb18bd) - embeddedt
* [Update package for 1.18](https://github.com/embeddedt/ModernFix/commit/9306743001cd39b84d60dfb5cf163f97e625c5f8) - embeddedt
* [Detect vanilla connection using custom logic](https://github.com/embeddedt/ModernFix/commit/2710a02b2a7cb59a8e35784537e3a2662ebeefa4) - embeddedt
* [Don't read modded recipe book settings on vanilla connection](https://github.com/embeddedt/ModernFix/commit/96d01e5a1eec95b862cf766c8f4c53c2cebeb97f) - embeddedt
* [Attempt to free leaked BufferBuilders](https://github.com/embeddedt/ModernFix/commit/43ca13cdf2f306d5b6c5e9576731336e11189331) - embeddedt
展开
版本: 5.8.0+mc1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 63
5.7.5+mc1.20.2
modernfix-fabric-5.7.5+mc1.20.2.jar下载5.7.5+mc1.20.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.3+1.20.2
* [Fix legacy solid property not being set correctly when blockstate cache is invalid](https://github.com/embeddedt/ModernFix/commit/c0815b787ee134bfb9d6ac1e9c575de8974d63ab) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
## Changes since 5.7.3+1.20.2
* [Fix legacy solid property not being set correctly when blockstate cache is invalid](https://github.com/embeddedt/ModernFix/commit/c0815b787ee134bfb9d6ac1e9c575de8974d63ab) - embeddedt
* [Update ja_jp.json (#248)](https://github.com/embeddedt/ModernFix/commit/aa25e3f05e91988cc0f37500b5b58cdf5d2b65e0) - 羊羽ちゃん
* [Add vi_vn.json (#247)](https://github.com/embeddedt/ModernFix/commit/b57eeb38de784014ba967fe79cea0d853204aa2e) - I_am_Vietnam
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
展开
版本: 5.7.5+mc1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 37,592
5.7.5+mc1.20.1
modernfix-forge-5.7.5+mc1.20.1.jar下载5.7.5+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.4+1.20.1
* [Fix legacy solid property not being set correctly when blockstate cache is invalid](https://github.com/embeddedt/ModernFix/commit/c0815b787ee134bfb9d6ac1e9c575de8974d63ab) - embeddedt
## Changes since 5.7.4+1.20.1
* [Fix legacy solid property not being set correctly when blockstate cache is invalid](https://github.com/embeddedt/ModernFix/commit/c0815b787ee134bfb9d6ac1e9c575de8974d63ab) - embeddedt
展开
版本: 5.7.5+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 4,475
5.7.5+mc1.20.1
modernfix-fabric-5.7.5+mc1.20.1.jar下载5.7.5+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.4+1.20.1
* [Fix legacy solid property not being set correctly when blockstate cache is invalid](https://github.com/embeddedt/ModernFix/commit/c0815b787ee134bfb9d6ac1e9c575de8974d63ab) - embeddedt
## Changes since 5.7.4+1.20.1
* [Fix legacy solid property not being set correctly when blockstate cache is invalid](https://github.com/embeddedt/ModernFix/commit/c0815b787ee134bfb9d6ac1e9c575de8974d63ab) - embeddedt
展开
版本: 5.7.5+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 61,029
5.7.4+mc1.19.2
modernfix-forge-5.7.4+mc1.19.2.jar下载5.7.4+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.3+1.19.2
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
## Changes since 5.7.3+1.19.2
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
展开
版本: 5.7.4+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 1,322
5.7.4+mc1.20.1
modernfix-forge-5.7.4+mc1.20.1.jar下载5.7.4+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.3+1.20.1
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
## Changes since 5.7.3+1.20.1
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
展开
版本: 5.7.4+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 760
5.7.4+mc1.19.2
modernfix-fabric-5.7.4+mc1.19.2.jar下载5.7.4+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.3+1.19.2
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
## Changes since 5.7.3+1.19.2
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
展开
版本: 5.7.4+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 3,824
5.7.4+mc1.20.1
modernfix-fabric-5.7.4+mc1.20.1.jar下载5.7.4+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.3+1.20.1
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
## Changes since 5.7.3+1.20.1
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
展开
版本: 5.7.4+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 3,676
5.7.4+mc1.18.2
modernfix-forge-5.7.4+mc1.18.2.jar下载5.7.4+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.3+1.18.2
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
## Changes since 5.7.3+1.18.2
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
展开
版本: 5.7.4+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 1,756
5.7.4+mc1.18.2
modernfix-fabric-5.7.4+mc1.18.2.jar下载5.7.4+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.3+1.18.2
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
## Changes since 5.7.3+1.18.2
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
展开
版本: 5.7.4+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 1,763
5.7.4+mc1.16.5
modernfix-forge-5.7.4+mc1.16.5.jar下载5.7.4+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.3+1.16.5
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
## Changes since 5.7.3+1.16.5
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
展开
版本: 5.7.4+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 3,043
5.7.4+mc1.16.5
modernfix-fabric-5.7.4+mc1.16.5.jar下载5.7.4+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.3+1.16.5
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
## Changes since 5.7.3+1.16.5
* [Fix Modrinth changelog](https://github.com/embeddedt/ModernFix/commit/cf362047a6ba971826156271bb68fe7f58e16b96) - embeddedt
展开
版本: 5.7.4+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 4,866
5.7.3+mc1.20.2
modernfix-fabric-5.7.3+mc1.20.2.jar下载5.7.3+mc1.20.2#Release
展开
版本: 5.7.3+mc1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 8,614
5.7.3-beta.1+mc1.20.2-pre3
modernfix-fabric-5.7.3-beta.1+mc1.20.2-pre3.cb28.jar下载5.7.3-beta.1+mc1.20.2-pre3#Beta
展开
版本: 5.7.3-beta.1+mc1.20.2-pre3
支持游戏: 1.20.2-pre3, 1.20.2-pre4, 1.20.2-rc1, 1.20.2-rc2, 1.20.2
类型: Fabric
Beta
下载次数: 3,933
5.7.2+mc1.18.2
modernfix-fabric-5.7.2+mc1.18.2.jar下载5.7.2+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.1+1.18.2
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
## Changes since 5.7.1+1.18.2
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
展开
版本: 5.7.2+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 3,070
5.7.2+mc1.18.2
modernfix-forge-5.7.2+mc1.18.2.jar下载5.7.2+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.1+1.18.2
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
## Changes since 5.7.1+1.18.2
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
展开
版本: 5.7.2+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 885
5.7.2+mc1.20.1
modernfix-fabric-5.7.2+mc1.20.1.jar下载5.7.2+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.1+1.20.1
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Allow Model Loading API to inject and load extra models](https://github.com/embeddedt/ModernFix/commit/eadb19d386df91d1be031db954d9457fe404aecf) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
* [Update Forge target to 47.1.3](https://github.com/embeddedt/ModernFix/commit/f7097ec3940edd8fdbabb7cb3a8107cad89801ee) - embeddedt
## Changes since 5.7.1+1.20.1
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Allow Model Loading API to inject and load extra models](https://github.com/embeddedt/ModernFix/commit/eadb19d386df91d1be031db954d9457fe404aecf) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
* [Update Forge target to 47.1.3](https://github.com/embeddedt/ModernFix/commit/f7097ec3940edd8fdbabb7cb3a8107cad89801ee) - embeddedt
展开
版本: 5.7.2+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 118,832
5.7.2+mc1.20.1
modernfix-forge-5.7.2+mc1.20.1.jar下载5.7.2+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.1+1.20.1
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Allow Model Loading API to inject and load extra models](https://github.com/embeddedt/ModernFix/commit/eadb19d386df91d1be031db954d9457fe404aecf) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
* [Update Forge target to 47.1.3](https://github.com/embeddedt/ModernFix/commit/f7097ec3940edd8fdbabb7cb3a8107cad89801ee) - embeddedt
## Changes since 5.7.1+1.20.1
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Allow Model Loading API to inject and load extra models](https://github.com/embeddedt/ModernFix/commit/eadb19d386df91d1be031db954d9457fe404aecf) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
* [Update Forge target to 47.1.3](https://github.com/embeddedt/ModernFix/commit/f7097ec3940edd8fdbabb7cb3a8107cad89801ee) - embeddedt
展开
版本: 5.7.2+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 37,646
5.7.2+mc1.19.4
modernfix-fabric-5.7.2+mc1.19.4.jar下载5.7.2+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.1+1.19.4
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
## Changes since 5.7.1+1.19.4
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
展开
版本: 5.7.2+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 140,910
5.7.2+mc1.19.4
modernfix-forge-5.7.2+mc1.19.4.jar下载5.7.2+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.1+1.19.4
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
## Changes since 5.7.1+1.19.4
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
展开
版本: 5.7.2+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 19,796
5.7.2+mc1.16.5
modernfix-fabric-5.7.2+mc1.16.5.jar下载5.7.2+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.1+1.16.5
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
## Changes since 5.7.1+1.16.5
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
展开
版本: 5.7.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 6,167
5.7.2+mc1.19.2
modernfix-fabric-5.7.2+mc1.19.2.jar下载5.7.2+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.1+1.19.2
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
## Changes since 5.7.1+1.19.2
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
展开
版本: 5.7.2+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 124,395
5.7.2+mc1.16.5
modernfix-forge-5.7.2+mc1.16.5.jar下载5.7.2+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.1+1.16.5
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
## Changes since 5.7.1+1.16.5
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
展开
版本: 5.7.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 3,735
5.7.2+mc1.19.2
modernfix-forge-5.7.2+mc1.19.2.jar下载5.7.2+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.1+1.19.2
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
## Changes since 5.7.1+1.19.2
* [Change mixin priority](https://github.com/embeddedt/ModernFix/commit/987c5dc321bdcea751f2245a5b005eafe858ac30) - embeddedt
* [Fix Canary compat](https://github.com/embeddedt/ModernFix/commit/ec996877022331c659681cda8d1a18332f9265a6) - embeddedt
* [Fix misapplied Forge patch that no longer checks currently loading chunk](https://github.com/embeddedt/ModernFix/commit/4418dd2eabae4e697ade618238d1bc5078958c8c) - embeddedt
* [BLS compat improvement](https://github.com/embeddedt/ModernFix/commit/8081e0db02d973a68c72a6d939ddacfef3251cc8) - embeddedt
展开
版本: 5.7.2+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 1,989
5.7.1+mc1.20.1
modernfix-fabric-5.7.1+mc1.20.1.jar下载5.7.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.0+1.20.1
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
## Changes since 5.7.0+1.20.1
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
展开
版本: 5.7.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 20,848
5.7.1+mc1.20.1
modernfix-forge-5.7.1+mc1.20.1.jar下载5.7.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.0+1.20.1
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
## Changes since 5.7.0+1.20.1
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
展开
版本: 5.7.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 2,657
5.7.1+mc1.19.4
modernfix-fabric-5.7.1+mc1.19.4.jar下载5.7.1+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.0+1.19.4
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
## Changes since 5.7.0+1.19.4
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
展开
版本: 5.7.1+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 450
5.7.1+mc1.19.4
modernfix-forge-5.7.1+mc1.19.4.jar下载5.7.1+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.0+1.19.4
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
## Changes since 5.7.0+1.19.4
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
展开
版本: 5.7.1+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 201
5.7.1+mc1.16.5
modernfix-fabric-5.7.1+mc1.16.5.jar下载5.7.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.0+1.16.5
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
## Changes since 5.7.0+1.16.5
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
展开
版本: 5.7.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 328
5.7.1+mc1.16.5
modernfix-forge-5.7.1+mc1.16.5.jar下载5.7.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.0+1.16.5
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
## Changes since 5.7.0+1.16.5
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
展开
版本: 5.7.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 809
5.7.1+mc1.18.2
modernfix-fabric-5.7.1+mc1.18.2.jar下载5.7.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.0+1.18.2
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
## Changes since 5.7.0+1.18.2
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
展开
版本: 5.7.1+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 220
5.7.1+mc1.18.2
modernfix-forge-5.7.1+mc1.18.2.jar下载5.7.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.0+1.18.2
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
## Changes since 5.7.0+1.18.2
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
展开
版本: 5.7.1+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 528
5.7.1+mc1.19.2
modernfix-fabric-5.7.1+mc1.19.2.jar下载5.7.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.0+1.19.2
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
## Changes since 5.7.0+1.19.2
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
展开
版本: 5.7.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 2,513
5.7.1+mc1.19.2
modernfix-forge-5.7.1+mc1.19.2.jar下载5.7.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.7.0+1.19.2
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
## Changes since 5.7.0+1.19.2
* [Update zh_cn.json (#223)](https://github.com/embeddedt/ModernFix/commit/54625c1a40e423fb325377dab096c2f3e8e0a5b7) - 其智乃反不能及
* [Disable compress_biome_container when Modern Beta is installed](https://github.com/embeddedt/ModernFix/commit/e1ea900ffbd95edfddf2c8c2049e164f94951561) - embeddedt
* [Fix mixin scanning fix not actually working due to typo when backporting](https://github.com/embeddedt/ModernFix/commit/1f7da1d65086be2242f028d09e85d48ce5bb886e) - embeddedt
* [Tweak injection point of faster_item_rendering](https://github.com/embeddedt/ModernFix/commit/dcbc3e033a519be56d8a3050955e1bcfa873299a) - embeddedt
* [Fix MI pipes being invisible when faster_item_rendering is enabled](https://github.com/embeddedt/ModernFix/commit/58b7b0da0f3653eb6f80fb2530bbf825da2c6f86) - embeddedt
* [Detect mixins with calls to other merged methods](https://github.com/embeddedt/ModernFix/commit/383d40e42067252ac2c9ec84f3cea1840d31c398) - embeddedt
* [Update Japanese (#221)](https://github.com/embeddedt/ModernFix/commit/37724d76966f54691cc3a86c60c766add006435a) - 羊羽ちゃん
展开
版本: 5.7.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 729
5.7.0+mc1.19.2
modernfix-fabric-5.7.0+mc1.19.2.jar下载5.7.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.1+1.19.2
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
## Changes since 5.6.1+1.19.2
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
展开
版本: 5.7.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 312
5.7.0+mc1.19.2
modernfix-forge-5.7.0+mc1.19.2.jar下载5.7.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.1+1.19.2
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
## Changes since 5.6.1+1.19.2
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
展开
版本: 5.7.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 377
5.7.0+mc1.19.4
modernfix-fabric-5.7.0+mc1.19.4.jar下载5.7.0+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.1+1.19.4
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/9325a8c89251d22ca49b6ae3254c4a42c12e9fb1) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Update testmod mixin](https://github.com/embeddedt/ModernFix/commit/fa4d659c5bdb3f6cb8a45c9644adc6520a646717) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/74d28ed997a4434754755ad970f2a963f4b742c9) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
## Changes since 5.6.1+1.19.4
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/9325a8c89251d22ca49b6ae3254c4a42c12e9fb1) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Update testmod mixin](https://github.com/embeddedt/ModernFix/commit/fa4d659c5bdb3f6cb8a45c9644adc6520a646717) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/74d28ed997a4434754755ad970f2a963f4b742c9) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
展开
版本: 5.7.0+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 202
5.7.0+mc1.18.2
modernfix-fabric-5.7.0+mc1.18.2.jar下载5.7.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.1+1.18.2
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
## Changes since 5.6.1+1.18.2
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
展开
版本: 5.7.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 94
5.7.0+mc1.19.4
modernfix-forge-5.7.0+mc1.19.4.jar下载5.7.0+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.1+1.19.4
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/9325a8c89251d22ca49b6ae3254c4a42c12e9fb1) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Update testmod mixin](https://github.com/embeddedt/ModernFix/commit/fa4d659c5bdb3f6cb8a45c9644adc6520a646717) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/74d28ed997a4434754755ad970f2a963f4b742c9) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
## Changes since 5.6.1+1.19.4
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/9325a8c89251d22ca49b6ae3254c4a42c12e9fb1) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Update testmod mixin](https://github.com/embeddedt/ModernFix/commit/fa4d659c5bdb3f6cb8a45c9644adc6520a646717) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/74d28ed997a4434754755ad970f2a963f4b742c9) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
展开
版本: 5.7.0+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 86
5.7.0+mc1.20.1
modernfix-fabric-5.7.0+mc1.20.1.jar下载5.7.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.1+1.20.1
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/9325a8c89251d22ca49b6ae3254c4a42c12e9fb1) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/2f92dbe12c6c793e71ce84eb623811b513de8add) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Update testmod mixin](https://github.com/embeddedt/ModernFix/commit/fa4d659c5bdb3f6cb8a45c9644adc6520a646717) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/74d28ed997a4434754755ad970f2a963f4b742c9) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
## Changes since 5.6.1+1.20.1
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/9325a8c89251d22ca49b6ae3254c4a42c12e9fb1) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/2f92dbe12c6c793e71ce84eb623811b513de8add) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Update testmod mixin](https://github.com/embeddedt/ModernFix/commit/fa4d659c5bdb3f6cb8a45c9644adc6520a646717) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/74d28ed997a4434754755ad970f2a963f4b742c9) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
展开
版本: 5.7.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 7,460
5.7.0+mc1.18.2
modernfix-forge-5.7.0+mc1.18.2.jar下载5.7.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.1+1.18.2
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
## Changes since 5.6.1+1.18.2
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
展开
版本: 5.7.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 166
5.7.0+mc1.20.1
modernfix-forge-5.7.0+mc1.20.1.jar下载5.7.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.1+1.20.1
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/9325a8c89251d22ca49b6ae3254c4a42c12e9fb1) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/2f92dbe12c6c793e71ce84eb623811b513de8add) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Update testmod mixin](https://github.com/embeddedt/ModernFix/commit/fa4d659c5bdb3f6cb8a45c9644adc6520a646717) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/74d28ed997a4434754755ad970f2a963f4b742c9) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
## Changes since 5.6.1+1.20.1
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/2a1685a2cbce49fc8de720b2fee354e497806583) - embeddedt
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/9325a8c89251d22ca49b6ae3254c4a42c12e9fb1) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/2f92dbe12c6c793e71ce84eb623811b513de8add) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Update testmod mixin](https://github.com/embeddedt/ModernFix/commit/fa4d659c5bdb3f6cb8a45c9644adc6520a646717) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/74d28ed997a4434754755ad970f2a963f4b742c9) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
展开
版本: 5.7.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 413
5.7.0+mc1.16.5
modernfix-fabric-5.7.0+mc1.16.5.jar下载5.7.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.1+1.16.5
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
## Changes since 5.6.1+1.16.5
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
展开
版本: 5.7.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 109
5.7.0+mc1.16.5
modernfix-forge-5.7.0+mc1.16.5.jar下载5.7.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.1+1.16.5
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
## Changes since 5.6.1+1.16.5
* [Add wiki button](https://github.com/embeddedt/ModernFix/commit/ec66fbc05c43a54dd3ce0836376a3b23856446ca) - embeddedt
* [Disable config reload message for now](https://github.com/embeddedt/ModernFix/commit/45f92f7fce304c0056b466467dc113e7c183dd54) - embeddedt
* [Convert milliseconds to nanoseconds correctly](https://github.com/embeddedt/ModernFix/commit/fa9103fb06884a93c82656d87df1c9fd157522a6) - embeddedt
* [Show time to bootstrap stage on Forge](https://github.com/embeddedt/ModernFix/commit/672ca92aabc94f5cccec563bc42f28b665236563) - embeddedt
* [Create FUNDING.yml [skip ci]](https://github.com/embeddedt/ModernFix/commit/744622b81d8ca77688ea1227e3be9668ef4af4d0) - embeddedt
* [Italian Localization (#217)](https://github.com/embeddedt/ModernFix/commit/12aa14cc5464b4b08879aabe9a9a93219d9a4f61) - TheBossMagnus
* [Add runes/ to legacy texture folder list](https://github.com/embeddedt/ModernFix/commit/2629cd484afea5d1727c158ed4d0ed75b0f0f01f) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
展开
版本: 5.7.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 184
5.4.3-beta.24+mc23w33a.8d10
modernfix-fabric-5.4.3-beta.24+mc23w33a.8d10.jar下载5.4.3-beta.24+mc23w33a.8d10#Beta
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.4.2+1.20.1
* [23w33a](https://github.com/embeddedt/ModernFix/commit/8d1058cc3f72f274ac1455472ca6dd10639134a5) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/9325a8c89251d22ca49b6ae3254c4a42c12e9fb1) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/2f92dbe12c6c793e71ce84eb623811b513de8add) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Update testmod mixin](https://github.com/embeddedt/ModernFix/commit/fa4d659c5bdb3f6cb8a45c9644adc6520a646717) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/74d28ed997a4434754755ad970f2a963f4b742c9) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
* [Port testmod to 1.20](https://github.com/embeddedt/ModernFix/commit/be4a6abc81e3ccead3d406df9d7fc6a145efd737) - embeddedt
* [Update testmod to 1.19.4](https://github.com/embeddedt/ModernFix/commit/24e014f326789987034cf24a3c78ecc78abdb8d6) - embeddedt
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Update CTM version](https://github.com/embeddedt/ModernFix/commit/4ed5e8a434061bb2dd4d921e3a63a3619bc471f2) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Remove resource_key_equality patch as NeoForge fixes it in 1.20+](https://github.com/embeddedt/ModernFix/commit/3df41090e4619f9a67d6d2eabdb53a54fc9d5147) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
## Changes since 5.4.2+1.20.1
* [23w33a](https://github.com/embeddedt/ModernFix/commit/8d1058cc3f72f274ac1455472ca6dd10639134a5) - embeddedt
* [Suppress dots and header in stacktraces where possible](https://github.com/embeddedt/ModernFix/commit/b54c6751a41c23b6ce4dc10192b5e0cb96c23180) - embeddedt
* [Update mixin target](https://github.com/embeddedt/ModernFix/commit/9325a8c89251d22ca49b6ae3254c4a42c12e9fb1) - embeddedt
* [Fix Forge experimental world suppression not working on first reopen](https://github.com/embeddedt/ModernFix/commit/a06fca791a68e1cb2a810d440be1b9555fbd4a53) - embeddedt
* [Update world leak patch to 1.18](https://github.com/embeddedt/ModernFix/commit/ed0460747cd64b8d1047d6bdbabc00551ae0541a) - embeddedt
* [Mitigation for memory usage from leaked client worlds](https://github.com/embeddedt/ModernFix/commit/6908f1490560582ee90918a167298946a629e6c7) - embeddedt
* [Change CanonizingStringMap to use weak interner](https://github.com/embeddedt/ModernFix/commit/6fa24ec171857aa0ba97e654e916a5edc5514185) - embeddedt
* [Add more links to Mod Menu](https://github.com/embeddedt/ModernFix/commit/dcb72dfa6275b40b7661245bd3b257df88401da2) - embeddedt
* [Fix chunk future chain not being bypassed during entity load](https://github.com/embeddedt/ModernFix/commit/47a04c66f10a8f37a32f46bada45fe5ead969d49) - embeddedt
* [Introduce MixinExtras](https://github.com/embeddedt/ModernFix/commit/d9184833ec430e8ae379f01c95cb53b50319bc83) - embeddedt
* [Update SafeBlockGetter for 1.18 world height](https://github.com/embeddedt/ModernFix/commit/0aef731a79a85aa9ec00b1733b6199c3c38f47a0) - embeddedt
* [Prevent mods from causing deadlocks in BlockState.getOffset](https://github.com/embeddedt/ModernFix/commit/d7b2f5b75b9e12f8351ef45d105e998c48402266) - embeddedt
* [Update zh_cn.json (#211)](https://github.com/embeddedt/ModernFix/commit/33e43f5b8fd23bd2428ed2d3f1250f26cccf1dd2) - 其智乃反不能及
* [Better compatibility with mods that inject into initCache](https://github.com/embeddedt/ModernFix/commit/fa47e923f0f5bbbcaba0ecb5b4e4036e9da451ae) - embeddedt
* [Fix MC-251068](https://github.com/embeddedt/ModernFix/commit/97b6672610476b324072f31c0fac69f976fa5fd7) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/2f92dbe12c6c793e71ce84eb623811b513de8add) - embeddedt
* [Remove Werror now that almost all warnings are addressed](https://github.com/embeddedt/ModernFix/commit/1ad6ec4bd1af7647d5de3c9c1a2748662da79d7a) - embeddedt
* [Adjust mixin config](https://github.com/embeddedt/ModernFix/commit/b87c615e5da9626fe77ec3aaeb533f0664e65a01) - embeddedt
* [Clean up warnings](https://github.com/embeddedt/ModernFix/commit/d1c9be89000a552d15ab1bf1851a1047b64259d6) - embeddedt
* [Change resource key name](https://github.com/embeddedt/ModernFix/commit/b5b46888af96bbd0569ac75633f997d9878e77e5) - embeddedt
* [Add warning for Connectedness and dynamic resources](https://github.com/embeddedt/ModernFix/commit/21ee0dc1cfd53b9f2dc9ff82906e1fadaa95b09b) - embeddedt
* [Add warning when launched with Continuity and dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/05e74f4141a4c270930c30a39ae8eda7d3c69243) - embeddedt
* [Update testmod mixin](https://github.com/embeddedt/ModernFix/commit/fa4d659c5bdb3f6cb8a45c9644adc6520a646717) - embeddedt
* [Update mixin](https://github.com/embeddedt/ModernFix/commit/74d28ed997a4434754755ad970f2a963f4b742c9) - embeddedt
* [Message wording change](https://github.com/embeddedt/ModernFix/commit/ca8d290870b1c4724b21f1e9bf460a90296da694) - embeddedt
* [Try to make config reload message appear less often](https://github.com/embeddedt/ModernFix/commit/a51b1563b1f67c0d6bbe620b35f6f15b42b0cd2a) - embeddedt
* [Remove outdated mixin](https://github.com/embeddedt/ModernFix/commit/f656aea0291816cd113a114de7435329844bcaa5) - embeddedt
* [Add IgnoreOutsideDev marker to forgotten mixin](https://github.com/embeddedt/ModernFix/commit/721645f88f577bf2106b330cb107fb9bb7d618cd) - embeddedt
* [Add hacky solution for "runtime" remapping in dev](https://github.com/embeddedt/ModernFix/commit/7645a435384ae682327fe6a9581c94ced20fb6d8) - embeddedt
* [Fix Custom Machinery models](https://github.com/embeddedt/ModernFix/commit/0c822232485ef045c9150d65c53c61fe100293d9) - embeddedt
* [Fix crash if FerriteCore detection fails in neighbour table mixin](https://github.com/embeddedt/ModernFix/commit/4d3aaceb9c010086f9a588b7f615b44c65fd9a78) - embeddedt
* [C U B E](https://github.com/embeddedt/ModernFix/commit/8b4c5d4c7a134c1a29541b5de9a22e12d5eefab1) - embeddedt
* [Add API to skip blockstate/model scanning for specific models](https://github.com/embeddedt/ModernFix/commit/cb6ff1d68bf33971cc4dc42218f9711cc6aa2e78) - embeddedt
* [Compact Mojang registries (not available yet)](https://github.com/embeddedt/ModernFix/commit/8b698452fdb59cf076968d84f494603572c31860) - embeddedt
* [Allow setting config options via JVM properties](https://github.com/embeddedt/ModernFix/commit/e9ff7d7ba137037fe01f898441921c0748d05661) - embeddedt
* [Implement blast_search_trees on Fabric (dummy mode only)](https://github.com/embeddedt/ModernFix/commit/34179fb3133b3f383ce2881e458e0f2cb314d265) - embeddedt
* [Port testmod to 1.20](https://github.com/embeddedt/ModernFix/commit/be4a6abc81e3ccead3d406df9d7fc6a145efd737) - embeddedt
* [Update testmod to 1.19.4](https://github.com/embeddedt/ModernFix/commit/24e014f326789987034cf24a3c78ecc78abdb8d6) - embeddedt
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Update CTM version](https://github.com/embeddedt/ModernFix/commit/4ed5e8a434061bb2dd4d921e3a63a3619bc471f2) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Remove resource_key_equality patch as NeoForge fixes it in 1.20+](https://github.com/embeddedt/ModernFix/commit/3df41090e4619f9a67d6d2eabdb53a54fc9d5147) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
展开
版本: 5.4.3-beta.24+mc23w33a.8d10
支持游戏: 23w33a
类型: Fabric
Beta
下载次数: 261
5.6.1+mc1.20.1
modernfix-fabric-5.6.1+mc1.20.1.jar下载5.6.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.0+1.20.1
* [Port testmod to 1.20](https://github.com/embeddedt/ModernFix/commit/be4a6abc81e3ccead3d406df9d7fc6a145efd737) - embeddedt
* [Update testmod to 1.19.4](https://github.com/embeddedt/ModernFix/commit/24e014f326789987034cf24a3c78ecc78abdb8d6) - embeddedt
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Update CTM version](https://github.com/embeddedt/ModernFix/commit/4ed5e8a434061bb2dd4d921e3a63a3619bc471f2) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
## Changes since 5.6.0+1.20.1
* [Port testmod to 1.20](https://github.com/embeddedt/ModernFix/commit/be4a6abc81e3ccead3d406df9d7fc6a145efd737) - embeddedt
* [Update testmod to 1.19.4](https://github.com/embeddedt/ModernFix/commit/24e014f326789987034cf24a3c78ecc78abdb8d6) - embeddedt
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Update CTM version](https://github.com/embeddedt/ModernFix/commit/4ed5e8a434061bb2dd4d921e3a63a3619bc471f2) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
展开
版本: 5.6.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 23,493
5.6.1+mc1.20.1
modernfix-forge-5.6.1+mc1.20.1.jar下载5.6.1+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.0+1.20.1
* [Port testmod to 1.20](https://github.com/embeddedt/ModernFix/commit/be4a6abc81e3ccead3d406df9d7fc6a145efd737) - embeddedt
* [Update testmod to 1.19.4](https://github.com/embeddedt/ModernFix/commit/24e014f326789987034cf24a3c78ecc78abdb8d6) - embeddedt
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Update CTM version](https://github.com/embeddedt/ModernFix/commit/4ed5e8a434061bb2dd4d921e3a63a3619bc471f2) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
## Changes since 5.6.0+1.20.1
* [Port testmod to 1.20](https://github.com/embeddedt/ModernFix/commit/be4a6abc81e3ccead3d406df9d7fc6a145efd737) - embeddedt
* [Update testmod to 1.19.4](https://github.com/embeddedt/ModernFix/commit/24e014f326789987034cf24a3c78ecc78abdb8d6) - embeddedt
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Update CTM version](https://github.com/embeddedt/ModernFix/commit/4ed5e8a434061bb2dd4d921e3a63a3619bc471f2) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
展开
版本: 5.6.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 850
5.6.1+mc1.19.2
modernfix-fabric-5.6.1+mc1.19.2.jar下载5.6.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.0+1.19.2
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
## Changes since 5.6.0+1.19.2
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
展开
版本: 5.6.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 1,260
5.6.1+mc1.19.2
modernfix-forge-5.6.1+mc1.19.2.jar下载5.6.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.0+1.19.2
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
## Changes since 5.6.0+1.19.2
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
展开
版本: 5.6.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 416
5.6.1+mc1.19.4
modernfix-fabric-5.6.1+mc1.19.4.jar下载5.6.1+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.0+1.19.4
* [Update testmod to 1.19.4](https://github.com/embeddedt/ModernFix/commit/24e014f326789987034cf24a3c78ecc78abdb8d6) - embeddedt
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
## Changes since 5.6.0+1.19.4
* [Update testmod to 1.19.4](https://github.com/embeddedt/ModernFix/commit/24e014f326789987034cf24a3c78ecc78abdb8d6) - embeddedt
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
展开
版本: 5.6.1+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 1,030
5.6.1+mc1.19.4
modernfix-forge-5.6.1+mc1.19.4.jar下载5.6.1+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.0+1.19.4
* [Update testmod to 1.19.4](https://github.com/embeddedt/ModernFix/commit/24e014f326789987034cf24a3c78ecc78abdb8d6) - embeddedt
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
## Changes since 5.6.0+1.19.4
* [Update testmod to 1.19.4](https://github.com/embeddedt/ModernFix/commit/24e014f326789987034cf24a3c78ecc78abdb8d6) - embeddedt
* [Update testmod to 1.19.2](https://github.com/embeddedt/ModernFix/commit/f1c0d02bc3d605593c31b913d3965cd5ed72597e) - embeddedt
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
展开
版本: 5.6.1+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 130
5.6.1+mc1.18.2
modernfix-fabric-5.6.1+mc1.18.2.jar下载5.6.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.0+1.18.2
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
## Changes since 5.6.0+1.18.2
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
展开
版本: 5.6.1+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 621
5.6.1+mc1.18.2
modernfix-forge-5.6.1+mc1.18.2.jar下载5.6.1+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.0+1.18.2
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
## Changes since 5.6.0+1.18.2
* [Update testmod to 1.18](https://github.com/embeddedt/ModernFix/commit/d52e6467ac1e616a4a4ea8b1a3ca6e965a306091) - embeddedt
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
展开
版本: 5.6.1+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 310
5.6.1+mc1.16.5
modernfix-fabric-5.6.1+mc1.16.5.jar下载5.6.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.0+1.16.5
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
## Changes since 5.6.0+1.16.5
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
展开
版本: 5.6.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 2,919
5.6.1+mc1.16.5
modernfix-forge-5.6.1+mc1.16.5.jar下载5.6.1+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.6.0+1.16.5
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
## Changes since 5.6.0+1.16.5
* [Rewrite testmod debug renderer to be cooler](https://github.com/embeddedt/ModernFix/commit/6c85449b6349956e890ad5a851f981ad9b965f07) - embeddedt
* [Testmod for many blocks/items test](https://github.com/embeddedt/ModernFix/commit/365eb80a285a207aeb7d2f17e4f5c487855b67aa) - embeddedt
* [Introduce test mod](https://github.com/embeddedt/ModernFix/commit/fed0392ddcf53d15e5d6ef7be1156a96b7681f44) - embeddedt
* [Add minor Brigadier patch to limit suggestion count to 10000](https://github.com/embeddedt/ModernFix/commit/cac291df476e0ab1932c2078610e988500f27e31) - embeddedt
* [Implement minor memory usage optimization for environments without FerriteCore](https://github.com/embeddedt/ModernFix/commit/5e7d6642a7d61decf009135bce3cb32b6708c88d) - embeddedt
* [Allow disabling Fabric API for runtime in dev](https://github.com/embeddedt/ModernFix/commit/fbfaa178e39059a3b5280daf5c324447be34ad04) - embeddedt
* [Allow only applying mixins when mods aren't present](https://github.com/embeddedt/ModernFix/commit/27c2a674cf6988f4db35072f55a2e8be62d36809) - embeddedt
* [Minor buildscript improvements](https://github.com/embeddedt/ModernFix/commit/f488df2d45a5841dd3f66cac07c468259acee9e7) - embeddedt
* [Skip generating remapJar for common project](https://github.com/embeddedt/ModernFix/commit/7b23053da0f56d515c969e2098ee3a8c38160174) - embeddedt
* [Increase default heap from 512MB to 1GB to avoid issues with Fabric remapper](https://github.com/embeddedt/ModernFix/commit/590c93977832291d88cdaab4e1b5791e3ec05575) - embeddedt
* [Update zh_cn.json (#207)](https://github.com/embeddedt/ModernFix/commit/eec5ec7efb0d2c489bf82afb84b150b7158ef899) - 其智乃反不能及
* [Add Japanese translation (#206)](https://github.com/embeddedt/ModernFix/commit/22f22b931711d0f54a4ca8d6979d443b3267735a) - 羊羽ちゃん
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
展开
版本: 5.6.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 437
5.4.3-beta.22+mc23w32a.8614
modernfix-fabric-5.4.3-beta.22+mc23w32a.8614.jar下载5.4.3-beta.22+mc23w32a.8614#Beta
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.4.2+1.20.1
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Update CTM version](https://github.com/embeddedt/ModernFix/commit/4ed5e8a434061bb2dd4d921e3a63a3619bc471f2) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Remove resource_key_equality patch as NeoForge fixes it in 1.20+](https://github.com/embeddedt/ModernFix/commit/3df41090e4619f9a67d6d2eabdb53a54fc9d5147) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
## Changes since 5.4.2+1.20.1
* [23w32a](https://github.com/embeddedt/ModernFix/commit/861474d635079a61a2fe03ab17e0a3312ec17754) - embeddedt
* [Update Fabric API, fixes tests](https://github.com/embeddedt/ModernFix/commit/f3bda91ebf74d0a173f52fecb376396212ac5f42) - embeddedt
* [Redirect fetchChoiceType directly in vanilla code instead of fully disabling it](https://github.com/embeddedt/ModernFix/commit/c1182944f3222e7563b17038b818e6b3fe54695e) - embeddedt
* [Update use of Component](https://github.com/embeddedt/ModernFix/commit/6c465c7182a3680b82a9d21570e35818be94fcb8) - embeddedt
* [Try to provide more guidance to users when reloading configs](https://github.com/embeddedt/ModernFix/commit/e2aa482187bd623c31a0f7b8806bba1c19b1050d) - embeddedt
* [Use client commands on 1.18+ for /mfrc](https://github.com/embeddedt/ModernFix/commit/8875710f3df33eeb546a884c7e09b89bfde4be41) - embeddedt
* [Update CTM version](https://github.com/embeddedt/ModernFix/commit/4ed5e8a434061bb2dd4d921e3a63a3619bc471f2) - embeddedt
* [Fix CTM block models not working (only item models worked)](https://github.com/embeddedt/ModernFix/commit/e0a170db928ec21c673dd8287fe72d77e40ace01) - embeddedt
* [Update CTM integration for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/dc59c9bf0c85dd9863ff21ea68ee9aaa75f49067) - embeddedt
* [Don't enable blast_search_trees with REI present on 1.16](https://github.com/embeddedt/ModernFix/commit/795aca19e031707ae66fc0f011b7d3ad1dd8e744) - embeddedt
* [Don't trigger full blockstate cache rebuilds when requesting fluid](https://github.com/embeddedt/ModernFix/commit/ec5b92dd7a9f705164625814e97b4dc1d28512a0) - embeddedt
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Remove resource_key_equality patch as NeoForge fixes it in 1.20+](https://github.com/embeddedt/ModernFix/commit/3df41090e4619f9a67d6d2eabdb53a54fc9d5147) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
展开
版本: 5.4.3-beta.22+mc23w32a.8614
支持游戏: 23w32a
类型: Fabric
Beta
下载次数: 111
5.6.0+mc1.19.4
modernfix-fabric-5.6.0+mc1.19.4.jar下载5.6.0+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.0+1.19.4
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
## Changes since 5.5.0+1.19.4
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
展开
版本: 5.6.0+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 786
5.6.0+mc1.18.2
modernfix-fabric-5.6.0+mc1.18.2.jar下载5.6.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.0+1.18.2
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
## Changes since 5.5.0+1.18.2
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
展开
版本: 5.6.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 850
5.6.0+mc1.19.4
modernfix-forge-5.6.0+mc1.19.4.jar下载5.6.0+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.0+1.19.4
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
## Changes since 5.5.0+1.19.4
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
展开
版本: 5.6.0+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 322
5.6.0+mc1.18.2
modernfix-forge-5.6.0+mc1.18.2.jar下载5.6.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.0+1.18.2
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
## Changes since 5.5.0+1.18.2
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
展开
版本: 5.6.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 358
5.6.0+mc1.20.1
modernfix-fabric-5.6.0+mc1.20.1.jar下载5.6.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.0+1.20.1
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Remove resource_key_equality patch as NeoForge fixes it in 1.20+](https://github.com/embeddedt/ModernFix/commit/3df41090e4619f9a67d6d2eabdb53a54fc9d5147) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
## Changes since 5.5.0+1.20.1
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Remove resource_key_equality patch as NeoForge fixes it in 1.20+](https://github.com/embeddedt/ModernFix/commit/3df41090e4619f9a67d6d2eabdb53a54fc9d5147) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
展开
版本: 5.6.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 15,817
5.6.0+mc1.19.2
modernfix-fabric-5.6.0+mc1.19.2.jar下载5.6.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.1+1.19.2
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
## Changes since 5.5.1+1.19.2
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
展开
版本: 5.6.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 1,894
5.6.0+mc1.20.1
modernfix-forge-5.6.0+mc1.20.1.jar下载5.6.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.0+1.20.1
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Remove resource_key_equality patch as NeoForge fixes it in 1.20+](https://github.com/embeddedt/ModernFix/commit/3df41090e4619f9a67d6d2eabdb53a54fc9d5147) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
## Changes since 5.5.0+1.20.1
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Remove resource_key_equality patch as NeoForge fixes it in 1.20+](https://github.com/embeddedt/ModernFix/commit/3df41090e4619f9a67d6d2eabdb53a54fc9d5147) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
展开
版本: 5.6.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 1,306
5.6.0+mc1.19.2
modernfix-forge-5.6.0+mc1.19.2.jar下载5.6.0+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.1+1.19.2
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
## Changes since 5.5.1+1.19.2
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Forcefully inject access transformers from mods even if a load error occurs](https://github.com/embeddedt/ModernFix/commit/4972081d8a10a7d8d1a84c91e88d92cc2f3e864d) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Fix Forge overriding ResourceKey.equals() with a slower implementation](https://github.com/embeddedt/ModernFix/commit/eac9edb13af6d352230c6360df9ca4a1cdb7b0d8) - embeddedt
展开
版本: 5.6.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 306
5.6.0+mc1.16.5
modernfix-fabric-5.6.0+mc1.16.5.jar下载5.6.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.0+1.16.5
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
## Changes since 5.5.0+1.16.5
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
展开
版本: 5.6.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 1,361
5.6.0+mc1.16.5
modernfix-forge-5.6.0+mc1.16.5.jar下载5.6.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.0+1.16.5
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
## Changes since 5.5.0+1.16.5
* [Make sure missing model never becomes null](https://github.com/embeddedt/ModernFix/commit/abb8cbd23f7ad91f59091c9d45f901bd9139b017) - embeddedt
* [Never return a non-null model if it was top level in vanilla](https://github.com/embeddedt/ModernFix/commit/371e5119f10cf6742745fa4601fed506a164e0b9) - embeddedt
* [Make a copy of the top-level model list when collecting materials](https://github.com/embeddedt/ModernFix/commit/c1277a2bf55f65e88d6ee56c82957cd7abfdb18b) - embeddedt
* [Don't return null for models we claim are in the faked model registry](https://github.com/embeddedt/ModernFix/commit/e04b05dcc8a8668d8497348c2d1a135f34e30ac2) - embeddedt
* [Implement /mfrc and /mfsrc commands to reload configs on client/server respectively](https://github.com/embeddedt/ModernFix/commit/14170ade1feabd4eee75d788814a5908472a0b80) - embeddedt
* [Show log message after reloads are processed](https://github.com/embeddedt/ModernFix/commit/c8749940f73bfd4e17a53b787ce0dceddbce965a) - embeddedt
* [Better fix for config corruption](https://github.com/embeddedt/ModernFix/commit/dbff17a1ffd535efb9f7cbe2376f62540f7ab31e) - embeddedt
* [Remove locking system for Night Config files](https://github.com/embeddedt/ModernFix/commit/1989f122c60a012a5993bb195bf7bc676678ddbe) - embeddedt
* [Fix NPE on Forge error screen](https://github.com/embeddedt/ModernFix/commit/5853f9b034971a7a01276b24ee82e9ecd2c50b35) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
展开
版本: 5.6.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 1,146
5.5.1+mc1.19.2
modernfix-fabric-5.5.1+mc1.19.2.jar下载5.5.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.0+1.19.2
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
## Changes since 5.5.0+1.19.2
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
展开
版本: 5.5.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 239
5.5.1+mc1.19.2
modernfix-forge-5.5.1+mc1.19.2.jar下载5.5.1+mc1.19.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.5.0+1.19.2
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
## Changes since 5.5.0+1.19.2
* [Remove item quirk entirely on 1.19+](https://github.com/embeddedt/ModernFix/commit/f469d591b8dc060906ec5df6f7055d6173abdf66) - embeddedt
* [Move item filling quirk to correct vanilla location on 1.19+](https://github.com/embeddedt/ModernFix/commit/72e3a115d660c82f58a4e3d37b180c2fd25f5ca2) - embeddedt
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
展开
版本: 5.5.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 168
5.5.0 beta port for 23w31a
modernfix-fabric-5.4.3-beta.19+mc23w31a.3716.jar下载5.4.3-beta.19+mc23w31a.3716#Beta
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.4.2+1.20.1
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
## Changes since 5.4.2+1.20.1
* [Move to 4-character git hash for dev builds](https://github.com/embeddedt/ModernFix/commit/fac9f6fac96bfdd388134715ac953af7eee04c86) - embeddedt
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Move tags update mixin to ClientCommonPacketListenerImpl](https://github.com/embeddedt/ModernFix/commit/23b473f85db8892edcea0a40e94600c3ac301f1a) - embeddedt
* [23w31a](https://github.com/embeddedt/ModernFix/commit/7fcaf716d8a72326d92d2d76ccc4353a14eaf371) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
展开
版本: 5.4.3-beta.19+mc23w31a.3716
支持游戏: 23w31a
类型: Fabric
Beta
下载次数: 86
5.5.0+mc1.16.5
modernfix-fabric-5.5.0+mc1.16.5.jar下载5.5.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.4.2+1.16.5
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
## Changes since 5.4.2+1.16.5
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
展开
版本: 5.5.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 74
5.5.0+mc1.16.5
modernfix-forge-5.5.0+mc1.16.5.jar下载5.5.0+mc1.16.5#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.4.2+1.16.5
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
## Changes since 5.4.2+1.16.5
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
展开
版本: 5.5.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 126
5.5.0+mc1.18.2
modernfix-fabric-5.5.0+mc1.18.2.jar下载5.5.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.4.1+1.18.2
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
## Changes since 5.4.1+1.18.2
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
展开
版本: 5.5.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 133
5.5.0+mc1.18.2
modernfix-forge-5.5.0+mc1.18.2.jar下载5.5.0+mc1.18.2#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.4.1+1.18.2
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
## Changes since 5.4.1+1.18.2
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
展开
版本: 5.5.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 134
5.5.0+mc1.19.4
modernfix-fabric-5.5.0+mc1.19.4.jar下载5.5.0+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.4.2+1.19.4
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
## Changes since 5.4.2+1.19.4
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
展开
版本: 5.5.0+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 99
5.5.0+mc1.20.1
modernfix-fabric-5.5.0+mc1.20.1.jar下载5.5.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.4.2+1.20.1
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
## Changes since 5.4.2+1.20.1
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
展开
版本: 5.5.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 5,277
5.5.0+mc1.19.4
modernfix-forge-5.5.0+mc1.19.4.jar下载5.5.0+mc1.19.4#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.4.2+1.19.4
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
## Changes since 5.4.2+1.19.4
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
展开
版本: 5.5.0+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 87
5.5.0+mc1.20.1
modernfix-forge-5.5.0+mc1.20.1.jar下载5.5.0+mc1.20.1#Release
Depending on the size of this release, there may be a human-readable changelog available on [the wiki page](https://github.com/embeddedt/ModernFix/wiki/Changelog).
## Changes since 5.4.2+1.20.1
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
## Changes since 5.4.2+1.20.1
* [Link to wiki changelog](https://github.com/embeddedt/ModernFix/commit/81ebcc81862d7df2de9b50b3eb8a28c430d3b06a) - embeddedt
* [Fix branch list including dev branches](https://github.com/embeddedt/ModernFix/commit/ac827a0f42ea145c40d316b9e3cef1d70bbdd840) - embeddedt
* [Move ModernFix branding to right side of screen](https://github.com/embeddedt/ModernFix/commit/24792b96ccc38187b1755aaafcc161c813277d59) - embeddedt
* [Remove default impl from ModernFixPlatformHooks](https://github.com/embeddedt/ModernFix/commit/df9d2fbe2fcd427cbec30a781cfd49ee644cdca3) - embeddedt
* [Remove all remaining hard dependency on Fabric API modules](https://github.com/embeddedt/ModernFix/commit/acec6112cbc7ff7519f63eef47188bfb69306e43) - embeddedt
* [Remove dependency on fabric-lifecycle-events](https://github.com/embeddedt/ModernFix/commit/7e777625a5e2ab26c2fd1557f0dade04517c2b5d) - embeddedt
* [Replace ServerLifecycleEvents usage with mixin](https://github.com/embeddedt/ModernFix/commit/fe818eb7e6096dc898a7d6ae169b5b4b95dfb3ae) - embeddedt
* [Fix world load time being printed if it wasn't actually set](https://github.com/embeddedt/ModernFix/commit/82218ce18fa0bc3a41930faf2f3ee11b9e769477) - embeddedt
* [Mark fluidState redirect as optional for old Lithium/VMP versions](https://github.com/embeddedt/ModernFix/commit/26998e912ba73498b5d67d26cd440c12db5949d1) - embeddedt
* [Fix incorrect return value from deduplicated postprocessing map](https://github.com/embeddedt/ModernFix/commit/f4ab93292421253b5b10e81ecf1f5b10af0e37d8) - embeddedt
* [Rewrite tracking code for game load/world join timing](https://github.com/embeddedt/ModernFix/commit/201db412a49cfe14335449df3400bc355949fb1d) - embeddedt
* [Avoid hardcoding projects to include](https://github.com/embeddedt/ModernFix/commit/62ea11ef7baae2e8f10245c7478dde4e204cd6c4) - embeddedt
* [Bail out early if empty map is passed to CanonizingStringMap.putAll](https://github.com/embeddedt/ModernFix/commit/2c1e036857e227dae74a72ca480f614757218784) - embeddedt
* [Call Item.fillItemCategory() on all items when removing creative search trees](https://github.com/embeddedt/ModernFix/commit/1d1e7b640a92f7d82964f5fe02664470ce3c2f5e) - embeddedt
* [Make dynamic codecs actually work](https://github.com/embeddedt/ModernFix/commit/25dc08eb7966f9737bf78f1e346e1212d87e73ed) - embeddedt
* [Add option to generate block codecs on the fly instead of at startup](https://github.com/embeddedt/ModernFix/commit/11fe75578c817c0ce47293f68221d2b78e9e7439) - embeddedt
* [Enforce 512MB heap for dev runs](https://github.com/embeddedt/ModernFix/commit/c8c316a06fffe661f85a0db95e21d81a30d1bee5) - embeddedt
* [Update mixin target to 1.19.4](https://github.com/embeddedt/ModernFix/commit/9c0c2416d6a2f624dd7062bf4f450ec57f98895b) - embeddedt
* [Lock FerriteCore deduplication fix to dev only](https://github.com/embeddedt/ModernFix/commit/49fa5bf14ac24c8583fa424db82409ad422dbc98) - embeddedt
* [Improve FerriteCore memory usage for blocks with one state](https://github.com/embeddedt/ModernFix/commit/e540c9d58dffe8c1b28df82a4e8fbf6fc130d691) - embeddedt
* [Update MappedRegistry mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/9d6f51695a0ad6c46f911c546472cdb29ca38fea) - embeddedt
* [Improve registry performance with large entry counts](https://github.com/embeddedt/ModernFix/commit/3e4f1ab23aebb0436261e8c7bcf2f91a67f9878f) - embeddedt
* [Workaround for mods instantiating PathResourcePack incorrectly](https://github.com/embeddedt/ModernFix/commit/4fe235cdbd9ef58870ab260489c6bc45e2fec510) - embeddedt
* [Default reuse_datapacks to false](https://github.com/embeddedt/ModernFix/commit/467d4818d835ba9b8b6c3b0bc0fd515d6182f17a) - embeddedt
* [Fix merge error](https://github.com/embeddedt/ModernFix/commit/cedd9ac79b7d65cc9577b6c960233417812b3374) - embeddedt
* [Make FlagManager patch handle both impls of CoFH Core](https://github.com/embeddedt/ModernFix/commit/92a204c2537560377f4da231a3dc1c9aa7475c20) - embeddedt
* [Skip dynamic resources single blockstate optimization when outside world](https://github.com/embeddedt/ModernFix/commit/377f59847e997616c557e9d0366d899e563e038f) - embeddedt
* [Update zh_cn.json (#192)](https://github.com/embeddedt/ModernFix/commit/2b4199c0a6a11cb9650a4ca831215e0a695ac0e2) - 其智乃反不能及
* [Clean up dead code](https://github.com/embeddedt/ModernFix/commit/ee75ef19aae457928abf57b6db2c3de1d68c2fe2) - embeddedt
* [Switch to Gradle build action](https://github.com/embeddedt/ModernFix/commit/106b3447eb448850d1efe128c0c27b6da2048f35) - embeddedt
* [Only collect options from ModernFixEarlyConfig added to the immutable map](https://github.com/embeddedt/ModernFix/commit/ce7e796d93a28d450d0fa984154504a970da6985) - embeddedt
* [Add descriptions of options from newer versions](https://github.com/embeddedt/ModernFix/commit/01bbff42db55b57dabb3b5182d325ce6aab5ae36) - embeddedt
* [Remove debug message](https://github.com/embeddedt/ModernFix/commit/ea593d50026185e82cc807ed5f547353662f2c4d) - embeddedt
* [Render sub-options more nicely](https://github.com/embeddedt/ModernFix/commit/5da78f75656e353ffac70305a07df02055dbf2e9) - embeddedt
* [Add option parenting, gate changes to sub-options when parent option is off](https://github.com/embeddedt/ModernFix/commit/f036350b0a5c2527edad5cc17bdfb81b0003bb44) - embeddedt
* [Document 1.16 options](https://github.com/embeddedt/ModernFix/commit/c7b6a9ed9e161bcf5a2a900023da32aa6a158852) - embeddedt
* [Allow choosing custom path to language JSON](https://github.com/embeddedt/ModernFix/commit/5225d89210090dc87465e9bd79799cc78475b2b5) - embeddedt
* [Upgrade markdown generation script, can now detect missing descriptions outside game](https://github.com/embeddedt/ModernFix/commit/eee22d7e70b1d7fd84062bb4a46f0ceeaaebd354) - embeddedt
* [Use Redirect instead of Inject to avoid allocations](https://github.com/embeddedt/ModernFix/commit/451b26fa9345683f1c2fa10b2d70c4d565b5254b) - embeddedt
* [Fix crash on Forge](https://github.com/embeddedt/ModernFix/commit/4fe3b93fb027fc714029749ffcd759d41e98e8da) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/23e768d62944480b1b7b87235e442cf5bbc0538b) - embeddedt
* [Update blockstate caching logic for vanilla 1.19.4 changes](https://github.com/embeddedt/ModernFix/commit/d3ff2823dc6f254586e34c7d39e3dbb129b7b413) - embeddedt
* [Update for 1.18](https://github.com/embeddedt/ModernFix/commit/7b02351f1138315e3504b1ca737c5783da2c18ed) - embeddedt
* [Switch to compile-only Arch Transformer](https://github.com/embeddedt/ModernFix/commit/13cc103be214b81f54836d69562c706bccf305c0) - embeddedt
展开
版本: 5.5.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 212
5.4.2+mc1.19.4
modernfix-fabric-5.4.2+mc1.19.4.jar下载5.4.2+mc1.19.4#Release
## Changes since 5.4.1+1.19.4
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
* [Rip out wasMissingModel flag, causes more issues than it solves](https://github.com/embeddedt/ModernFix/commit/a467d853b099e40e878dc581266279f7349d77c1) - embeddedt
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
* [Rip out wasMissingModel flag, causes more issues than it solves](https://github.com/embeddedt/ModernFix/commit/a467d853b099e40e878dc581266279f7349d77c1) - embeddedt
展开
版本: 5.4.2+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 2,786
5.4.2+mc1.19.4
modernfix-forge-5.4.2+mc1.19.4.jar下载5.4.2+mc1.19.4#Release
## Changes since 5.4.1+1.19.4
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
* [Rip out wasMissingModel flag, causes more issues than it solves](https://github.com/embeddedt/ModernFix/commit/a467d853b099e40e878dc581266279f7349d77c1) - embeddedt
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
* [Rip out wasMissingModel flag, causes more issues than it solves](https://github.com/embeddedt/ModernFix/commit/a467d853b099e40e878dc581266279f7349d77c1) - embeddedt
展开
版本: 5.4.2+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 136
5.4.2+mc1.20.1
modernfix-fabric-5.4.2+mc1.20.1.jar下载5.4.2+mc1.20.1#Release
## Changes since 5.4.1+1.20.1
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
* [Rip out wasMissingModel flag, causes more issues than it solves](https://github.com/embeddedt/ModernFix/commit/a467d853b099e40e878dc581266279f7349d77c1) - embeddedt
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
* [Rip out wasMissingModel flag, causes more issues than it solves](https://github.com/embeddedt/ModernFix/commit/a467d853b099e40e878dc581266279f7349d77c1) - embeddedt
展开
版本: 5.4.2+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 7,564
5.4.2+mc1.20.1
modernfix-forge-5.4.2+mc1.20.1.jar下载5.4.2+mc1.20.1#Release
## Changes since 5.4.1+1.20.1
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
* [Rip out wasMissingModel flag, causes more issues than it solves](https://github.com/embeddedt/ModernFix/commit/a467d853b099e40e878dc581266279f7349d77c1) - embeddedt
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
* [Rip out wasMissingModel flag, causes more issues than it solves](https://github.com/embeddedt/ModernFix/commit/a467d853b099e40e878dc581266279f7349d77c1) - embeddedt
展开
版本: 5.4.2+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 2,612
5.4.2+mc1.16.5
modernfix-fabric-5.4.2+mc1.16.5.jar下载5.4.2+mc1.16.5#Release
## Changes since 5.4.1+1.16.5
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
展开
版本: 5.4.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 5,952
5.4.2+mc1.16.5
modernfix-forge-5.4.2+mc1.16.5.jar下载5.4.2+mc1.16.5#Release
## Changes since 5.4.1+1.16.5
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
* [Use Forge resource finder for directories instead of MF finder](https://github.com/embeddedt/ModernFix/commit/2663f5e3f4ab133fdad1069b24180dab708f7987) - embeddedt
展开
版本: 5.4.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 240
5.4.1+mc1.20.1
modernfix-fabric-5.4.1+mc1.20.1.jar下载5.4.1+mc1.20.1#Release
## Changes since 5.4.0+1.20.1
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
展开
版本: 5.4.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 374
5.4.1+mc1.20.1
modernfix-forge-5.4.1+mc1.20.1.jar下载5.4.1+mc1.20.1#Release
## Changes since 5.4.0+1.20.1
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
展开
版本: 5.4.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 138
5.4.1+mc1.19.4
modernfix-fabric-5.4.1+mc1.19.4.jar下载5.4.1+mc1.19.4#Release
## Changes since 5.4.0+1.19.4
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
展开
版本: 5.4.1+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 86
5.4.1+mc1.19.4
modernfix-forge-5.4.1+mc1.19.4.jar下载5.4.1+mc1.19.4#Release
## Changes since 5.4.0+1.19.4
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
展开
版本: 5.4.1+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 48
5.4.1+mc1.19.2
modernfix-fabric-5.4.1+mc1.19.2.jar下载5.4.1+mc1.19.2#Release
## Changes since 5.4.0+1.19.2
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
展开
版本: 5.4.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 1,873
5.4.1+mc1.19.2
modernfix-forge-5.4.1+mc1.19.2.jar下载5.4.1+mc1.19.2#Release
## Changes since 5.4.0+1.19.2
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Hotfix for CoFH crash](https://github.com/embeddedt/ModernFix/commit/33e437f8653e68aa1ac4fb679fc95871794a34bf) - embeddedt
展开
版本: 5.4.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 550
5.4.1+mc1.18.2
modernfix-fabric-5.4.1+mc1.18.2.jar下载5.4.1+mc1.18.2#Release
## Changes since 5.4.0+1.18.2
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
展开
版本: 5.4.1+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 5,081
5.4.1+mc1.18.2
modernfix-forge-5.4.1+mc1.18.2.jar下载5.4.1+mc1.18.2#Release
## Changes since 5.4.0+1.18.2
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
展开
版本: 5.4.1+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 205
5.4.1+mc1.16.5
modernfix-fabric-5.4.1+mc1.16.5.jar下载5.4.1+mc1.16.5#Release
## Changes since 5.4.0+1.16.5
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
展开
版本: 5.4.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 42
5.4.1+mc1.16.5
modernfix-forge-5.4.1+mc1.16.5.jar下载5.4.1+mc1.16.5#Release
## Changes since 5.4.0+1.16.5
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
* [Fix getResource("") failing to return valid resource](https://github.com/embeddedt/ModernFix/commit/213bcd1b2ace5c2124508e10084552f8fb572e74) - embeddedt
展开
版本: 5.4.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 86
5.4.0+mc1.19.4
modernfix-fabric-5.4.0+mc1.19.4.jar下载5.4.0+mc1.19.4#Release
## Changes since 5.3.2+1.19.4
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
展开
版本: 5.4.0+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 57
5.4.0+mc1.19.4
modernfix-forge-5.4.0+mc1.19.4.jar下载5.4.0+mc1.19.4#Release
## Changes since 5.3.2+1.19.4
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
展开
版本: 5.4.0+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 36
5.4.0+mc1.16.5
modernfix-fabric-5.4.0+mc1.16.5.jar下载5.4.0+mc1.16.5#Release
## Changes since 5.3.2+1.16.5
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
展开
版本: 5.4.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 88
5.4.0+mc1.16.5
modernfix-forge-5.4.0+mc1.16.5.jar下载5.4.0+mc1.16.5#Release
## Changes since 5.3.2+1.16.5
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
展开
版本: 5.4.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 44
5.4.0+mc1.18.2
modernfix-fabric-5.4.0+mc1.18.2.jar下载5.4.0+mc1.18.2#Release
## Changes since 5.3.2+1.18.2
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
展开
版本: 5.4.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 38
5.4.0+mc1.18.2
modernfix-forge-5.4.0+mc1.18.2.jar下载5.4.0+mc1.18.2#Release
## Changes since 5.3.2+1.18.2
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
展开
版本: 5.4.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 79
5.4.0+mc1.19.2
modernfix-fabric-5.4.0+mc1.19.2.jar下载5.4.0+mc1.19.2#Release
## Changes since 5.3.2+1.19.2
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
展开
版本: 5.4.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 72
5.4.0+mc1.20.1
modernfix-fabric-5.4.0+mc1.20.1.jar下载5.4.0+mc1.20.1#Release
## Changes since 5.3.2+1.20.1
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Support NeoForge on Modrinth](https://github.com/embeddedt/ModernFix/commit/d3bd8289ec3d5018bd33fb59abf1bbf021751b29) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Support NeoForge on Modrinth](https://github.com/embeddedt/ModernFix/commit/d3bd8289ec3d5018bd33fb59abf1bbf021751b29) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
展开
版本: 5.4.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 252
5.4.0+mc1.19.2
modernfix-forge-5.4.0+mc1.19.2.jar下载5.4.0+mc1.19.2#Release
## Changes since 5.3.2+1.19.2
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
展开
版本: 5.4.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 53
5.4.0+mc1.20.1
modernfix-forge-5.4.0+mc1.20.1.jar下载5.4.0+mc1.20.1#Release
## Changes since 5.3.2+1.20.1
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Support NeoForge on Modrinth](https://github.com/embeddedt/ModernFix/commit/d3bd8289ec3d5018bd33fb59abf1bbf021751b29) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
* [More documentation inside config file](https://github.com/embeddedt/ModernFix/commit/0a9644a8a06ed280c0f595bb6d91bb55eecf1305) - embeddedt
* [Add code to show default values of options (currently unused)](https://github.com/embeddedt/ModernFix/commit/7ad09acec60eec406cf26c253bf6310d1cafb0dc) - embeddedt
* [Fix ender dragon model leaking client world](https://github.com/embeddedt/ModernFix/commit/84e27a7c4d848deeeab912b853c25d9fb72d2b44) - embeddedt
* [Display ModernFix version in early part of log](https://github.com/embeddedt/ModernFix/commit/7f447016708e7fc77f211a7f1b40b9e34feff5ac) - embeddedt
* [Adjust patch for 1.18 FlagManager](https://github.com/embeddedt/ModernFix/commit/5338cca79b5ad97786c32724816137aed9970dca) - embeddedt
* [Remove second config warning, now redundant](https://github.com/embeddedt/ModernFix/commit/bb5e71c6515ec70a1bcd7fc310eaed9a05bb8212) - embeddedt
* [Fix memory leak in Blueprint](https://github.com/embeddedt/ModernFix/commit/aa50c4466e5885b2165046a1631d71bb2bd9f44d) - embeddedt
* [Fix dragging in ModLoader too early](https://github.com/embeddedt/ModernFix/commit/7fa6c45f07f9db653df0bae289cc1d5370fbc980) - embeddedt
* [Fix mod mixins not being disabled if there is an early load error](https://github.com/embeddedt/ModernFix/commit/2246b79a85a887b3932ae5b3ad42771ce6db3fdb) - embeddedt
* [Support NeoForge on Modrinth](https://github.com/embeddedt/ModernFix/commit/d3bd8289ec3d5018bd33fb59abf1bbf021751b29) - embeddedt
* [Fix missing ClientOnly annotations](https://github.com/embeddedt/ModernFix/commit/4cdf5e6b3da09f429a06356e07738b554cda00a7) - embeddedt
* [Fix concurrency issue in CoFH FlagManager](https://github.com/embeddedt/ModernFix/commit/48409fc5726c3629c62c759f52d2e62d69815cf7) - embeddedt
* [Fix crash with dynamic resources if mods depend on themselves](https://github.com/embeddedt/ModernFix/commit/373a10f12c4c74768e57f8cad433a9cd0c48720f) - embeddedt
* [Fix NPE from config fixers](https://github.com/embeddedt/ModernFix/commit/18cec4f88d8e84bf257050f519367ced07e87215) - embeddedt
展开
版本: 5.4.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 65
5.3.2+mc1.19.4
modernfix-fabric-5.3.2+mc1.19.4.jar下载5.3.2+mc1.19.4#Release
## Changes since 5.3.1+1.19.4
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix Diagonal Fences breaking after resource reload](https://github.com/embeddedt/ModernFix/commit/e8aa88b317bf8eca2f9c171815b851f9005a62ca) - embeddedt
* [Fix incorrect field being used for pre-bake event](https://github.com/embeddedt/ModernFix/commit/0767b6e9cf8b0ffda2763517faeb20ba3176551a) - embeddedt
* [Backport model loading API change to 1.19.4](https://github.com/embeddedt/ModernFix/commit/42298947cc0fe09555591bfdde7881e8420a16d7) - embeddedt
* [Stop JiJing fabric-models-v0](https://github.com/embeddedt/ModernFix/commit/427a92f0f32c5d7036d202196bd5489da66e4948) - embeddedt
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix Diagonal Fences breaking after resource reload](https://github.com/embeddedt/ModernFix/commit/e8aa88b317bf8eca2f9c171815b851f9005a62ca) - embeddedt
* [Fix incorrect field being used for pre-bake event](https://github.com/embeddedt/ModernFix/commit/0767b6e9cf8b0ffda2763517faeb20ba3176551a) - embeddedt
* [Backport model loading API change to 1.19.4](https://github.com/embeddedt/ModernFix/commit/42298947cc0fe09555591bfdde7881e8420a16d7) - embeddedt
* [Stop JiJing fabric-models-v0](https://github.com/embeddedt/ModernFix/commit/427a92f0f32c5d7036d202196bd5489da66e4948) - embeddedt
展开
版本: 5.3.2+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 503
5.3.2+mc1.16.5
modernfix-fabric-5.3.2+mc1.16.5.jar下载5.3.2+mc1.16.5#Release
## Changes since 5.3.1+1.16.5
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
展开
版本: 5.3.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 1,355
5.3.2+mc1.19.4
modernfix-forge-5.3.2+mc1.19.4.jar下载5.3.2+mc1.19.4#Release
## Changes since 5.3.1+1.19.4
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix Diagonal Fences breaking after resource reload](https://github.com/embeddedt/ModernFix/commit/e8aa88b317bf8eca2f9c171815b851f9005a62ca) - embeddedt
* [Fix incorrect field being used for pre-bake event](https://github.com/embeddedt/ModernFix/commit/0767b6e9cf8b0ffda2763517faeb20ba3176551a) - embeddedt
* [Backport model loading API change to 1.19.4](https://github.com/embeddedt/ModernFix/commit/42298947cc0fe09555591bfdde7881e8420a16d7) - embeddedt
* [Stop JiJing fabric-models-v0](https://github.com/embeddedt/ModernFix/commit/427a92f0f32c5d7036d202196bd5489da66e4948) - embeddedt
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix Diagonal Fences breaking after resource reload](https://github.com/embeddedt/ModernFix/commit/e8aa88b317bf8eca2f9c171815b851f9005a62ca) - embeddedt
* [Fix incorrect field being used for pre-bake event](https://github.com/embeddedt/ModernFix/commit/0767b6e9cf8b0ffda2763517faeb20ba3176551a) - embeddedt
* [Backport model loading API change to 1.19.4](https://github.com/embeddedt/ModernFix/commit/42298947cc0fe09555591bfdde7881e8420a16d7) - embeddedt
* [Stop JiJing fabric-models-v0](https://github.com/embeddedt/ModernFix/commit/427a92f0f32c5d7036d202196bd5489da66e4948) - embeddedt
展开
版本: 5.3.2+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 78
5.3.2+mc1.16.5
modernfix-forge-5.3.2+mc1.16.5.jar下载5.3.2+mc1.16.5#Release
## Changes since 5.3.1+1.16.5
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
展开
版本: 5.3.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 266
5.3.2+mc1.18.2
modernfix-fabric-5.3.2+mc1.18.2.jar下载5.3.2+mc1.18.2#Release
## Changes since 5.3.1+1.18.2
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
展开
版本: 5.3.2+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 503
5.3.2+mc1.19.2
modernfix-fabric-5.3.2+mc1.19.2.jar下载5.3.2+mc1.19.2#Release
## Changes since 5.3.1+1.19.2
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
展开
版本: 5.3.2+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 905
5.3.2+mc1.18.2
modernfix-forge-5.3.2+mc1.18.2.jar下载5.3.2+mc1.18.2#Release
## Changes since 5.3.1+1.18.2
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
展开
版本: 5.3.2+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 712
5.3.2+mc1.19.2
modernfix-forge-5.3.2+mc1.19.2.jar下载5.3.2+mc1.19.2#Release
## Changes since 5.3.1+1.19.2
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
展开
版本: 5.3.2+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 250
5.3.2+mc1.20.1
modernfix-fabric-5.3.2+mc1.20.1.jar下载5.3.2+mc1.20.1#Release
## Changes since 5.3.1+1.20.1
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix Diagonal Fences breaking after resource reload](https://github.com/embeddedt/ModernFix/commit/e8aa88b317bf8eca2f9c171815b851f9005a62ca) - embeddedt
* [Fix incorrect field being used for pre-bake event](https://github.com/embeddedt/ModernFix/commit/0767b6e9cf8b0ffda2763517faeb20ba3176551a) - embeddedt
* [Backport model loading API change to 1.19.4](https://github.com/embeddedt/ModernFix/commit/42298947cc0fe09555591bfdde7881e8420a16d7) - embeddedt
* [Stop JiJing fabric-models-v0](https://github.com/embeddedt/ModernFix/commit/427a92f0f32c5d7036d202196bd5489da66e4948) - embeddedt
* [Revert JiJ of fabric-model-loading-api-v1](https://github.com/embeddedt/ModernFix/commit/4a0219e9dadc9dc31ecd1f6281da0a762187bcc1) - embeddedt
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix Diagonal Fences breaking after resource reload](https://github.com/embeddedt/ModernFix/commit/e8aa88b317bf8eca2f9c171815b851f9005a62ca) - embeddedt
* [Fix incorrect field being used for pre-bake event](https://github.com/embeddedt/ModernFix/commit/0767b6e9cf8b0ffda2763517faeb20ba3176551a) - embeddedt
* [Backport model loading API change to 1.19.4](https://github.com/embeddedt/ModernFix/commit/42298947cc0fe09555591bfdde7881e8420a16d7) - embeddedt
* [Stop JiJing fabric-models-v0](https://github.com/embeddedt/ModernFix/commit/427a92f0f32c5d7036d202196bd5489da66e4948) - embeddedt
* [Revert JiJ of fabric-model-loading-api-v1](https://github.com/embeddedt/ModernFix/commit/4a0219e9dadc9dc31ecd1f6281da0a762187bcc1) - embeddedt
展开
版本: 5.3.2+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 6,226
5.3.2+mc1.20.1
modernfix-forge-5.3.2+mc1.20.1.jar下载5.3.2+mc1.20.1#Release
## Changes since 5.3.1+1.20.1
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix Diagonal Fences breaking after resource reload](https://github.com/embeddedt/ModernFix/commit/e8aa88b317bf8eca2f9c171815b851f9005a62ca) - embeddedt
* [Fix incorrect field being used for pre-bake event](https://github.com/embeddedt/ModernFix/commit/0767b6e9cf8b0ffda2763517faeb20ba3176551a) - embeddedt
* [Backport model loading API change to 1.19.4](https://github.com/embeddedt/ModernFix/commit/42298947cc0fe09555591bfdde7881e8420a16d7) - embeddedt
* [Stop JiJing fabric-models-v0](https://github.com/embeddedt/ModernFix/commit/427a92f0f32c5d7036d202196bd5489da66e4948) - embeddedt
* [Revert JiJ of fabric-model-loading-api-v1](https://github.com/embeddedt/ModernFix/commit/4a0219e9dadc9dc31ecd1f6281da0a762187bcc1) - embeddedt
* [Fix deadlock with the config fixers by moving all locking to one object](https://github.com/embeddedt/ModernFix/commit/edb3da4f745fb084264d0b1e63364b8509c22378) - embeddedt
* [Backport Diagonal Fences fix to 1.19.2](https://github.com/embeddedt/ModernFix/commit/4c80deae254a2a64d1a269a4b6ca63a4c42da034) - embeddedt
* [Forceload RenderType/RenderStateShard on the main thread during startup](https://github.com/embeddedt/ModernFix/commit/7dbb926787d27a320e9a58b36c38777dda8cc457) - embeddedt
* [Prevent CME from thread dumper](https://github.com/embeddedt/ModernFix/commit/4397f274a567ac13939a3c1fc63844d85f5f7438) - embeddedt
* [Fix Diagonal Fences breaking after resource reload](https://github.com/embeddedt/ModernFix/commit/e8aa88b317bf8eca2f9c171815b851f9005a62ca) - embeddedt
* [Fix incorrect field being used for pre-bake event](https://github.com/embeddedt/ModernFix/commit/0767b6e9cf8b0ffda2763517faeb20ba3176551a) - embeddedt
* [Backport model loading API change to 1.19.4](https://github.com/embeddedt/ModernFix/commit/42298947cc0fe09555591bfdde7881e8420a16d7) - embeddedt
* [Stop JiJing fabric-models-v0](https://github.com/embeddedt/ModernFix/commit/427a92f0f32c5d7036d202196bd5489da66e4948) - embeddedt
* [Revert JiJ of fabric-model-loading-api-v1](https://github.com/embeddedt/ModernFix/commit/4a0219e9dadc9dc31ecd1f6281da0a762187bcc1) - embeddedt
展开
版本: 5.3.2+mc1.20.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 600
5.3.1+mc1.18.2
modernfix-fabric-5.3.1+mc1.18.2.jar下载5.3.1+mc1.18.2#Release
## Changes since 5.3.0+1.18.2
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
展开
版本: 5.3.1+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 53
5.3.1+mc1.18.2
modernfix-forge-5.3.1+mc1.18.2.jar下载5.3.1+mc1.18.2#Release
## Changes since 5.3.0+1.18.2
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
展开
版本: 5.3.1+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 111
5.3.1+mc1.19.2
modernfix-fabric-5.3.1+mc1.19.2.jar下载5.3.1+mc1.19.2#Release
## Changes since 5.3.0+1.19.2
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
展开
版本: 5.3.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 153
5.3.1+mc1.19.2
modernfix-forge-5.3.1+mc1.19.2.jar下载5.3.1+mc1.19.2#Release
## Changes since 5.3.0+1.19.2
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
展开
版本: 5.3.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 98
5.3.1+mc1.19.4
modernfix-fabric-5.3.1+mc1.19.4.jar下载5.3.1+mc1.19.4#Release
## Changes since 5.3.0+1.19.4
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Synchronize outside of ModelBaker for FAPI compat](https://github.com/embeddedt/ModernFix/commit/72a45ef0149f30585f35731015289b350464c49b) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Synchronize outside of ModelBaker for FAPI compat](https://github.com/embeddedt/ModernFix/commit/72a45ef0149f30585f35731015289b350464c49b) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
展开
版本: 5.3.1+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 98
5.3.1+mc1.19.4
modernfix-forge-5.3.1+mc1.19.4.jar下载5.3.1+mc1.19.4#Release
## Changes since 5.3.0+1.19.4
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Synchronize outside of ModelBaker for FAPI compat](https://github.com/embeddedt/ModernFix/commit/72a45ef0149f30585f35731015289b350464c49b) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Synchronize outside of ModelBaker for FAPI compat](https://github.com/embeddedt/ModernFix/commit/72a45ef0149f30585f35731015289b350464c49b) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
展开
版本: 5.3.1+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 33
5.3.1+mc1.16.5
modernfix-fabric-5.3.1+mc1.16.5.jar下载5.3.1+mc1.16.5#Release
## Changes since 5.3.0+1.16.5
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
展开
版本: 5.3.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 51
5.3.1+mc1.16.5
modernfix-forge-5.3.1+mc1.16.5.jar下载5.3.1+mc1.16.5#Release
## Changes since 5.3.0+1.16.5
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
展开
版本: 5.3.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 90
5.3.1+mc1.20.1
modernfix-fabric-5.3.1+mc1.20.1.jar下载5.3.1+mc1.20.1#Release
## Changes since 5.3.0+1.20.1
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Synchronize outside of ModelBaker for FAPI compat](https://github.com/embeddedt/ModernFix/commit/72a45ef0149f30585f35731015289b350464c49b) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Synchronize outside of ModelBaker for FAPI compat](https://github.com/embeddedt/ModernFix/commit/72a45ef0149f30585f35731015289b350464c49b) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
展开
版本: 5.3.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 2,189
5.3.1+mc1.20.1
modernfix-forge-5.3.1+mc1.20.1.jar下载5.3.1+mc1.20.1#Release
## Changes since 5.3.0+1.20.1
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Synchronize outside of ModelBaker for FAPI compat](https://github.com/embeddedt/ModernFix/commit/72a45ef0149f30585f35731015289b350464c49b) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
* [Fix timing of dynamic baked model registry handoff](https://github.com/embeddedt/ModernFix/commit/ad60b1dec6b43375b4f57af0e5d0b5bfbe19b10f) - embeddedt
* [Improve reliability of ItemOverrideBakedModel if not replaced](https://github.com/embeddedt/ModernFix/commit/d1a1fce7e17d77129bab295a09ca5fc7fbcea1f2) - embeddedt
* [Synchronize outside of ModelBaker for FAPI compat](https://github.com/embeddedt/ModernFix/commit/72a45ef0149f30585f35731015289b350464c49b) - embeddedt
* [Fix wall block deduplication crashing when invasive mods replace vanilla walls](https://github.com/embeddedt/ModernFix/commit/8383053b5cfa56a6638dade7d506e06794ee9853) - embeddedt
展开
版本: 5.3.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 162,625
5.3.0+mc1.18.2
modernfix-fabric-5.3.0+mc1.18.2.jar下载5.3.0+mc1.18.2#Release
## Changes since 5.2.5+1.18.2
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
展开
版本: 5.3.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 33
5.3.0+mc1.19.2
modernfix-fabric-5.3.0+mc1.19.2.jar下载5.3.0+mc1.19.2#Release
## Changes since 5.2.5+1.19.2
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
展开
版本: 5.3.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 51
5.3.0+mc1.18.2
modernfix-forge-5.3.0+mc1.18.2.jar下载5.3.0+mc1.18.2#Release
## Changes since 5.2.5+1.18.2
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
展开
版本: 5.3.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 52
5.3.0+mc1.19.2
modernfix-forge-5.3.0+mc1.19.2.jar下载5.3.0+mc1.19.2#Release
## Changes since 5.2.5+1.19.2
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
展开
版本: 5.3.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 43
5.3.0+mc1.19.4
modernfix-fabric-5.3.0+mc1.19.4.jar下载5.3.0+mc1.19.4#Release
## Changes since 5.2.5+1.19.4
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
展开
版本: 5.3.0+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 54
5.3.0+mc1.19.4
modernfix-forge-5.3.0+mc1.19.4.jar下载5.3.0+mc1.19.4#Release
## Changes since 5.2.5+1.19.4
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
展开
版本: 5.3.0+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 29
5.3.0+mc1.16.5
modernfix-fabric-5.3.0+mc1.16.5.jar下载5.3.0+mc1.16.5#Release
## Changes since 5.2.5+1.16.5
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
展开
版本: 5.3.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 65
5.3.0+mc1.16.5
modernfix-forge-5.3.0+mc1.16.5.jar下载5.3.0+mc1.16.5#Release
## Changes since 5.2.5+1.16.5
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
展开
版本: 5.3.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 39
5.3.0+mc1.20.1
modernfix-fabric-5.3.0+mc1.20.1.jar下载5.3.0+mc1.20.1#Release
## Changes since 5.2.5+1.20.1
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/ad1df59c1851bbbea3ec32210b52c5b78e63e22e) - embeddedt
* [Explicitly depend on fabric-model-loading-api-v1 so it gets JiJed](https://github.com/embeddedt/ModernFix/commit/804cd047789750f6be465a394f0181949f503878) - embeddedt
* [Support the new Fabric Model Loading API v1](https://github.com/embeddedt/ModernFix/commit/083664d858b8de6baa61e27744fbb313b2e3c5bf) - embeddedt
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/ad1df59c1851bbbea3ec32210b52c5b78e63e22e) - embeddedt
* [Explicitly depend on fabric-model-loading-api-v1 so it gets JiJed](https://github.com/embeddedt/ModernFix/commit/804cd047789750f6be465a394f0181949f503878) - embeddedt
* [Support the new Fabric Model Loading API v1](https://github.com/embeddedt/ModernFix/commit/083664d858b8de6baa61e27744fbb313b2e3c5bf) - embeddedt
展开
版本: 5.3.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 175
5.3.0+mc1.20.1
modernfix-forge-5.3.0+mc1.20.1.jar下载5.3.0+mc1.20.1#Release
## Changes since 5.2.5+1.20.1
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/ad1df59c1851bbbea3ec32210b52c5b78e63e22e) - embeddedt
* [Explicitly depend on fabric-model-loading-api-v1 so it gets JiJed](https://github.com/embeddedt/ModernFix/commit/804cd047789750f6be465a394f0181949f503878) - embeddedt
* [Support the new Fabric Model Loading API v1](https://github.com/embeddedt/ModernFix/commit/083664d858b8de6baa61e27744fbb313b2e3c5bf) - embeddedt
* [Revert resource loader JiJ on 1.19+](https://github.com/embeddedt/ModernFix/commit/2941f11c547d54a50723b77b6683865b8e9d1528) - embeddedt
* [Even more resilient Night Config fix](https://github.com/embeddedt/ModernFix/commit/d8e515272a878feb17e7b8f98d425969a7bb09f3) - embeddedt
* [Update ItemOverrideBakedModel for 1.19](https://github.com/embeddedt/ModernFix/commit/12ec9b08bf872d2c0489a7dbbd938fcae0b1f38f) - embeddedt
* [Update item override patch to 1.18](https://github.com/embeddedt/ModernFix/commit/d9b9586af3aa62fbf4b2fadf1756d3239e6f993b) - embeddedt
* [Add support to dynamic resources for item overrides](https://github.com/embeddedt/ModernFix/commit/ac436db4567e5e20ad0f068d6bfaee83629b9593) - embeddedt
* [Add option to override overrides](https://github.com/embeddedt/ModernFix/commit/e65f8fbb32297d693fc552ab1998a3928b2bfe03) - embeddedt
* [Fix incorrect import](https://github.com/embeddedt/ModernFix/commit/8ac43d561749fc6e721ccc8b7cfb8f76fd1a9a05) - embeddedt
* [Generify config patch to also work with Night Config Fixes mod](https://github.com/embeddedt/ModernFix/commit/36eb73b28e7a93ab60b362c40fe44dd19410c5a9) - embeddedt
* [Possible fix for the elusive Forge config corruption bug](https://github.com/embeddedt/ModernFix/commit/b499a054b93d8804ddc978ad8da85280440e519f) - embeddedt
* [Return all possible states for model if given location is not an MRL](https://github.com/embeddedt/ModernFix/commit/c3e3dff805a74735347335ed191fe004e29dcf6b) - embeddedt
* [Use CachedResourcePath in resource finder](https://github.com/embeddedt/ModernFix/commit/5ec070843d7eb3f293b7c72305600d1467d9b486) - embeddedt
* [Use Guava multimap for resource finder instead of custom "multi"map](https://github.com/embeddedt/ModernFix/commit/9fbb97d0faec0784afaeb95684b16e97457f2fde) - embeddedt
* [Filter valid paths using explicit joiner instead of Path.toString](https://github.com/embeddedt/ModernFix/commit/4f186c03f5d56fd602afcbeafb4e6de1e6de7d3f) - embeddedt
* [Fix memory leak on Fabric from models being saved to the vanilla map](https://github.com/embeddedt/ModernFix/commit/33d27ff04bff24e73fbc46002ddf88028bbad9c7) - embeddedt
* [Rework wall block caching to cache collision shapes as well](https://github.com/embeddedt/ModernFix/commit/ad948f0ec1d479f29ab57ff4c3b0cd5406bc47f7) - embeddedt
* [Deduplicate wall block shapes](https://github.com/embeddedt/ModernFix/commit/c63a8fa21ecfa78bbc053bbcd37ee6dd2d36f913) - embeddedt
* [Improve patchlist formatting](https://github.com/embeddedt/ModernFix/commit/2c53c01cbc5c0df87c49a5d1ac81a2b115200eb8) - embeddedt
* [JiJ required version of fabric-resource-loader-v0 module](https://github.com/embeddedt/ModernFix/commit/a8fd35fd15b783e5f0d967945fb9c82d439573df) - embeddedt
* [Allow corrupt JSONs when scanning models for textures](https://github.com/embeddedt/ModernFix/commit/dff181accbc8092c133d84248cd23dc51a031dbb) - embeddedt
* [Only apply Parchment mappings if version is provided](https://github.com/embeddedt/ModernFix/commit/565cc23c6ccd7dd01007176a90eec98c4afc4189) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/ad1df59c1851bbbea3ec32210b52c5b78e63e22e) - embeddedt
* [Explicitly depend on fabric-model-loading-api-v1 so it gets JiJed](https://github.com/embeddedt/ModernFix/commit/804cd047789750f6be465a394f0181949f503878) - embeddedt
* [Support the new Fabric Model Loading API v1](https://github.com/embeddedt/ModernFix/commit/083664d858b8de6baa61e27744fbb313b2e3c5bf) - embeddedt
展开
版本: 5.3.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 55
5.2.5+mc1.18.2
modernfix-fabric-5.2.5+mc1.18.2.jar下载5.2.5+mc1.18.2#Release
## Changes since 5.2.4+1.18.2
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
展开
版本: 5.2.5+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 344
5.2.5+mc1.18.2
modernfix-forge-5.2.5+mc1.18.2.jar下载5.2.5+mc1.18.2#Release
## Changes since 5.2.4+1.18.2
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
展开
版本: 5.2.5+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 156
5.2.5+mc1.20.1
modernfix-fabric-5.2.5+mc1.20.1.jar下载5.2.5+mc1.20.1#Release
## Changes since 5.2.4+1.20.1
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
展开
版本: 5.2.5+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 10,981
5.2.5+mc1.20.1
modernfix-forge-5.2.5+mc1.20.1.jar下载5.2.5+mc1.20.1#Release
## Changes since 5.2.4+1.20.1
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
展开
版本: 5.2.5+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 430
5.2.5+mc1.19.4
modernfix-fabric-5.2.5+mc1.19.4.jar下载5.2.5+mc1.19.4#Release
## Changes since 5.2.4+1.19.4
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
展开
版本: 5.2.5+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 4,127
5.2.5+mc1.19.4
modernfix-forge-5.2.5+mc1.19.4.jar下载5.2.5+mc1.19.4#Release
## Changes since 5.2.4+1.19.4
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
展开
版本: 5.2.5+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 102
5.2.5+mc1.19.2
modernfix-fabric-5.2.5+mc1.19.2.jar下载5.2.5+mc1.19.2#Release
## Changes since 5.2.4+1.19.2
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
展开
版本: 5.2.5+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 2,891
5.2.5+mc1.19.2
modernfix-forge-5.2.5+mc1.19.2.jar下载5.2.5+mc1.19.2#Release
## Changes since 5.2.4+1.19.2
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
* [Disable item_cache_flag when Lithium or derivatives are present,](https://github.com/embeddedt/ModernFix/commit/6cd99383b9aa8efec6528d60678c645b42136f47) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
展开
版本: 5.2.5+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 174
5.2.5+mc1.16.5
modernfix-fabric-5.2.5+mc1.16.5.jar下载5.2.5+mc1.16.5#Release
## Changes since 5.2.4+1.16.5
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
展开
版本: 5.2.5+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 114
5.2.5+mc1.16.5
modernfix-forge-5.2.5+mc1.16.5.jar下载5.2.5+mc1.16.5#Release
## Changes since 5.2.4+1.16.5
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
* [Hotfix for Class.descriptorString() not existing on Java 8](https://github.com/embeddedt/ModernFix/commit/0116a316162bd4e5e18c0e78a97603b35a1457ff) - embeddedt
展开
版本: 5.2.5+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 151
5.2.4+mc1.18.2
modernfix-fabric-5.2.4+mc1.18.2.jar下载5.2.4+mc1.18.2#Release
## Changes since 5.2.3+1.18.2
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
展开
版本: 5.2.4+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 33
5.2.4+mc1.18.2
modernfix-forge-5.2.4+mc1.18.2.jar下载5.2.4+mc1.18.2#Release
## Changes since 5.2.3+1.18.2
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
展开
版本: 5.2.4+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 72
5.2.4+mc1.19.2
modernfix-fabric-5.2.4+mc1.19.2.jar下载5.2.4+mc1.19.2#Release
## Changes since 5.2.3+1.19.2
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
展开
版本: 5.2.4+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 26
5.2.4+mc1.19.4
modernfix-fabric-5.2.4+mc1.19.4.jar下载5.2.4+mc1.19.4#Release
## Changes since 5.2.3+1.19.4
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
展开
版本: 5.2.4+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 40
5.2.4+mc1.20.1
modernfix-fabric-5.2.4+mc1.20.1.jar下载5.2.4+mc1.20.1#Release
## Changes since 5.2.3+1.20.1
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Fix parity issue in paper_chunk_patches for 1.20+](https://github.com/embeddedt/ModernFix/commit/6548d5da805d0a68f3e7a6fa1bc8e3263713bf59) - embeddedt
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Remove item cache flag patch on 1.20 branch](https://github.com/embeddedt/ModernFix/commit/944e481f32aa882ccd2e42b545ff318d2758b5f6) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Fix parity issue in paper_chunk_patches for 1.20+](https://github.com/embeddedt/ModernFix/commit/6548d5da805d0a68f3e7a6fa1bc8e3263713bf59) - embeddedt
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Remove item cache flag patch on 1.20 branch](https://github.com/embeddedt/ModernFix/commit/944e481f32aa882ccd2e42b545ff318d2758b5f6) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
展开
版本: 5.2.4+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 64
5.2.4+mc1.19.2
modernfix-forge-5.2.4+mc1.19.2.jar下载5.2.4+mc1.19.2#Release
## Changes since 5.2.3+1.19.2
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
展开
版本: 5.2.4+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 27
5.2.4+mc1.16.5
modernfix-fabric-5.2.4+mc1.16.5.jar下载5.2.4+mc1.16.5#Release
## Changes since 5.2.3+1.16.5
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
展开
版本: 5.2.4+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 20
5.2.4+mc1.19.4
modernfix-forge-5.2.4+mc1.19.4.jar下载5.2.4+mc1.19.4#Release
## Changes since 5.2.3+1.19.4
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
展开
版本: 5.2.4+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 40
5.2.4+mc1.20.1
modernfix-forge-5.2.4+mc1.20.1.jar下载5.2.4+mc1.20.1#Release
## Changes since 5.2.3+1.20.1
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Fix parity issue in paper_chunk_patches for 1.20+](https://github.com/embeddedt/ModernFix/commit/6548d5da805d0a68f3e7a6fa1bc8e3263713bf59) - embeddedt
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Remove item cache flag patch on 1.20 branch](https://github.com/embeddedt/ModernFix/commit/944e481f32aa882ccd2e42b545ff318d2758b5f6) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Do not run Decorative Blocks fix without Decorative Blocks installed](https://github.com/embeddedt/ModernFix/commit/40ec3f14bfa36607946045f336b70d971ef4c007) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Fix parity issue in paper_chunk_patches for 1.20+](https://github.com/embeddedt/ModernFix/commit/6548d5da805d0a68f3e7a6fa1bc8e3263713bf59) - embeddedt
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Drop chunk status transition patch from paper_chunk_patches](https://github.com/embeddedt/ModernFix/commit/aff4e0c2d0c4e714aa5dadf7cd931bb76f2125db) - embeddedt
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Remove item cache flag patch on 1.20 branch](https://github.com/embeddedt/ModernFix/commit/944e481f32aa882ccd2e42b545ff318d2758b5f6) - embeddedt
* [Update item empty cache patch for 1.18](https://github.com/embeddedt/ModernFix/commit/c1e40ebe1fc29387866b573a632f00d84dfdc410) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Disable deduplicate_climate_parameters by default](https://github.com/embeddedt/ModernFix/commit/3c9e5d2f0fadf4492de7db49db81c4c453d11e4f) - embeddedt
* [Attempt fix for occasional world holes when paper_chunk_patches is enabled](https://github.com/embeddedt/ModernFix/commit/1f043c70881600a74e0087ccc9ca7f1444789d8c) - embeddedt
* [Backport https://github.com/MinecraftForge/MinecraftForge/pull/8959 to 1.18](https://github.com/embeddedt/ModernFix/commit/bd351197b22bc9ba663e65b2fae919f161b315bf) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
展开
版本: 5.2.4+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 28
5.2.4+mc1.16.5
modernfix-forge-5.2.4+mc1.16.5.jar下载5.2.4+mc1.16.5#Release
## Changes since 5.2.3+1.16.5
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
* [Add tag cleaner script to help with changelog issues](https://github.com/embeddedt/ModernFix/commit/ec02a77c190cd48838c1be40fb1d84432e179b65) - embeddedt
* [Update zh_cn.json (#153)](https://github.com/embeddedt/ModernFix/commit/a1ee34bb1c828cf137cfee90d39d4a8c77603a6b) - 其智乃反不能及
* [Allow spam_thread_dump to work even earlier](https://github.com/embeddedt/ModernFix/commit/793fb5f38880a1d2e91161d972173d098049e8a2) - embeddedt
* [Fix formatting issue](https://github.com/embeddedt/ModernFix/commit/d14ae9d2c15ff11c35192af15811024698f3bed4) - embeddedt
* [Very bad hack for wiki race condition](https://github.com/embeddedt/ModernFix/commit/5fd02ffc968b2c6131b9c9e2d2bd9f997967593e) - embeddedt
* [Use shared branch list script](https://github.com/embeddedt/ModernFix/commit/8f806e6285ff8324578288baba4dd206c49c73d6) - embeddedt
* [Fix python3 not having friendly name. (#160)](https://github.com/embeddedt/ModernFix/commit/d36cc4acc1dcdd281c77765a0ff8504d6977570a) - Kichura
* [Enhance the workflow scripts and update Gradle. (#159)](https://github.com/embeddedt/ModernFix/commit/09aae6e34c3a10f6b5f363deaf58b3c375631fd2) - Kichura
* [Do not cancel running wiki jobs [skip ci]](https://github.com/embeddedt/ModernFix/commit/08daaa38e9da75c1f0e6347c20d02babe09f500f) - embeddedt
* [Prevent race condition when updating wikis](https://github.com/embeddedt/ModernFix/commit/b31381ed4d02c6051f68fb0758a0704afaf7fc32) - embeddedt
* [Add wiki update action](https://github.com/embeddedt/ModernFix/commit/423a550303f588d0a83501d02c2cb1a9d8b39808) - embeddedt
* [Make mod overrides higher priority than user configuration](https://github.com/embeddedt/ModernFix/commit/816346e9193e07fbbfbd612c55303695849b0cfa) - embeddedt
* [Recognize ThreadTweak when disabling overlapping patches](https://github.com/embeddedt/ModernFix/commit/4c484f51251e538e3c97c273231857a69e7c71e3) - embeddedt
* [Remove emptyCacheFlag from item stacks (fixes MC-258939)](https://github.com/embeddedt/ModernFix/commit/c7aaa15a199d87e23efb96d32eea982896ebcac6) - embeddedt
* [Add mod menu in dev](https://github.com/embeddedt/ModernFix/commit/4537f86bbcff84dae467ad4e2a764e923b41c906) - embeddedt
* [Prevent mixin.perf suboptions from defaulting to on if an explicit](https://github.com/embeddedt/ModernFix/commit/546d1df48f643b86e91389a733767775a3ffe698) - embeddedt
* [Add facility to hide mixin options outside dev](https://github.com/embeddedt/ModernFix/commit/4ea7b864a86cea367abaef7c43ead49cc88a5302) - embeddedt
展开
版本: 5.2.4+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 34
5.2.3+mc1.18.2
modernfix-fabric-5.2.3+mc1.18.2.jar下载5.2.3+mc1.18.2#Release
## Changes since 5.2.2+1.18.2
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
展开
版本: 5.2.3+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 69
5.2.3+mc1.18.2
modernfix-forge-5.2.3+mc1.18.2.jar下载5.2.3+mc1.18.2#Release
## Changes since 5.2.2+1.18.2
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
展开
版本: 5.2.3+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 105
5.2.3+mc1.16.5
modernfix-fabric-5.2.3+mc1.16.5.jar下载5.2.3+mc1.16.5#Release
## Changes since 5.2.2+1.16.5
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
展开
版本: 5.2.3+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 94
5.2.3+mc1.16.5
modernfix-forge-5.2.3+mc1.16.5.jar下载5.2.3+mc1.16.5#Release
## Changes since 5.2.2+1.16.5
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
展开
版本: 5.2.3+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 97
5.2.3+mc1.19.2
modernfix-fabric-5.2.3+mc1.19.2.jar下载5.2.3+mc1.19.2#Release
## Changes since 5.2.2+1.19.2
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
展开
版本: 5.2.3+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 284
5.2.3+mc1.19.4
modernfix-fabric-5.2.3+mc1.19.4.jar下载5.2.3+mc1.19.4#Release
## Changes since 5.2.2+1.19.4
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
展开
版本: 5.2.3+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 436
5.2.3+mc1.20.1
modernfix-fabric-5.2.3+mc1.20.1.jar下载5.2.3+mc1.20.1#Release
## Changes since 5.2.2+1.20.1
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
展开
版本: 5.2.3+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 1,772
5.2.3+mc1.19.2
modernfix-forge-5.2.3+mc1.19.2.jar下载5.2.3+mc1.19.2#Release
## Changes since 5.2.2+1.19.2
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
展开
版本: 5.2.3+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 493
5.2.3+mc1.19.4
modernfix-forge-5.2.3+mc1.19.4.jar下载5.2.3+mc1.19.4#Release
## Changes since 5.2.2+1.19.4
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
展开
版本: 5.2.3+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 68
5.2.3+mc1.20.1
modernfix-forge-5.2.3+mc1.20.1.jar下载5.2.3+mc1.20.1#Release
## Changes since 5.2.2+1.20.1
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
* [Use synchronized HashMap instead of CHM to permit null keys for buggy mods](https://github.com/embeddedt/ModernFix/commit/5315d808590e41478dc9c3cdc1ca6fdf983cf98d) - embeddedt
* [Fix Decorative Blocks keybind being unconfigurable](https://github.com/embeddedt/ModernFix/commit/a189927b227c28cfce7c4287e9724ac6828a3fa5) - embeddedt
展开
版本: 5.2.3+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 214
5.2.2+mc1.18.2
modernfix-fabric-5.2.2+mc1.18.2.jar下载5.2.2+mc1.18.2#Release
## Changes since 5.2.1+1.18.2
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
展开
版本: 5.2.2+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 307
5.2.2+mc1.18.2
modernfix-forge-5.2.2+mc1.18.2.jar下载5.2.2+mc1.18.2#Release
## Changes since 5.2.1+1.18.2
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
展开
版本: 5.2.2+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 47
5.2.2+mc1.20.1
modernfix-fabric-5.2.2+mc1.20.1.jar下载5.2.2+mc1.20.1#Release
## Changes since 5.2.2+1.19.2
* [Port dynres change to 1.19.4+](https://github.com/embeddedt/ModernFix/commit/8cc5785e862a980b3f8a862d49c8b520ebccf09e) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Add utility for disabling Unihex font](https://github.com/embeddedt/ModernFix/commit/6300dd6737788886b1f37b8bf2c77a980effe481) - embeddedt
* [Remove LazyDFU change for 1.20](https://github.com/embeddedt/ModernFix/commit/ba7bda0b04a233d2c9ca510d2c62daa4b0759eba) - embeddedt
* [Apply spotless](https://github.com/embeddedt/ModernFix/commit/5aeea4841357eba117e585b51813d6d172a1e0c7) - embeddedt
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Change spark version](https://github.com/embeddedt/ModernFix/commit/4fd4de7d5295defd3e9e1d82df39873c92faee91) - embeddedt
* [Bump Forge](https://github.com/embeddedt/ModernFix/commit/99acb17d9080b3eeb3c4a26f85ae8a36f3bcc3c5) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
* [Port dynres change to 1.19.4+](https://github.com/embeddedt/ModernFix/commit/8cc5785e862a980b3f8a862d49c8b520ebccf09e) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Add utility for disabling Unihex font](https://github.com/embeddedt/ModernFix/commit/6300dd6737788886b1f37b8bf2c77a980effe481) - embeddedt
* [Remove LazyDFU change for 1.20](https://github.com/embeddedt/ModernFix/commit/ba7bda0b04a233d2c9ca510d2c62daa4b0759eba) - embeddedt
* [Apply spotless](https://github.com/embeddedt/ModernFix/commit/5aeea4841357eba117e585b51813d6d172a1e0c7) - embeddedt
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Change spark version](https://github.com/embeddedt/ModernFix/commit/4fd4de7d5295defd3e9e1d82df39873c92faee91) - embeddedt
* [Bump Forge](https://github.com/embeddedt/ModernFix/commit/99acb17d9080b3eeb3c4a26f85ae8a36f3bcc3c5) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
展开
版本: 5.2.2+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 234
5.2.2+mc1.19.2
modernfix-fabric-5.2.2+mc1.19.2.jar下载5.2.2+mc1.19.2#Release
## Changes since 5.2.1+1.19.2
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
展开
版本: 5.2.2+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 571
5.2.2+mc1.19.4
modernfix-fabric-5.2.2+mc1.19.4.jar下载5.2.2+mc1.19.4#Release
## Changes since 5.2.2+1.19.2
* [Port dynres change to 1.19.4+](https://github.com/embeddedt/ModernFix/commit/8cc5785e862a980b3f8a862d49c8b520ebccf09e) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
* [Port dynres change to 1.19.4+](https://github.com/embeddedt/ModernFix/commit/8cc5785e862a980b3f8a862d49c8b520ebccf09e) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
展开
版本: 5.2.2+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 58
5.2.2+mc1.20.1
modernfix-forge-5.2.2+mc1.20.1.jar下载5.2.2+mc1.20.1#Release
## Changes since 5.2.2+1.19.2
* [Port dynres change to 1.19.4+](https://github.com/embeddedt/ModernFix/commit/8cc5785e862a980b3f8a862d49c8b520ebccf09e) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Add utility for disabling Unihex font](https://github.com/embeddedt/ModernFix/commit/6300dd6737788886b1f37b8bf2c77a980effe481) - embeddedt
* [Remove LazyDFU change for 1.20](https://github.com/embeddedt/ModernFix/commit/ba7bda0b04a233d2c9ca510d2c62daa4b0759eba) - embeddedt
* [Apply spotless](https://github.com/embeddedt/ModernFix/commit/5aeea4841357eba117e585b51813d6d172a1e0c7) - embeddedt
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Change spark version](https://github.com/embeddedt/ModernFix/commit/4fd4de7d5295defd3e9e1d82df39873c92faee91) - embeddedt
* [Bump Forge](https://github.com/embeddedt/ModernFix/commit/99acb17d9080b3eeb3c4a26f85ae8a36f3bcc3c5) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
* [Port dynres change to 1.19.4+](https://github.com/embeddedt/ModernFix/commit/8cc5785e862a980b3f8a862d49c8b520ebccf09e) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Add utility for disabling Unihex font](https://github.com/embeddedt/ModernFix/commit/6300dd6737788886b1f37b8bf2c77a980effe481) - embeddedt
* [Remove LazyDFU change for 1.20](https://github.com/embeddedt/ModernFix/commit/ba7bda0b04a233d2c9ca510d2c62daa4b0759eba) - embeddedt
* [Apply spotless](https://github.com/embeddedt/ModernFix/commit/5aeea4841357eba117e585b51813d6d172a1e0c7) - embeddedt
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Change spark version](https://github.com/embeddedt/ModernFix/commit/4fd4de7d5295defd3e9e1d82df39873c92faee91) - embeddedt
* [Bump Forge](https://github.com/embeddedt/ModernFix/commit/99acb17d9080b3eeb3c4a26f85ae8a36f3bcc3c5) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
展开
版本: 5.2.2+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 86
5.2.2+mc1.19.2
modernfix-forge-5.2.2+mc1.19.2.jar下载5.2.2+mc1.19.2#Release
## Changes since 5.2.1+1.19.2
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
展开
版本: 5.2.2+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 49
5.2.2+mc1.19.4
modernfix-forge-5.2.2+mc1.19.4.jar下载5.2.2+mc1.19.4#Release
## Changes since 5.2.2+1.19.2
* [Port dynres change to 1.19.4+](https://github.com/embeddedt/ModernFix/commit/8cc5785e862a980b3f8a862d49c8b520ebccf09e) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
* [Port dynres change to 1.19.4+](https://github.com/embeddedt/ModernFix/commit/8cc5785e862a980b3f8a862d49c8b520ebccf09e) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
展开
版本: 5.2.2+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 21
5.2.2+mc1.16.5
modernfix-fabric-5.2.2+mc1.16.5.jar下载5.2.2+mc1.16.5#Release
## Changes since 5.2.1+1.16.5
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
展开
版本: 5.2.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 946
5.2.2+mc1.16.5
modernfix-forge-5.2.2+mc1.16.5.jar下载5.2.2+mc1.16.5#Release
## Changes since 5.2.1+1.16.5
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
* [Guard against early parent resolution failing](https://github.com/embeddedt/ModernFix/commit/dfdbf8544ad739269992c02edf35950f75429a2e) - embeddedt
* [Resolve parents in getModel rather than at bake time](https://github.com/embeddedt/ModernFix/commit/49b31c347b45f5d336877d520660cd7413751d1a) - embeddedt
* [Make backing maps in ItemProperties thread-safe](https://github.com/embeddedt/ModernFix/commit/f040f66bf9a33727e1c1d1c905eb4e5db1a04a52) - embeddedt
展开
版本: 5.2.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 56
5.2.1+mc1.20.1
modernfix-fabric-5.2.1+mc1.20.1.jar下载5.2.1+mc1.20.1#Release
## Changes since 5.2.0+1.20.1
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
展开
版本: 5.2.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 154
5.2.1+mc1.20.1
modernfix-forge-5.2.1+mc1.20.1.jar下载5.2.1+mc1.20.1#Release
## Changes since 5.2.0+1.20.1
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
展开
版本: 5.2.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 55
5.2.1+mc1.18.2
modernfix-fabric-5.2.1+mc1.18.2.jar下载5.2.1+mc1.18.2#Release
## Changes since 5.2.0+1.18.2
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
展开
版本: 5.2.1+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 39
5.2.1+mc1.18.2
modernfix-forge-5.2.1+mc1.18.2.jar下载5.2.1+mc1.18.2#Release
## Changes since 5.2.0+1.18.2
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
展开
版本: 5.2.1+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 42
5.2.1+mc1.19.2
modernfix-fabric-5.2.1+mc1.19.2.jar下载5.2.1+mc1.19.2#Release
## Changes since 5.2.0+1.19.2
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
展开
版本: 5.2.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 50
5.2.1+mc1.19.2
modernfix-forge-5.2.1+mc1.19.2.jar下载5.2.1+mc1.19.2#Release
## Changes since 5.2.0+1.19.2
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
展开
版本: 5.2.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 46
5.2.1+mc1.19.4
modernfix-fabric-5.2.1+mc1.19.4.jar下载5.2.1+mc1.19.4#Release
## Changes since 5.2.0+1.19.4
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
展开
版本: 5.2.1+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 57
5.2.1+mc1.19.4
modernfix-forge-5.2.1+mc1.19.4.jar下载5.2.1+mc1.19.4#Release
## Changes since 5.2.0+1.19.4
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
展开
版本: 5.2.1+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 35
5.2.1+mc1.16.5
modernfix-fabric-5.2.1+mc1.16.5.jar下载5.2.1+mc1.16.5#Release
## Changes since 5.2.0+1.16.5
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
展开
版本: 5.2.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 58
5.2.1+mc1.16.5
modernfix-forge-5.2.1+mc1.16.5.jar下载5.2.1+mc1.16.5#Release
## Changes since 5.2.0+1.16.5
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
* [Fix version autodetection when autoreleasing [skip ci]](https://github.com/embeddedt/ModernFix/commit/6bc2b5b36e43b676adf427c71713320e6d216838) - embeddedt
* [Implement Map.replace on DynamicBakedModelProvider](https://github.com/embeddedt/ModernFix/commit/5f255a83dc1e3fdd3c28713504ec97cbc6decfe0) - embeddedt
* [Scan fallback resource managers as well as main resource manager](https://github.com/embeddedt/ModernFix/commit/d987c1227bdeeb40ea7e10e6d45d515a96c9ba40) - embeddedt
* [Ignore RuntimeException when gathering blockstate paths](https://github.com/embeddedt/ModernFix/commit/bb0c4fdf540d6ab9619a1a9b88f25b62beb7f170) - embeddedt
展开
版本: 5.2.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 45
5.2.0+mc1.20.1
modernfix-fabric-5.2.0+mc1.20.1.jar下载5.2.0+mc1.20.1#Release
## Changes since 5.1.1+1.20.1
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add utility for disabling Unihex font](https://github.com/embeddedt/ModernFix/commit/6300dd6737788886b1f37b8bf2c77a980effe481) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Remove LazyDFU change for 1.20](https://github.com/embeddedt/ModernFix/commit/ba7bda0b04a233d2c9ca510d2c62daa4b0759eba) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Apply spotless](https://github.com/embeddedt/ModernFix/commit/5aeea4841357eba117e585b51813d6d172a1e0c7) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add utility for disabling Unihex font](https://github.com/embeddedt/ModernFix/commit/6300dd6737788886b1f37b8bf2c77a980effe481) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Remove LazyDFU change for 1.20](https://github.com/embeddedt/ModernFix/commit/ba7bda0b04a233d2c9ca510d2c62daa4b0759eba) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Apply spotless](https://github.com/embeddedt/ModernFix/commit/5aeea4841357eba117e585b51813d6d172a1e0c7) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
展开
版本: 5.2.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 1,309
5.2.0+mc1.20.1
modernfix-forge-5.2.0+mc1.20.1.jar下载5.2.0+mc1.20.1#Release
## Changes since 5.1.1+1.20.1
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add utility for disabling Unihex font](https://github.com/embeddedt/ModernFix/commit/6300dd6737788886b1f37b8bf2c77a980effe481) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Remove LazyDFU change for 1.20](https://github.com/embeddedt/ModernFix/commit/ba7bda0b04a233d2c9ca510d2c62daa4b0759eba) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Apply spotless](https://github.com/embeddedt/ModernFix/commit/5aeea4841357eba117e585b51813d6d172a1e0c7) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add utility for disabling Unihex font](https://github.com/embeddedt/ModernFix/commit/6300dd6737788886b1f37b8bf2c77a980effe481) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Remove LazyDFU change for 1.20](https://github.com/embeddedt/ModernFix/commit/ba7bda0b04a233d2c9ca510d2c62daa4b0759eba) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Apply spotless](https://github.com/embeddedt/ModernFix/commit/5aeea4841357eba117e585b51813d6d172a1e0c7) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
展开
版本: 5.2.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 136
5.2.0+mc1.19.2
modernfix-fabric-5.2.0+mc1.19.2.jar下载5.2.0+mc1.19.2#Release
## Changes since 5.1.0+1.19.2
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
展开
版本: 5.2.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 639
5.2.0+mc1.19.2
modernfix-forge-5.2.0+mc1.19.2.jar下载5.2.0+mc1.19.2#Release
## Changes since 5.1.0+1.19.2
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
展开
版本: 5.2.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 98
5.2.0+mc1.19.4
modernfix-fabric-5.2.0+mc1.19.4.jar下载5.2.0+mc1.19.4#Release
## Changes since 5.1.1+1.19.4
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
展开
版本: 5.2.0+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 261
5.2.0+mc1.19.4
modernfix-forge-5.2.0+mc1.19.4.jar下载5.2.0+mc1.19.4#Release
## Changes since 5.1.1+1.19.4
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Update test to reflect Mojang changes [skip ci]](https://github.com/embeddedt/ModernFix/commit/29f7badbfb11b5ac6a7515a4ae3b2c6fc6a9d767) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Make sure LazyDFU warning is not shown if FML disables DFU already](https://github.com/embeddedt/ModernFix/commit/463f1c540ee21bc2aadf6c69f3581b85d89486a6) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Update Diagonal Fences mixin](https://github.com/embeddedt/ModernFix/commit/dc8d727bdb241b87876d48062e4a5a52827738d2) - embeddedt
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
展开
版本: 5.2.0+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 63
5.2.0+mc1.18.2
modernfix-fabric-5.2.0+mc1.18.2.jar下载5.2.0+mc1.18.2#Release
## Changes since 5.1.0+1.18.2
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
展开
版本: 5.2.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 260
5.2.0+mc1.18.2
modernfix-forge-5.2.0+mc1.18.2.jar下载5.2.0+mc1.18.2#Release
## Changes since 5.1.0+1.18.2
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Deduplicate climate parameters](https://github.com/embeddedt/ModernFix/commit/454256d45504fc58979f8ab9f614b2d815503944) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Fix missed import during merge](https://github.com/embeddedt/ModernFix/commit/5a6ab4f7812882eb7609da66c3eb47cf05d106bc) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Reduce Twilight Forest structure lag](https://github.com/embeddedt/ModernFix/commit/90adb1c6275223dea92d94f9f2d2dcf7e82b8333) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
展开
版本: 5.2.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 87
5.2.0+mc1.16.5
modernfix-fabric-5.2.0+mc1.16.5.jar下载5.2.0+mc1.16.5#Release
## Changes since 5.1.0+1.16.5
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
展开
版本: 5.2.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 726
5.2.0+mc1.16.5
modernfix-forge-5.2.0+mc1.16.5.jar下载5.2.0+mc1.16.5#Release
## Changes since 5.1.0+1.16.5
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Upload changelog to GitHub on release](https://github.com/embeddedt/ModernFix/commit/352f8bb6d11eeb9a85475fc25c85078cb0980c7d) - embeddedt
* [Log all option overrides once at startup rather than per mixin](https://github.com/embeddedt/ModernFix/commit/f3a2ca73e88374d6367e02a2556e9901cf286df4) - embeddedt
* [Make disabling feature.measure_time also disable game/world load messages](https://github.com/embeddedt/ModernFix/commit/f27d6e154c2c5badab3eefe4b75f394a6e027c7a) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/1c0fca8f068f45d24a2b51e27a0b749188045d9b) - embeddedt
* [Never replace search tree on 1.16 with REI present](https://github.com/embeddedt/ModernFix/commit/98663fa416df6a8955332c0cd9a374a3e0079e34) - embeddedt
* [Fix issue with anonymous classes in mixin](https://github.com/embeddedt/ModernFix/commit/79219d286fc8dbfa38086eb76e020c45fe74ab86) - embeddedt
* [Limit registry wrapping to known bad mods to avoid performance issues](https://github.com/embeddedt/ModernFix/commit/8f896f065cd3a95d73f3cf7778a301cb41ca6141) - embeddedt
* [Update zh_cn Translation (#150)](https://github.com/embeddedt/ModernFix/commit/45ada33d7dc302db0c3715e1b10d58931ba714a0) - ZZZank
* [Fix remapping issue on newer MC versions](https://github.com/embeddedt/ModernFix/commit/8bc09469774b1c7199d681392bbf5bc7a8819571) - embeddedt
* [Only provide each mod its own model list in ModelBakeEvent](https://github.com/embeddedt/ModernFix/commit/16d317af975231d23e8c14d40a21d65e015bd3ce) - embeddedt
* [Make modelRegistry.keySet() more accurate on Forge when dynamic resources is on](https://github.com/embeddedt/ModernFix/commit/1b6880ed9fbe3f1a10ae7c5452746698999ebc14) - embeddedt
* [Credit AE2 for JUnit bootstrap extension design](https://github.com/embeddedt/ModernFix/commit/db4f6738ee162788cae893371cbf68f9cc0587e1) - embeddedt
* [Get testing working, add tests for blockstate cache rebuilds](https://github.com/embeddedt/ModernFix/commit/ff39e9022ba5d3d12f971757c4c0f5f643915395) - embeddedt
* [Add custom agent to work around https://github.com/FabricMC/fabric-loader/issues/817](https://github.com/embeddedt/ModernFix/commit/03b23957827c42d5df5a11f3d07f807c5343e87e) - embeddedt
* [Upgrade Fabric Loader to 0.14.21](https://github.com/embeddedt/ModernFix/commit/e02382931005bda664af00fc4e183593d5adc32d) - embeddedt
* [Update Loom to prepare for unit tests](https://github.com/embeddedt/ModernFix/commit/582f17c0e7549b7dada66ee10f8c38af42f276e3) - embeddedt
* [Add null check for ClassInfo objects](https://github.com/embeddedt/ModernFix/commit/5ca9485f0b5bb0f03b23db172c87fcecf046d810) - embeddedt
* [Rewrite clear_mixin_classinfo, now more aggressive](https://github.com/embeddedt/ModernFix/commit/c6cb0acd3cedfb36325501b9a12f4086449fe520) - embeddedt
* [Revamp mod warning system, also warn about FerriteCore missing](https://github.com/embeddedt/ModernFix/commit/095b9c3277b0c82a4d9b400ba96d60934a7064af) - embeddedt
* [Fix dynamic resources losing nested model loads sometimes](https://github.com/embeddedt/ModernFix/commit/0a2601257c1a91f684f7e326c4530e73d6871e31) - embeddedt
* [Fix mixin crash outside dev](https://github.com/embeddedt/ModernFix/commit/c73cb8115eae2b677702cbd79f95adfca8811a38) - embeddedt
* [Add option categories](https://github.com/embeddedt/ModernFix/commit/ce6ce1d34141faa5ad6313312e40af3c41098658) - embeddedt
* [Add in-game patch descriptions](https://github.com/embeddedt/ModernFix/commit/18f78b96240574f0e8941e646513c09a6f24291c) - embeddedt
* [Tweak dynamic resources model baking override point on Fabric](https://github.com/embeddedt/ModernFix/commit/dd4a72a6f9cc676e0a9473669066b1dcc9de2d0b) - embeddedt
* [Modify entity loading semantics on Forge to allow EntityJoinWorldEvent handlers to load chunks](https://github.com/embeddedt/ModernFix/commit/3541019ee0f8f88217ba40218963d39478daf0d5) - embeddedt
* [Make datapack reload exception silencers not required](https://github.com/embeddedt/ModernFix/commit/ace397515692580cef9b121ec296814da328f40f) - embeddedt
* [Add Traditional Chinese translation (#148)](https://github.com/embeddedt/ModernFix/commit/6f07cbdc704687077e6ba69e9a982c535ec722fc) - notlin4
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
展开
版本: 5.2.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 92
5.1.1+mc1.19.4
modernfix-fabric-5.1.1+mc1.19.4.jar下载5.1.1+mc1.19.4#Release
## Changes since 5.1.0+1.19.4
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
展开
版本: 5.1.1+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 305
5.1.1+mc1.19.4
modernfix-forge-5.1.1+mc1.19.4.jar下载5.1.1+mc1.19.4#Release
## Changes since 5.1.0+1.19.4
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
展开
版本: 5.1.1+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 82
5.1.1+mc1.20.1
modernfix-fabric-5.1.1+mc1.20.1.jar下载5.1.1+mc1.20.1#Release
## Changes since 5.1.0+1.20.1
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
展开
版本: 5.1.1+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 2,542
5.1.1+mc1.20.1
modernfix-forge-5.1.1+mc1.20.1.jar下载5.1.1+mc1.20.1#Release
## Changes since 5.1.0+1.20.1
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Add .mcmeta files to resource list to match 1.19.4+ behavior](https://github.com/embeddedt/ModernFix/commit/dc268285b07c89d498e61e8bdaac4feab21e4fa4) - embeddedt
* [Bump patch version for beta builds](https://github.com/embeddedt/ModernFix/commit/25df7fd8c7a3652a5f2cf057fc318cd08bb3f956) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
展开
版本: 5.1.1+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 268
5.1.0+mc1.20.1
modernfix-fabric-5.1.0+mc1.20.1.jar下载5.1.0+mc1.20.1#Release
## Changes since 5.0.4+1.20.1
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Change spark version](https://github.com/embeddedt/ModernFix/commit/4fd4de7d5295defd3e9e1d82df39873c92faee91) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Bump Forge](https://github.com/embeddedt/ModernFix/commit/99acb17d9080b3eeb3c4a26f85ae8a36f3bcc3c5) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Change spark version](https://github.com/embeddedt/ModernFix/commit/4fd4de7d5295defd3e9e1d82df39873c92faee91) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Bump Forge](https://github.com/embeddedt/ModernFix/commit/99acb17d9080b3eeb3c4a26f85ae8a36f3bcc3c5) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
展开
版本: 5.1.0+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 139
5.1.0+mc1.20.1
modernfix-forge-5.1.0+mc1.20.1.jar下载5.1.0+mc1.20.1#Release
## Changes since 5.0.4+1.20.1
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Change spark version](https://github.com/embeddedt/ModernFix/commit/4fd4de7d5295defd3e9e1d82df39873c92faee91) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Bump Forge](https://github.com/embeddedt/ModernFix/commit/99acb17d9080b3eeb3c4a26f85ae8a36f3bcc3c5) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Change spark version](https://github.com/embeddedt/ModernFix/commit/4fd4de7d5295defd3e9e1d82df39873c92faee91) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Bump Forge](https://github.com/embeddedt/ModernFix/commit/99acb17d9080b3eeb3c4a26f85ae8a36f3bcc3c5) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
展开
版本: 5.1.0+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 45
5.1.0+mc1.19.4
modernfix-fabric-5.1.0+mc1.19.4.jar下载5.1.0+mc1.19.4#Release
## Changes since 5.0.4+1.19.4
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
展开
版本: 5.1.0+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 58
5.1.0+mc1.19.4
modernfix-forge-5.1.0+mc1.19.4.jar下载5.1.0+mc1.19.4#Release
## Changes since 5.0.4+1.19.4
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Add missing ExpectPlatform](https://github.com/embeddedt/ModernFix/commit/5229643761d86d7422629a56a269fc3774492e9d) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Initial version of resource pack caching for 1.19.4+](https://github.com/embeddedt/ModernFix/commit/24f31dd92a7808e970507b61317fe8e91c38c7ae) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
展开
版本: 5.1.0+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 50
5.1.0+mc1.18.2
modernfix-fabric-5.1.0+mc1.18.2.jar下载5.1.0+mc1.18.2#Release
## Changes since 5.0.4+1.18.2
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
展开
版本: 5.1.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 67
5.1.0+mc1.19.2
modernfix-fabric-5.1.0+mc1.19.2.jar下载5.1.0+mc1.19.2#Release
## Changes since 5.0.4+1.19.2
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
展开
版本: 5.1.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 528
5.1.0+mc1.18.2
modernfix-forge-5.1.0+mc1.18.2.jar下载5.1.0+mc1.18.2#Release
## Changes since 5.0.4+1.18.2
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
展开
版本: 5.1.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 354
5.1.0+mc1.19.2
modernfix-forge-5.1.0+mc1.19.2.jar下载5.1.0+mc1.19.2#Release
## Changes since 5.0.4+1.19.2
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Apply merge mode change to 1.18](https://github.com/embeddedt/ModernFix/commit/299abeb25dd4d17e4432c214df2c0ea291cd0a92) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Give correct MC/platform info to profiler](https://github.com/embeddedt/ModernFix/commit/ce92fedf09ec38b1aed38dced3d0be0977d4a66b) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
展开
版本: 5.1.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 808
5.1.0+mc1.16.5
modernfix-fabric-5.1.0+mc1.16.5.jar下载5.1.0+mc1.16.5#Release
## Changes since 5.0.4+1.16.5
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
展开
版本: 5.1.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 175
5.1.0+mc1.16.5
modernfix-forge-5.1.0+mc1.16.5.jar下载5.1.0+mc1.16.5#Release
## Changes since 5.0.4+1.16.5
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
* [Set version specifiers automatically in release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/73a0c4f4007f6fa06e1af6e77b714d8952a8de92) - embeddedt
* [Disable cache_strongholds when LittleTiles is installed](https://github.com/embeddedt/ModernFix/commit/8bb5e464bccd56d92006270cd85e47274ae38bd8) - embeddedt
* [Populate isFabric earlier](https://github.com/embeddedt/ModernFix/commit/4f711a499500c2e513ff7c456f4ea682ef1972ab) - embeddedt
* [Clean up build script some more](https://github.com/embeddedt/ModernFix/commit/9b31616585b60367adc465fab69cf94ab2da45ee) - embeddedt
* [Use same merge mode as default Spark](https://github.com/embeddedt/ModernFix/commit/922d0f26e14bdad4b5bb997da43d1c3318d354ca) - embeddedt
* [Make mixin info clearing work on Fabric](https://github.com/embeddedt/ModernFix/commit/58eaf44d89cddf197682c54a06fc73f6984b5a2c) - embeddedt
* [Add option to aggressively clear Fabric mapping tables](https://github.com/embeddedt/ModernFix/commit/e3944d7879b4314fc6031def100358d71a562ffe) - embeddedt
* [Use correct platform name](https://github.com/embeddedt/ModernFix/commit/a01cc836c1c8cd2282d76962a9719d4a640f0c87) - embeddedt
* [Add platform name to hooks](https://github.com/embeddedt/ModernFix/commit/49437020612a64a966695fa6d93d55906bb3c3ce) - embeddedt
* [Add option to profile launch using Spark](https://github.com/embeddedt/ModernFix/commit/60525ad594a991f1597e706c16847c07bba14529) - embeddedt
* [Eliminate need to use platform hook to retrieve server here](https://github.com/embeddedt/ModernFix/commit/b611830b7eb7fe5495c9dfdde727599a73102934) - embeddedt
* [Add 1.20 to README](https://github.com/embeddedt/ModernFix/commit/a6e2fc94b4ce1077a71fd67474137f215880316e) - embeddedt
* [Use WeakReference for server variable but never clear it for better mod compat](https://github.com/embeddedt/ModernFix/commit/bac13236e7d49dd1c5c797cfe7cee0a97c126479) - embeddedt
* [Add a few more features to resource pack cache engine (for 1.19.4+)](https://github.com/embeddedt/ModernFix/commit/20ca15f0c48b4386fb2665d8e8db1e5fb7bfe108) - embeddedt
* [More aggressively load model files](https://github.com/embeddedt/ModernFix/commit/19c66877458532eb8d742c55ce06c2e5b322bb7f) - embeddedt
* [Explicitly run it on all branches](https://github.com/embeddedt/ModernFix/commit/2fe5c088e3cfa5a5061b6888e6ac19213ca04661) - embeddedt
* [Do not run Gradle workflow when pushing a tag](https://github.com/embeddedt/ModernFix/commit/fa76a4e2bedc1ccfdc66fab822c30035f42ad344) - embeddedt
展开
版本: 5.1.0+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 184
5.0.4+mc1.16.5
modernfix-fabric-5.0.4+mc1.16.5.jar下载5.0.4+mc1.16.5#Release
## Changes since 1.16.1
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.4+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 93
5.0.4+mc1.16.5
modernfix-forge-5.0.4+mc1.16.5.jar下载5.0.4+mc1.16.5#Release
## Changes since 1.16.1
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.4+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 153
5.0.4+mc1.19.2
modernfix-fabric-5.0.4+mc1.19.2.jar下载5.0.4+mc1.19.2#Release
## Changes since 3.7.1
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.4+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 2,025
5.0.4+mc1.19.4
modernfix-fabric-5.0.4+mc1.19.4.jar下载5.0.4+mc1.19.4#Release
## Changes since 4.2.1
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.4+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 286
5.0.4+mc1.19.2
modernfix-forge-5.0.4+mc1.19.2.jar下载5.0.4+mc1.19.2#Release
## Changes since 3.7.1
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.4+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 226
5.0.4+mc1.18.2
modernfix-fabric-5.0.4+mc1.18.2.jar下载5.0.4+mc1.18.2#Release
## Changes since 2.7.1
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.4+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 84
5.0.4+mc1.19.4
modernfix-forge-5.0.4+mc1.19.4.jar下载5.0.4+mc1.19.4#Release
## Changes since 4.2.1
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.4+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 76
5.0.4+mc1.18.2
modernfix-forge-5.0.4+mc1.18.2.jar下载5.0.4+mc1.18.2#Release
## Changes since 2.7.1
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.4+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 178
5.0.4+mc1.20.1
modernfix-fabric-5.0.4+mc1.20.1.jar下载5.0.4+mc1.20.1#Release
## Changes since 4.2.1
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
展开
版本: 5.0.4+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 1,359
5.0.4+mc1.20.1
modernfix-forge-5.0.4+mc1.20.1.jar下载5.0.4+mc1.20.1#Release
## Changes since 4.2.1
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Update config fixer for 1.18](https://github.com/embeddedt/ModernFix/commit/fc908bb92ca693389f76c031509a4d907abbf197) - embeddedt
* [Add a few missing ClientOnlyMixin annotations](https://github.com/embeddedt/ModernFix/commit/40be7c9fc14942ac538d739fd5c254918768f269) - embeddedt
* [Rewrite CanonizingStringMap to simply use a normal HashMap and intern keys](https://github.com/embeddedt/ModernFix/commit/5d6566512c9b434070bbe231ac6c7d09c68569b0) - embeddedt
* [Make config wrapping possible to disable](https://github.com/embeddedt/ModernFix/commit/c1acdf1bb4dcd44412c9389b4f6e03c4979115c5) - embeddedt
* [Attempt fix for Engineer's Decor and related crashes](https://github.com/embeddedt/ModernFix/commit/41b71c5e59d4539e4421ff3e43150bb7efde06c6) - embeddedt
* [Use annotated tags for releases [skip ci]](https://github.com/embeddedt/ModernFix/commit/1bf64f9aa1994c9be4c9f93620b59ab2c223a7be) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
展开
版本: 5.0.4+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 187
5.0.3+mc1.20.1
modernfix-fabric-5.0.3+mc1.20.1.jar下载5.0.3+mc1.20.1#Release
## Changes since 4.2.1
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
展开
版本: 5.0.3+mc1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 189
5.0.3+mc1.20.1
modernfix-forge-5.0.3+mc1.20.1.jar下载5.0.3+mc1.20.1#Release
## Changes since 4.2.1
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [1.20.1](https://github.com/embeddedt/ModernFix/commit/683f9fd13bc83f4484eedff77042d7d5d93fb25a) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
展开
版本: 5.0.3+mc1.20.1
支持游戏: 1.20.1
类型: Forge
Release
下载次数: 67
5.0.3+mc1.16.5
modernfix-fabric-5.0.3+mc1.16.5.jar下载5.0.3+mc1.16.5#Release
## Changes since 1.16.1
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.3+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 54
5.0.3+mc1.16.5
modernfix-forge-5.0.3+mc1.16.5.jar下载5.0.3+mc1.16.5#Release
## Changes since 1.16.1
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Fix missing newline [skip ci]](https://github.com/embeddedt/ModernFix/commit/f77221d6d8e6da6f71ee01d0fec005df6becf97d) - embeddedt
* [Add framework to load specific mod classes sequentially, preventing deadlocks](https://github.com/embeddedt/ModernFix/commit/aa3fa93a9f7493ac8c4d3851b78676e5ffe6ed24) - embeddedt
* [Fix incorrect classname in Valhelsia Structures patch](https://github.com/embeddedt/ModernFix/commit/5d2310bda447852a74511040e4963d236042c916) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.3+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 48
5.0.2+mc1.19.2
modernfix-fabric-5.0.2+mc1.19.2.jar下载5.0.2+mc1.19.2#Release
## Changes since 3.7.1
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.2+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 491
5.0.2+mc1.18.2
modernfix-fabric-5.0.2+mc1.18.2.jar下载5.0.2+mc1.18.2#Release
## Changes since 2.7.1
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.2+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 60
5.0.2+mc1.19.4
modernfix-fabric-5.0.2+mc1.19.4.jar下载5.0.2+mc1.19.4#Release
## Changes since 4.2.1
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.2+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Release
下载次数: 127
5.0.2+mc1.18.2
modernfix-forge-5.0.2+mc1.18.2.jar下载5.0.2+mc1.18.2#Release
## Changes since 2.7.1
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.2+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 75
5.0.2+mc1.19.2
modernfix-forge-5.0.2+mc1.19.2.jar下载5.0.2+mc1.19.2#Release
## Changes since 3.7.1
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.2+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 114
5.0.2+mc1.19.4
modernfix-forge-5.0.2+mc1.19.4.jar下载5.0.2+mc1.19.4#Release
## Changes since 4.2.1
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.2+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 80
5.0.2+mc1.20
modernfix-fabric-5.0.2+mc1.20.jar下载5.0.2+mc1.20#Release
## Changes since 4.2.1
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
展开
版本: 5.0.2+mc1.20
支持游戏: 1.20, 1.20.1
类型: Fabric
Release
下载次数: 48,937
5.0.2+mc1.20
modernfix-forge-5.0.2+mc1.20.jar下载5.0.2+mc1.20#Release
## Changes since 4.2.1
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Fix miscopied patch from Fabric to Forge](https://github.com/embeddedt/ModernFix/commit/4d47ca26dba62258373268ad095c212369ecf605) - embeddedt
* [Change cancellation strategy for bakeModels, fixes Balm issues](https://github.com/embeddedt/ModernFix/commit/f7037e3ecb78021517373830a754348e5b3dbce1) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Fix creative search tab not having a populator registered on Fabric](https://github.com/embeddedt/ModernFix/commit/0765b6770f0a96fccbc6103bef766681c4559b71) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
展开
版本: 5.0.2+mc1.20
支持游戏: 1.20, 1.20.1
类型: Forge
Release
下载次数: 7,959
5.0.2+mc1.16.5
modernfix-fabric-5.0.2+mc1.16.5.jar下载5.0.2+mc1.16.5#Release
## Changes since 1.16.1
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 46
5.0.2+mc1.16.5
modernfix-forge-5.0.2+mc1.16.5.jar下载5.0.2+mc1.16.5#Release
## Changes since 1.16.1
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Avoid printing "automatic merge went well" message [skip ci]](https://github.com/embeddedt/ModernFix/commit/a72ebc4c26bfff26bb772d11d0468856688ac290) - embeddedt
* [Allow resolving merge conflicts inside propagator [skip ci]](https://github.com/embeddedt/ModernFix/commit/f7d66257fb3a0f92821ed62f0bc358377e3ed964) - embeddedt
* [Change dynamic_dfu to return real schemas as well](https://github.com/embeddedt/ModernFix/commit/d242431e9ab3f48c97d329160f171f068d83c105) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.2+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 72
5.0.1+mc1.19.2
modernfix-fabric-5.0.1+mc1.19.2.jar下载5.0.1+mc1.19.2#Release
## Changes since 3.7.1
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.1+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 588
5.0.1+mc1.19.2
modernfix-forge-5.0.1+mc1.19.2.jar下载5.0.1+mc1.19.2#Release
## Changes since 3.7.1
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.1+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 611
5.0.1+mc1.16.5
modernfix-fabric-5.0.1+mc1.16.5.jar下载5.0.1+mc1.16.5#Release
## Changes since 1.16.1
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Fabric
Release
下载次数: 68
5.0.1+mc1.19.4
modernfix-forge-5.0.1+mc1.19.4.jar下载5.0.1+mc1.19.4#Release
## Changes since 4.2.1
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.1+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 76
5.0.1+mc1.20
modernfix-fabric-5.0.1+mc1.20.jar下载5.0.1+mc1.20#Release
## Changes since 4.2.1
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
展开
版本: 5.0.1+mc1.20
支持游戏: 1.20, 1.20.1
类型: Fabric
Release
下载次数: 4,488
5.0.1+mc1.16.5
modernfix-forge-5.0.1+mc1.16.5.jar下载5.0.1+mc1.16.5#Release
## Changes since 1.16.1
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.1+mc1.16.5
支持游戏: 1.16.4, 1.16.5
类型: Forge
Release
下载次数: 124
5.0.1+mc1.20
modernfix-forge-5.0.1+mc1.20.jar下载5.0.1+mc1.20#Release
## Changes since 4.2.1
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Mark 1.20.1 as supported](https://github.com/embeddedt/ModernFix/commit/d352c9e8ca9bf21c352e92a961e535eb547d0123) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
展开
版本: 5.0.1+mc1.20
支持游戏: 1.20, 1.20.1
类型: Forge
Release
下载次数: 800
5.0.1+mc1.18.2
modernfix-fabric-5.0.1+mc1.18.2.jar下载5.0.1+mc1.18.2#Release
## Changes since 2.7.1
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.1+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 76
5.0.1+mc1.18.2
modernfix-forge-5.0.1+mc1.18.2.jar下载5.0.1+mc1.18.2#Release
## Changes since 2.7.1
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Add yet another texture folder](https://github.com/embeddedt/ModernFix/commit/916710eb77d199eca3a867ddb8a34a31c19f646b) - embeddedt
* [Fix CF publishing](https://github.com/embeddedt/ModernFix/commit/9c76052be0d9476e745c222c1bc1d24e9f37b785) - embeddedt
* [Move curseforge/modrinth code into common file](https://github.com/embeddedt/ModernFix/commit/fcd666383569018c5e33fe1a7abe6037b08c43d7) - embeddedt
* [Add tickable object framework](https://github.com/embeddedt/ModernFix/commit/cfd3920c8c9fd99023a96f68cc5ac39a6b2e3199) - embeddedt
* [Add autorelease script [skip ci]](https://github.com/embeddedt/ModernFix/commit/b0ab187da86c199b13c2f654fe84486fcb64f798) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.1+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 91
5.0.0+mc1.19.4
modernfix-fabric-5.0.0+mc1.19.4.jar下载5.0.0+mc1.19.4#Beta
## Changes since 4.2.1
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.0+mc1.19.4
支持游戏: 1.19.4
类型: Fabric
Beta
下载次数: 274
5.0.0+mc1.19.4
modernfix-forge-5.0.0+mc1.19.4.jar下载5.0.0+mc1.19.4#Release
## Changes since 4.2.1
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.0+mc1.19.4
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 49
5.0.0+mc1.20
modernfix-fabric-5.0.0+mc1.20.jar下载5.0.0+mc1.20#Beta
## Changes since 4.2.1
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
展开
版本: 5.0.0+mc1.20
支持游戏: 1.20
类型: Fabric
Beta
下载次数: 254
5.0.0+mc1.20
modernfix-forge-5.0.0+mc1.20.jar下载5.0.0+mc1.20#Release
## Changes since 4.2.1
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Allow DashLoader 5 on 1.19.4+](https://github.com/embeddedt/ModernFix/commit/48924e3364a77de5fb9a9826ea21089735dfb63c) - embeddedt
* [Re-add Forge support for 1.20](https://github.com/embeddedt/ModernFix/commit/79c4b1cb279670038b905091bb682adeefa6cff6) - embeddedt
* [1.20](https://github.com/embeddedt/ModernFix/commit/b1bfcfb19031eddc1f65d1e0d4369f9cbedaa5b0) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Update to 1.20-rc1](https://github.com/embeddedt/ModernFix/commit/aedbc88e3c0527a1e70971a6e78da8e65778a1c9) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [1.20-pre2](https://github.com/embeddedt/ModernFix/commit/adbf61a06b001e070e57fd52801ed88364f202b9) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/57947441cecec6383461807d20b83722ffdf3bd8) - embeddedt
* [1.20-pre1](https://github.com/embeddedt/ModernFix/commit/f1515c5063b32aac8cd6fa84d8b1c682b345b778) - embeddedt
展开
版本: 5.0.0+mc1.20
支持游戏: 1.20
类型: Forge
Release
下载次数: 114
5.0.0+mc1.18.2
modernfix-fabric-5.0.0+mc1.18.2.jar下载5.0.0+mc1.18.2#Beta
## Changes since 2.7.1
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.0+mc1.18.2
支持游戏: 1.18.2
类型: Fabric
Beta
下载次数: 55
5.0.0+mc1.18.2
modernfix-forge-5.0.0+mc1.18.2.jar下载5.0.0+mc1.18.2#Release
## Changes since 2.7.1
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.0+mc1.18.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 125
5.0.0+mc1.19.2
modernfix-fabric-5.0.0+mc1.19.2.jar下载5.0.0+mc1.19.2#Beta
## Changes since 3.7.1
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.0+mc1.19.2
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 80
5.0.0+mc1.19.2
modernfix-forge-5.0.0+mc1.19.2.jar下载5.0.0+mc1.19.2#Release
## Changes since 3.7.1
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Ensure bin is populated by release runner [skip ci]](https://github.com/embeddedt/ModernFix/commit/74a3e4ed2be7f8a69f924a842d4643a93864bad3) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Remove MC version from archive base name](https://github.com/embeddedt/ModernFix/commit/690e1b7f8a45c078aa0fb065dc284450f6bfa59c) - embeddedt
* [Re-add new versioning logic (was somehow dropped during merge)](https://github.com/embeddedt/ModernFix/commit/531b5d58ba7fbca8f8359b59f44c4de5e30ee1bf) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.0+mc1.19.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 85
5.0.0+mc1.16.5
modernfix-fabric-5.0.0+mc1.16.5.jar下载5.0.0+mc1.16.5#Beta
## Changes since 1.16.1
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.0+mc1.16.5
支持游戏: 1.16.5
类型: Fabric
Beta
下载次数: 61
5.0.0+mc1.16.5
modernfix-forge-5.0.0+mc1.16.5.jar下载5.0.0+mc1.16.5#Release
## Changes since 1.16.1
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
* [Add script for auto-propagating changes to modern branches where possible [skip ci]](https://github.com/embeddedt/ModernFix/commit/99e030ce27173be4090c4febdcb2ebf4dd0ae438) - embeddedt
* [Fix Wizards spell textures being missing](https://github.com/embeddedt/ModernFix/commit/02a68f7689f40a35609a678311a504bdcac0b849) - embeddedt
* [Add automated, ephemeral release workflow [skip ci]](https://github.com/embeddedt/ModernFix/commit/a2d82472a47ae0d7f826efed5d4c83a8222ab70b) - embeddedt
* [Tweak faster_texture_loading injection point for compatibility](https://github.com/embeddedt/ModernFix/commit/57e1e54441a2f11e8a4e861fe8d5f458aee77a23) - embeddedt
* [Change dev build link [skip ci]](https://github.com/embeddedt/ModernFix/commit/b4470eb520b87f6fe1c993edbac8aaba5781d6c6) - embeddedt
* [Ensure CTM's metadataCache is thread-safe](https://github.com/embeddedt/ModernFix/commit/5de87576ca17b920e88f9c4fc289f3df064ef694) - embeddedt
* [Avoid CME during Indigo model bake on Fabric](https://github.com/embeddedt/ModernFix/commit/4d54c624e196fa59293d70f40b4a281bacdd1c98) - embeddedt
* [New versioning scheme](https://github.com/embeddedt/ModernFix/commit/489a30d185b049a28cda544ac74eadddcc50a3db) - embeddedt
* [Return missing model for null BlockState](https://github.com/embeddedt/ModernFix/commit/b430b670524793d15bc47475a9b4b44a05e983be) - embeddedt
* [Allow Fabric version to run on >=1.16.2](https://github.com/embeddedt/ModernFix/commit/54759008e5ddcc3bdeb1bb619cdabcc4734c0b4b) - embeddedt
* [Add name change easter egg when running on snapshots](https://github.com/embeddedt/ModernFix/commit/41c2bb733e42f8448f2724ce3a653769da4ea6dd) - embeddedt
展开
版本: 5.0.0+mc1.16.5
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 102
4.2.1
modernfix-mc1.19.4-forge-4.2.1.jar下载4.2.1#Release
## Changes since 4.2.0
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
展开
版本: 4.2.1
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 101
4.2.1
modernfix-mc1.19.4-fabric-4.2.1.jar下载4.2.1#Beta
## Changes since 4.2.0
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
展开
版本: 4.2.1
支持游戏: 1.19.4
类型: Fabric
Beta
下载次数: 432
3.7.1
modernfix-mc1.19.2-forge-3.7.1.jar下载3.7.1#Release
## Changes since 3.7.0
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
展开
版本: 3.7.1
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 198
2.7.1
modernfix-mc1.18.2-forge-2.7.1.jar下载2.7.1#Release
## Changes since 2.7.0
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
展开
版本: 2.7.1
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 1,767
3.7.1
modernfix-mc1.19.2-fabric-3.7.1.jar下载3.7.1#Beta
## Changes since 3.7.0
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
展开
版本: 3.7.1
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 18,588
2.7.1
modernfix-mc1.18.2-fabric-2.7.1.jar下载2.7.1#Beta
## Changes since 2.7.0
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
展开
版本: 2.7.1
支持游戏: 1.18.2
类型: Fabric
Beta
下载次数: 76
1.16.1
modernfix-mc1.16.5-forge-1.16.1.jar下载1.16.1#Release
## Changes since 1.16.0
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
展开
版本: 1.16.1
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 175
1.16.1
modernfix-mc1.16.5-fabric-1.16.1.jar下载1.16.1#Beta
## Changes since 1.16.0
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
* [Compatibility improvements for mixin.perf.nbt_memory_usage](https://github.com/embeddedt/ModernFix/commit/941331f90a59b724534e4773eac5209b92c2a444) - embeddedt
展开
版本: 1.16.1
支持游戏: 1.16.5
类型: Fabric
Beta
下载次数: 89
4.2.0
modernfix-mc1.19.4-forge-4.2.0.jar下载4.2.0#Release
## Changes since 3.7.0
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
展开
版本: 4.2.0
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 68
4.2.0
modernfix-mc1.19.4-fabric-4.2.0.jar下载4.2.0#Beta
## Changes since 3.7.0
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
* [This will likely be the last ever 1.19.4 release](https://github.com/embeddedt/ModernFix/commit/a635671276044d8432020af6831d0188c53de9cd) - embeddedt
* [Hopefully final fix for the 1.19.4 "missing model" bug on Fabric](https://github.com/embeddedt/ModernFix/commit/830eb19420931a2c550bde61e4523e7895c3f676) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/bd94b5dd2e902c0e1f5feaf7fc3519f4402aa119) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
展开
版本: 4.2.0
支持游戏: 1.19.4
类型: Fabric
Beta
下载次数: 117
3.7.0
modernfix-mc1.19.2-forge-3.7.0.jar下载3.7.0#Release
## Changes since 3.6.0
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/8c061ec0703a9358a664c6d5b1b64c48ad116403) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Fix resource pack cache not working as well as it could](https://github.com/embeddedt/ModernFix/commit/04f34a00fa5876576aa0a103fcc6dcf98f8ad71c) - embeddedt
* [Only use JEI backed search tree if EMI is not installed](https://github.com/embeddedt/ModernFix/commit/b8850b2aae9ce722be61320d45057e82796f2349) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Fixes for LBG+Diagonal Fences together](https://github.com/embeddedt/ModernFix/commit/214b39ce8fdf1e80de12c97c9764f6855d877d0e) - embeddedt
* [Tweak dynamic texture mixin](https://github.com/embeddedt/ModernFix/commit/a327b460bbe1ccd5977a8239e838077284057706) - embeddedt
* [Provide more useful information if the image used in DynamicTexture is null](https://github.com/embeddedt/ModernFix/commit/ddf2fc5a7413e3015a0c0dba3f81ac7778dc7eec) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Only inject integration first time](https://github.com/embeddedt/ModernFix/commit/2bd2fd7ef760bebbb598fbb6217684d72ad0e932) - embeddedt
* [Add support for Diagonal Fences](https://github.com/embeddedt/ModernFix/commit/baca029fd06b039036204ea836b79bf703fc6ce8) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Fix startup crash introduced in last commit](https://github.com/embeddedt/ModernFix/commit/675e3bb08b6289c3d5bab936a1f1b36a7fff9cc8) - embeddedt
* [Work around KeyMapping names being retrieved off-thread](https://github.com/embeddedt/ModernFix/commit/80617c24f1cd6c7280cb50966f26a703410fa190) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Move AE2 dynamic resources compat to common module](https://github.com/embeddedt/ModernFix/commit/f48ed1212b049e3fedb4f09991163d48b68ade80) - embeddedt
* [Fix AE2 mod id](https://github.com/embeddedt/ModernFix/commit/fc65975252e66d6cbaabd890a3640a98f617d4d8) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/8c061ec0703a9358a664c6d5b1b64c48ad116403) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Fix resource pack cache not working as well as it could](https://github.com/embeddedt/ModernFix/commit/04f34a00fa5876576aa0a103fcc6dcf98f8ad71c) - embeddedt
* [Only use JEI backed search tree if EMI is not installed](https://github.com/embeddedt/ModernFix/commit/b8850b2aae9ce722be61320d45057e82796f2349) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Fixes for LBG+Diagonal Fences together](https://github.com/embeddedt/ModernFix/commit/214b39ce8fdf1e80de12c97c9764f6855d877d0e) - embeddedt
* [Tweak dynamic texture mixin](https://github.com/embeddedt/ModernFix/commit/a327b460bbe1ccd5977a8239e838077284057706) - embeddedt
* [Provide more useful information if the image used in DynamicTexture is null](https://github.com/embeddedt/ModernFix/commit/ddf2fc5a7413e3015a0c0dba3f81ac7778dc7eec) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Only inject integration first time](https://github.com/embeddedt/ModernFix/commit/2bd2fd7ef760bebbb598fbb6217684d72ad0e932) - embeddedt
* [Add support for Diagonal Fences](https://github.com/embeddedt/ModernFix/commit/baca029fd06b039036204ea836b79bf703fc6ce8) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Fix startup crash introduced in last commit](https://github.com/embeddedt/ModernFix/commit/675e3bb08b6289c3d5bab936a1f1b36a7fff9cc8) - embeddedt
* [Work around KeyMapping names being retrieved off-thread](https://github.com/embeddedt/ModernFix/commit/80617c24f1cd6c7280cb50966f26a703410fa190) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Move AE2 dynamic resources compat to common module](https://github.com/embeddedt/ModernFix/commit/f48ed1212b049e3fedb4f09991163d48b68ade80) - embeddedt
* [Fix AE2 mod id](https://github.com/embeddedt/ModernFix/commit/fc65975252e66d6cbaabd890a3640a98f617d4d8) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
展开
版本: 3.7.0
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 82
3.7.0
modernfix-mc1.19.2-fabric-3.7.0.jar下载3.7.0#Beta
## Changes since 3.6.0
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/8c061ec0703a9358a664c6d5b1b64c48ad116403) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Fix resource pack cache not working as well as it could](https://github.com/embeddedt/ModernFix/commit/04f34a00fa5876576aa0a103fcc6dcf98f8ad71c) - embeddedt
* [Only use JEI backed search tree if EMI is not installed](https://github.com/embeddedt/ModernFix/commit/b8850b2aae9ce722be61320d45057e82796f2349) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Fixes for LBG+Diagonal Fences together](https://github.com/embeddedt/ModernFix/commit/214b39ce8fdf1e80de12c97c9764f6855d877d0e) - embeddedt
* [Tweak dynamic texture mixin](https://github.com/embeddedt/ModernFix/commit/a327b460bbe1ccd5977a8239e838077284057706) - embeddedt
* [Provide more useful information if the image used in DynamicTexture is null](https://github.com/embeddedt/ModernFix/commit/ddf2fc5a7413e3015a0c0dba3f81ac7778dc7eec) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Only inject integration first time](https://github.com/embeddedt/ModernFix/commit/2bd2fd7ef760bebbb598fbb6217684d72ad0e932) - embeddedt
* [Add support for Diagonal Fences](https://github.com/embeddedt/ModernFix/commit/baca029fd06b039036204ea836b79bf703fc6ce8) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Fix startup crash introduced in last commit](https://github.com/embeddedt/ModernFix/commit/675e3bb08b6289c3d5bab936a1f1b36a7fff9cc8) - embeddedt
* [Work around KeyMapping names being retrieved off-thread](https://github.com/embeddedt/ModernFix/commit/80617c24f1cd6c7280cb50966f26a703410fa190) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Move AE2 dynamic resources compat to common module](https://github.com/embeddedt/ModernFix/commit/f48ed1212b049e3fedb4f09991163d48b68ade80) - embeddedt
* [Fix AE2 mod id](https://github.com/embeddedt/ModernFix/commit/fc65975252e66d6cbaabd890a3640a98f617d4d8) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/8c061ec0703a9358a664c6d5b1b64c48ad116403) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Fix resource pack cache not working as well as it could](https://github.com/embeddedt/ModernFix/commit/04f34a00fa5876576aa0a103fcc6dcf98f8ad71c) - embeddedt
* [Only use JEI backed search tree if EMI is not installed](https://github.com/embeddedt/ModernFix/commit/b8850b2aae9ce722be61320d45057e82796f2349) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Fixes for LBG+Diagonal Fences together](https://github.com/embeddedt/ModernFix/commit/214b39ce8fdf1e80de12c97c9764f6855d877d0e) - embeddedt
* [Tweak dynamic texture mixin](https://github.com/embeddedt/ModernFix/commit/a327b460bbe1ccd5977a8239e838077284057706) - embeddedt
* [Provide more useful information if the image used in DynamicTexture is null](https://github.com/embeddedt/ModernFix/commit/ddf2fc5a7413e3015a0c0dba3f81ac7778dc7eec) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Only inject integration first time](https://github.com/embeddedt/ModernFix/commit/2bd2fd7ef760bebbb598fbb6217684d72ad0e932) - embeddedt
* [Add support for Diagonal Fences](https://github.com/embeddedt/ModernFix/commit/baca029fd06b039036204ea836b79bf703fc6ce8) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Fix startup crash introduced in last commit](https://github.com/embeddedt/ModernFix/commit/675e3bb08b6289c3d5bab936a1f1b36a7fff9cc8) - embeddedt
* [Work around KeyMapping names being retrieved off-thread](https://github.com/embeddedt/ModernFix/commit/80617c24f1cd6c7280cb50966f26a703410fa190) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Move AE2 dynamic resources compat to common module](https://github.com/embeddedt/ModernFix/commit/f48ed1212b049e3fedb4f09991163d48b68ade80) - embeddedt
* [Fix AE2 mod id](https://github.com/embeddedt/ModernFix/commit/fc65975252e66d6cbaabd890a3640a98f617d4d8) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
展开
版本: 3.7.0
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 110
2.7.0
modernfix-mc1.18.2-forge-2.7.0.jar下载2.7.0#Release
## Changes since 2.6.0
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/8c061ec0703a9358a664c6d5b1b64c48ad116403) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Fix resource pack cache not working as well as it could](https://github.com/embeddedt/ModernFix/commit/04f34a00fa5876576aa0a103fcc6dcf98f8ad71c) - embeddedt
* [Only use JEI backed search tree if EMI is not installed](https://github.com/embeddedt/ModernFix/commit/b8850b2aae9ce722be61320d45057e82796f2349) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Fix startup crash introduced in last commit](https://github.com/embeddedt/ModernFix/commit/675e3bb08b6289c3d5bab936a1f1b36a7fff9cc8) - embeddedt
* [Work around KeyMapping names being retrieved off-thread](https://github.com/embeddedt/ModernFix/commit/80617c24f1cd6c7280cb50966f26a703410fa190) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Move AE2 dynamic resources compat to common module](https://github.com/embeddedt/ModernFix/commit/f48ed1212b049e3fedb4f09991163d48b68ade80) - embeddedt
* [Fix AE2 mod id](https://github.com/embeddedt/ModernFix/commit/fc65975252e66d6cbaabd890a3640a98f617d4d8) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/8c061ec0703a9358a664c6d5b1b64c48ad116403) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Fix resource pack cache not working as well as it could](https://github.com/embeddedt/ModernFix/commit/04f34a00fa5876576aa0a103fcc6dcf98f8ad71c) - embeddedt
* [Only use JEI backed search tree if EMI is not installed](https://github.com/embeddedt/ModernFix/commit/b8850b2aae9ce722be61320d45057e82796f2349) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Fix startup crash introduced in last commit](https://github.com/embeddedt/ModernFix/commit/675e3bb08b6289c3d5bab936a1f1b36a7fff9cc8) - embeddedt
* [Work around KeyMapping names being retrieved off-thread](https://github.com/embeddedt/ModernFix/commit/80617c24f1cd6c7280cb50966f26a703410fa190) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Move AE2 dynamic resources compat to common module](https://github.com/embeddedt/ModernFix/commit/f48ed1212b049e3fedb4f09991163d48b68ade80) - embeddedt
* [Fix AE2 mod id](https://github.com/embeddedt/ModernFix/commit/fc65975252e66d6cbaabd890a3640a98f617d4d8) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
展开
版本: 2.7.0
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 51
2.7.0
modernfix-mc1.18.2-fabric-2.7.0.jar下载2.7.0#Beta
## Changes since 2.6.0
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/8c061ec0703a9358a664c6d5b1b64c48ad116403) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Fix resource pack cache not working as well as it could](https://github.com/embeddedt/ModernFix/commit/04f34a00fa5876576aa0a103fcc6dcf98f8ad71c) - embeddedt
* [Only use JEI backed search tree if EMI is not installed](https://github.com/embeddedt/ModernFix/commit/b8850b2aae9ce722be61320d45057e82796f2349) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Fix startup crash introduced in last commit](https://github.com/embeddedt/ModernFix/commit/675e3bb08b6289c3d5bab936a1f1b36a7fff9cc8) - embeddedt
* [Work around KeyMapping names being retrieved off-thread](https://github.com/embeddedt/ModernFix/commit/80617c24f1cd6c7280cb50966f26a703410fa190) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Move AE2 dynamic resources compat to common module](https://github.com/embeddedt/ModernFix/commit/f48ed1212b049e3fedb4f09991163d48b68ade80) - embeddedt
* [Fix AE2 mod id](https://github.com/embeddedt/ModernFix/commit/fc65975252e66d6cbaabd890a3640a98f617d4d8) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Support new REI version](https://github.com/embeddedt/ModernFix/commit/8c061ec0703a9358a664c6d5b1b64c48ad116403) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Fix resource pack cache not working as well as it could](https://github.com/embeddedt/ModernFix/commit/04f34a00fa5876576aa0a103fcc6dcf98f8ad71c) - embeddedt
* [Only use JEI backed search tree if EMI is not installed](https://github.com/embeddedt/ModernFix/commit/b8850b2aae9ce722be61320d45057e82796f2349) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Fix startup crash introduced in last commit](https://github.com/embeddedt/ModernFix/commit/675e3bb08b6289c3d5bab936a1f1b36a7fff9cc8) - embeddedt
* [Work around KeyMapping names being retrieved off-thread](https://github.com/embeddedt/ModernFix/commit/80617c24f1cd6c7280cb50966f26a703410fa190) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Move AE2 dynamic resources compat to common module](https://github.com/embeddedt/ModernFix/commit/f48ed1212b049e3fedb4f09991163d48b68ade80) - embeddedt
* [Fix AE2 mod id](https://github.com/embeddedt/ModernFix/commit/fc65975252e66d6cbaabd890a3640a98f617d4d8) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
展开
版本: 2.7.0
支持游戏: 1.18.2
类型: Fabric
Beta
下载次数: 48
1.16.0
modernfix-mc1.16.5-forge-1.16.0.jar下载1.16.0#Release
## Changes since 1.15.0
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
展开
版本: 1.16.0
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 72
1.16.0
modernfix-mc1.16.5-fabric-1.16.0.jar下载1.16.0#Beta
## Changes since 1.15.0
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
* [Advancement recursion speedup on Forge, based off Advancements Debug](https://github.com/embeddedt/ModernFix/commit/db223b62a088161d2f9858ce63cebbd5d50c01d3) - embeddedt
* [Simplify item rendering optimization](https://github.com/embeddedt/ModernFix/commit/39e1ac0896cd97fda8be36dac3e4e41ede42d248) - embeddedt
* [Disable bugfix.chunk_deadlock for DimThread](https://github.com/embeddedt/ModernFix/commit/c8bce3e015574dab49402e12b0dd21d0e8e19144) - embeddedt
* [Disable packet leak fix when MemoryLeakFix is present on Fabric](https://github.com/embeddedt/ModernFix/commit/4b73d699e41fe6289aca1283137a2f6be20c5659) - embeddedt
* [Decommission the chunk saving fix](https://github.com/embeddedt/ModernFix/commit/1a7d5b3436d7a01edb92f113576672e0bee44e46) - embeddedt
* [Make CanonizingStringMap not crash on null keys/values](https://github.com/embeddedt/ModernFix/commit/b15537a32f7b3bc6bab4ddf99991d9bf2955a1d8) - embeddedt
* [Fix Skyblock Builder crash](https://github.com/embeddedt/ModernFix/commit/76485b0cbaa505daaa5acfe5bdfaa05a60d49a5e) - embeddedt
* [Improve structure cache wording](https://github.com/embeddedt/ModernFix/commit/3dbff477e936d7ffd02067b5c5705527f5c36934) - embeddedt
* [Disable cache invalidation outside dev](https://github.com/embeddedt/ModernFix/commit/a7d894cbc2fde0ad591f9c99eed1730eb5b60201) - embeddedt
* [Replace default backing map of NBT tags in more compatible way](https://github.com/embeddedt/ModernFix/commit/c4a50bb6e2a1fb9e31a4b46b9b9cfdd999c3cfa9) - embeddedt
* [Add off-by-default feature to automatically thread dump every 60 seconds](https://github.com/embeddedt/ModernFix/commit/b5d62b4bbb70ce28affbeadf2bb284b3fcaf749c) - embeddedt
* [Split unbaked model load event into load and pre-bake stages](https://github.com/embeddedt/ModernFix/commit/74eb8a06197373f69fe110d527f11a65e9f31774) - embeddedt
* [Disable faster texture loader if Changed:MC is installed](https://github.com/embeddedt/ModernFix/commit/be4c8607d46d5ee2c47f4743415119a5eac6c756) - embeddedt
* [Add more texture paths](https://github.com/embeddedt/ModernFix/commit/91c2d50d9728b68a5cfc4c9385542d638d056d05) - embeddedt
* [Fire model integrations on Fabric](https://github.com/embeddedt/ModernFix/commit/cfd542623c89ed28db207062fe056f2dc011ae51) - embeddedt
* [Back client integration list with COW arraylist](https://github.com/embeddedt/ModernFix/commit/0a035b6e0dc5317b16cd9012ff87d12c01d89f89) - embeddedt
* [Depend on full Fabric API at runtime](https://github.com/embeddedt/ModernFix/commit/a22308fb89a380d925778bb45ca3f148b6740cfa) - embeddedt
* [Tweak point at which dummy models are cleared on Fabric](https://github.com/embeddedt/ModernFix/commit/98da673cbef392d952c08e9a2980f1bd593813bf) - embeddedt
* [Disable faster_texture_loading and faster_texture_stitching when Opticrash is present](https://github.com/embeddedt/ModernFix/commit/bb6d498d58d0ca966a0f108f37e0bce3f4390029) - embeddedt
* [Only preserve window position if a non-default width/height was given](https://github.com/embeddedt/ModernFix/commit/0d901c6281bbc2dcb925a5c1a6025d90b3d065ad) - embeddedt
* [Avoid exposing mods to exceptions when baking models](https://github.com/embeddedt/ModernFix/commit/962b843199286d8e429572f54d0212fde71c2bf5) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/a7e64f29476020e020707195368841f959d38cac) - embeddedt
* [Replace Forge dynamic model bake event with modloader-independent custom solution](https://github.com/embeddedt/ModernFix/commit/b4ffe68adb4d85fddf2af3a7cd5fc589f0d23772) - embeddedt
展开
版本: 1.16.0
支持游戏: 1.16.5
类型: Fabric
Beta
下载次数: 37
4.1.0
modernfix-mc1.19.4-forge-4.1.0.jar下载4.1.0#Release
## Changes since 3.5.2
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Add JEI plugin to fabric.mod.json](https://github.com/embeddedt/ModernFix/commit/8ee985928e19687473afb2576ae4377ee62de40f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/fc69d55314f41d62fa351aa7108132d21dd53ca3) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/74dae9316efb7932a0e2941df12f22a3c479b77b) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/21a9266c8fa298949c4f68c45897ef729e218ee5) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Add JEI plugin to fabric.mod.json](https://github.com/embeddedt/ModernFix/commit/8ee985928e19687473afb2576ae4377ee62de40f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/fc69d55314f41d62fa351aa7108132d21dd53ca3) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/74dae9316efb7932a0e2941df12f22a3c479b77b) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/21a9266c8fa298949c4f68c45897ef729e218ee5) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
展开
版本: 4.1.0
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 355
4.1.0
modernfix-mc1.19.4-fabric-4.1.0.jar下载4.1.0#Beta
## Changes since 3.5.2
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Add JEI plugin to fabric.mod.json](https://github.com/embeddedt/ModernFix/commit/8ee985928e19687473afb2576ae4377ee62de40f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/fc69d55314f41d62fa351aa7108132d21dd53ca3) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/74dae9316efb7932a0e2941df12f22a3c479b77b) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/21a9266c8fa298949c4f68c45897ef729e218ee5) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Remove unneeded imports](https://github.com/embeddedt/ModernFix/commit/340b0269510b3a73c2c0c4cba78a3df6110e5d77) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Add JEI plugin to fabric.mod.json](https://github.com/embeddedt/ModernFix/commit/8ee985928e19687473afb2576ae4377ee62de40f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Bump required Forge version, drop datapack reload patch](https://github.com/embeddedt/ModernFix/commit/d2d5f81782d0b1aef06e3edb4665ec4442a196ea) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/fc69d55314f41d62fa351aa7108132d21dd53ca3) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Fix missing model flag not being cleared at times](https://github.com/embeddedt/ModernFix/commit/a1f50a0c4f32038862c839846eea400b4ef84ed1) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Fix compile errors](https://github.com/embeddedt/ModernFix/commit/ec10f368395f38a6b3ec6e51af9809cd688686ad) - embeddedt
* [Fix spotless error](https://github.com/embeddedt/ModernFix/commit/05b28b8269d5511a722926d655cf57ce6c8d1cd2) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/74dae9316efb7932a0e2941df12f22a3c479b77b) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/21a9266c8fa298949c4f68c45897ef729e218ee5) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
* [Update item renderer mixin for 1.19.4](https://github.com/embeddedt/ModernFix/commit/c229b1c60ce086bba795d85f178b42c2a02b5d90) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
展开
版本: 4.1.0
支持游戏: 1.19.4
类型: Fabric
Beta
下载次数: 744
3.6.0
modernfix-mc1.19.2-forge-3.6.0.jar下载3.6.0#Release
## Changes since 3.5.2
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Add JEI plugin to fabric.mod.json](https://github.com/embeddedt/ModernFix/commit/8ee985928e19687473afb2576ae4377ee62de40f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/fc69d55314f41d62fa351aa7108132d21dd53ca3) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/74dae9316efb7932a0e2941df12f22a3c479b77b) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/21a9266c8fa298949c4f68c45897ef729e218ee5) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Add JEI plugin to fabric.mod.json](https://github.com/embeddedt/ModernFix/commit/8ee985928e19687473afb2576ae4377ee62de40f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/fc69d55314f41d62fa351aa7108132d21dd53ca3) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/74dae9316efb7932a0e2941df12f22a3c479b77b) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/21a9266c8fa298949c4f68c45897ef729e218ee5) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
展开
版本: 3.6.0
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 460
3.6.0
modernfix-mc1.19.2-fabric-3.6.0.jar下载3.6.0#Beta
## Changes since 3.5.2
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Add JEI plugin to fabric.mod.json](https://github.com/embeddedt/ModernFix/commit/8ee985928e19687473afb2576ae4377ee62de40f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/fc69d55314f41d62fa351aa7108132d21dd53ca3) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/74dae9316efb7932a0e2941df12f22a3c479b77b) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/21a9266c8fa298949c4f68c45897ef729e218ee5) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Add JEI plugin to fabric.mod.json](https://github.com/embeddedt/ModernFix/commit/8ee985928e19687473afb2576ae4377ee62de40f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/fc69d55314f41d62fa351aa7108132d21dd53ca3) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/74dae9316efb7932a0e2941df12f22a3c479b77b) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Update patch for 1.19](https://github.com/embeddedt/ModernFix/commit/21a9266c8fa298949c4f68c45897ef729e218ee5) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
展开
版本: 3.6.0
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 1,616
2.6.0
modernfix-mc1.18.2-forge-2.6.0.jar下载2.6.0#Release
## Changes since 2.5.2
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
展开
版本: 2.6.0
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 8,676
2.6.0
modernfix-mc1.18.2-fabric-2.6.0.jar下载2.6.0#Beta
## Changes since 2.5.2
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Fix classloading hack not working anymore](https://github.com/embeddedt/ModernFix/commit/dba6e1210ee08e22d1e3d92db807ff045786d95a) - embeddedt
* [Fix search tree provider crash](https://github.com/embeddedt/ModernFix/commit/b25234e431795eaf031394b8c0cf7e53f218e1c0) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Move search tree replacement to common module](https://github.com/embeddedt/ModernFix/commit/6f8815200ea3d3013cd8b42ad987065d2aed2fa2) - embeddedt
* [Fix workaround message printing twice](https://github.com/embeddedt/ModernFix/commit/4a0b6339706318b5e571851ac6b5b9c73f1dad2e) - embeddedt
* [Move search tree replacement to common, support both modloaders](https://github.com/embeddedt/ModernFix/commit/32c1baf8879fd184c62d76c0d1046bca6a5d4061) - embeddedt
* [Workaround for Forge issue #9505](https://github.com/embeddedt/ModernFix/commit/04c89a26edad7dd92e5adcb856191661102301ff) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Add support for Fabric datagen from runClient](https://github.com/embeddedt/ModernFix/commit/5e4b08a8f5da2225d338a19d2f3971bb5fa02c2e) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
展开
版本: 2.6.0
支持游戏: 1.18.2
类型: Fabric
Beta
下载次数: 87
1.15.0
modernfix-mc1.16.5-forge-1.15.0.jar下载1.15.0#Release
## Changes since 1.14.2
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
展开
版本: 1.15.0
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 175
1.15.0
modernfix-mc1.16.5-fabric-1.15.0.jar下载1.15.0#Beta
## Changes since 1.14.2
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
* [Use half fix for packet leak](https://github.com/embeddedt/ModernFix/commit/c51d7ae6416910fe27e8beeb7a1255e835612507) - embeddedt
* [Synchronize LivingEntityRenderer layer list](https://github.com/embeddedt/ModernFix/commit/f67fa0754609186cb36daac63d7f3be8ff9983b7) - embeddedt
* [Use less invasive mixin on Blocks.rebuildCache()](https://github.com/embeddedt/ModernFix/commit/f22dbf5df1b3a6fb92cfc6e08e1e8cc18c55d75f) - embeddedt
* [Remove blockstate compression](https://github.com/embeddedt/ModernFix/commit/c1c9c02ff4e20dba3e2caf191c287b4cf000d3e9) - embeddedt
* [Fix performance issue when loading large NBT maps](https://github.com/embeddedt/ModernFix/commit/eb925bc3bafa513897a7c39143ed98073cd6f03d) - embeddedt
* [Invalidate pack caches directly instead of iterating resource manager pack list](https://github.com/embeddedt/ModernFix/commit/d427c5e05005b9ac1ce5453203fb9d591de44e44) - embeddedt
* [Fix resource pack cache not invalidating on F3+T](https://github.com/embeddedt/ModernFix/commit/d97da8fe4c9999ac6dcd308d7ca4fb4bd0bae8d0) - embeddedt
* [Add button to title screen for datagenning inside runClient](https://github.com/embeddedt/ModernFix/commit/b5c08b996f335ebbe5b1bff58a811f8579fbda5d) - embeddedt
* [Move iteration later in texture atlas patch](https://github.com/embeddedt/ModernFix/commit/1f16fc020406ff3234e38ff80ffa4a0f51cd33dd) - embeddedt
* [Shorten structure hashes to fix issues on Windows](https://github.com/embeddedt/ModernFix/commit/bcb33a1018a7c58056d5fc91add49c9838b948e6) - embeddedt
* [Optimize server thread aliveness check](https://github.com/embeddedt/ModernFix/commit/03abdfdc498965bb387588162a2c7de7555f74a2) - embeddedt
* [More Fabric dynamic model loading improvements](https://github.com/embeddedt/ModernFix/commit/d70480eb175440b2995d9e1283f5fcb70f202fad) - embeddedt
* [Fix texture reload failing on second try](https://github.com/embeddedt/ModernFix/commit/d33ebd69e877c5f71c5b6be5187c8463b4757bff) - embeddedt
* [Add more paths to texture search](https://github.com/embeddedt/ModernFix/commit/9d4d1cc9b447eba9199deac192574ccac9319613) - embeddedt
* [Enable GitHub Gradle cache](https://github.com/embeddedt/ModernFix/commit/fc9aff621724d342064351cd37e217f833d5834c) - embeddedt
* [Fix Continuity emissives](https://github.com/embeddedt/ModernFix/commit/9e44e00e70c17fb73a94ed5f9c63664d45891365) - embeddedt
* [Make RenderType EqualsStrategy more predictable](https://github.com/embeddedt/ModernFix/commit/33f689ba9aa56b2b5e533b8473b55308497006db) - embeddedt
* [Disable faster texture loading when Stitch is present](https://github.com/embeddedt/ModernFix/commit/cd2f289ea8ba10dbaab1b448e4981e2ea2971b62) - embeddedt
* [Adjust faster texture loading for FAPI compat](https://github.com/embeddedt/ModernFix/commit/5ee4c636e79f32117d0d9dab476a3312ba9cc2a1) - embeddedt
* [Update incompatible mod disabling list](https://github.com/embeddedt/ModernFix/commit/c4ee1dd5221ad18cffb374295787b3d35aa19a39) - embeddedt
* [Avoid running Fabric loading hook except for extra models](https://github.com/embeddedt/ModernFix/commit/656f3924dad641905d824d0a3810387cac3052c7) - embeddedt
* [Minor optimization when turning MRL into blockstate list](https://github.com/embeddedt/ModernFix/commit/833fdc9ae515ed2275da33b35431659dbf141c89) - embeddedt
* [Set the missing model early if needed](https://github.com/embeddedt/ModernFix/commit/85025b77fb9a30f81d8365a06b2710cbf780fb4b) - embeddedt
* [Handle bakedTopLevelModels not being a dynamic provider yet](https://github.com/embeddedt/ModernFix/commit/c420c63ab1bf953a4248cda9a5b3edfb3e338862) - embeddedt
* [Rewrite Fabric dynamic model loader to not load all models at startup](https://github.com/embeddedt/ModernFix/commit/992269034d9397b35b713cbb2a41c4367fe2d7df) - embeddedt
展开
版本: 1.15.0
支持游戏: 1.16.5
类型: Fabric
Beta
下载次数: 58
3.5.2
modernfix-mc1.19.2-forge-3.5.2.jar下载3.5.2#Release
## Changes since 3.5.1
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/cc9e7289c661fea170118428b5015dad4b0cb57b) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Fix JEI creative search tree replacement not working](https://github.com/embeddedt/ModernFix/commit/c63252946ab8d01e9513b345f0bc5937657b9b80) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/cc9e7289c661fea170118428b5015dad4b0cb57b) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Fix JEI creative search tree replacement not working](https://github.com/embeddedt/ModernFix/commit/c63252946ab8d01e9513b345f0bc5937657b9b80) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
展开
版本: 3.5.2
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 170
3.5.2
modernfix-mc1.19.2-fabric-3.5.2.jar下载3.5.2#Beta
## Changes since 3.5.1
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/cc9e7289c661fea170118428b5015dad4b0cb57b) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Fix JEI creative search tree replacement not working](https://github.com/embeddedt/ModernFix/commit/c63252946ab8d01e9513b345f0bc5937657b9b80) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/cc9e7289c661fea170118428b5015dad4b0cb57b) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Fix JEI creative search tree replacement not working](https://github.com/embeddedt/ModernFix/commit/c63252946ab8d01e9513b345f0bc5937657b9b80) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
展开
版本: 3.5.2
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 1,074
2.5.2
modernfix-mc1.18.2-forge-2.5.2.jar下载2.5.2#Release
## Changes since 2.5.1
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/cc9e7289c661fea170118428b5015dad4b0cb57b) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Fix JEI creative search tree replacement not working](https://github.com/embeddedt/ModernFix/commit/c63252946ab8d01e9513b345f0bc5937657b9b80) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/cc9e7289c661fea170118428b5015dad4b0cb57b) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Fix JEI creative search tree replacement not working](https://github.com/embeddedt/ModernFix/commit/c63252946ab8d01e9513b345f0bc5937657b9b80) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
展开
版本: 2.5.2
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 316
2.5.2
modernfix-mc1.18.2-fabric-2.5.2.jar下载2.5.2#Beta
## Changes since 2.5.1
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/cc9e7289c661fea170118428b5015dad4b0cb57b) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Fix JEI creative search tree replacement not working](https://github.com/embeddedt/ModernFix/commit/c63252946ab8d01e9513b345f0bc5937657b9b80) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/cc9e7289c661fea170118428b5015dad4b0cb57b) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Fix JEI creative search tree replacement not working](https://github.com/embeddedt/ModernFix/commit/c63252946ab8d01e9513b345f0bc5937657b9b80) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
展开
版本: 2.5.2
支持游戏: 1.18.2
类型: Fabric
Beta
下载次数: 57
1.14.2
modernfix-mc1.16.5-forge-1.14.2.jar下载1.14.2#Release
## Changes since 1.14.1
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
展开
版本: 1.14.2
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 114
1.14.2
modernfix-mc1.16.5-fabric-1.14.2.jar下载1.14.2#Beta
## Changes since 1.14.1
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
* [Disable datapack_reload_exceptions if Cyanide is installed as it overlaps](https://github.com/embeddedt/ModernFix/commit/9e7c82a30381a99a0bcecc0ab67af011aacd9f07) - embeddedt
* [Do resource cache generation on-thread, but lazily](https://github.com/embeddedt/ModernFix/commit/b955f17fbda5f5343586d833e46d5be0e3145e49) - embeddedt
* [Ensure the context class loader is set for the resource reload executors](https://github.com/embeddedt/ModernFix/commit/2f8f47ae3efcb9bc5b03db406afc9f7940c1661d) - embeddedt
* [Hotfix for another potential race condition](https://github.com/embeddedt/ModernFix/commit/d8d76c00c77ac344fbeed1bbc044ac59cde7e406) - embeddedt
* [Hotfix for potential resource reload race condition](https://github.com/embeddedt/ModernFix/commit/530fb5f796e8ba8684a254cd001988a496719ab0) - embeddedt
展开
版本: 1.14.2
支持游戏: 1.16.5
类型: Fabric
Beta
下载次数: 61
3.5.1
modernfix-mc1.19.2-forge-3.5.1.jar下载3.5.1#Release
## Changes since 3.5.0
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Disable dynamic entity renderers by default due to incompatible mods](https://github.com/embeddedt/ModernFix/commit/321c676fd08c27056187923ebca7383a1dd51a94) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Fix Command API dependency](https://github.com/embeddedt/ModernFix/commit/08c774e818d9a137e44086e9f237f370d3185d3e) - embeddedt
* [Update item rendering patch for 1.19.2](https://github.com/embeddedt/ModernFix/commit/e84360efe921c9f4ae9c4a8a88c7953221d09b49) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Disable dynamic entity renderers by default due to incompatible mods](https://github.com/embeddedt/ModernFix/commit/321c676fd08c27056187923ebca7383a1dd51a94) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Fix Command API dependency](https://github.com/embeddedt/ModernFix/commit/08c774e818d9a137e44086e9f237f370d3185d3e) - embeddedt
* [Update item rendering patch for 1.19.2](https://github.com/embeddedt/ModernFix/commit/e84360efe921c9f4ae9c4a8a88c7953221d09b49) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
展开
版本: 3.5.1
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 57
3.5.1
modernfix-mc1.19.2-fabric-3.5.1.jar下载3.5.1#Beta
## Changes since 3.5.0
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Disable dynamic entity renderers by default due to incompatible mods](https://github.com/embeddedt/ModernFix/commit/321c676fd08c27056187923ebca7383a1dd51a94) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Fix Command API dependency](https://github.com/embeddedt/ModernFix/commit/08c774e818d9a137e44086e9f237f370d3185d3e) - embeddedt
* [Update item rendering patch for 1.19.2](https://github.com/embeddedt/ModernFix/commit/e84360efe921c9f4ae9c4a8a88c7953221d09b49) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Disable dynamic entity renderers by default due to incompatible mods](https://github.com/embeddedt/ModernFix/commit/321c676fd08c27056187923ebca7383a1dd51a94) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Fix Command API dependency](https://github.com/embeddedt/ModernFix/commit/08c774e818d9a137e44086e9f237f370d3185d3e) - embeddedt
* [Update item rendering patch for 1.19.2](https://github.com/embeddedt/ModernFix/commit/e84360efe921c9f4ae9c4a8a88c7953221d09b49) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
展开
版本: 3.5.1
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 80
2.5.1
modernfix-mc1.18.2-forge-2.5.1.jar下载2.5.1#Release
## Changes since 2.5.0
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Disable dynamic entity renderers by default due to incompatible mods](https://github.com/embeddedt/ModernFix/commit/321c676fd08c27056187923ebca7383a1dd51a94) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Disable dynamic entity renderers by default due to incompatible mods](https://github.com/embeddedt/ModernFix/commit/321c676fd08c27056187923ebca7383a1dd51a94) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
展开
版本: 2.5.1
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 81
2.5.1
modernfix-mc1.18.2-fabric-2.5.1.jar下载2.5.1#Beta
## Changes since 2.5.0
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Disable dynamic entity renderers by default due to incompatible mods](https://github.com/embeddedt/ModernFix/commit/321c676fd08c27056187923ebca7383a1dd51a94) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Disable dynamic entity renderers by default due to incompatible mods](https://github.com/embeddedt/ModernFix/commit/321c676fd08c27056187923ebca7383a1dd51a94) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
展开
版本: 2.5.1
支持游戏: 1.18.2
类型: Fabric
Beta
下载次数: 63
1.14.1
modernfix-mc1.16.5-forge-1.14.1.jar下载1.14.1#Release
## Changes since 1.14.0
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
展开
版本: 1.14.1
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 63
1.14.1
modernfix-mc1.16.5-fabric-1.14.1.jar下载1.14.1#Beta
## Changes since 1.14.0
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Disable faster item rendering by default until its tested more](https://github.com/embeddedt/ModernFix/commit/43c1ed70299d38b87990c2150bbdac90aca7d050) - embeddedt
* [Optimize block item rendering as well](https://github.com/embeddedt/ModernFix/commit/604c3687ef26ec1d33fbacc6a1466ad08b8a96b2) - embeddedt
* [Generate resource cache using resource reload workers](https://github.com/embeddedt/ModernFix/commit/b55129a8cada0aaee4b1b012078fb0cfdcebe00a) - embeddedt
* [Add config for integrated server watchdog](https://github.com/embeddedt/ModernFix/commit/65e12016b60524ee00aeca10fafebe1cfead4842) - embeddedt
* [Remove nonexistent mixin configs](https://github.com/embeddedt/ModernFix/commit/3ba38b602ae4cc93f817ef36a9a1f02e77e70cfc) - embeddedt
* [Only apply item rendering optimization outside of level rendering](https://github.com/embeddedt/ModernFix/commit/c30574c3d071936f49076432aeab9c5636f250fc) - embeddedt
* [Optimize rendering of simple items in GUIs](https://github.com/embeddedt/ModernFix/commit/deac0b43d1bdce9607aedb1e73894ef63ecafb01) - embeddedt
* [Remove unnecessary injected field on BlockState](https://github.com/embeddedt/ModernFix/commit/2e669761bd69bfbe35458ea9720ba6206bdf8397) - embeddedt
* [Change texture loading mixin priority to prevent FAPI conflicts](https://github.com/embeddedt/ModernFix/commit/d4fec79e5535be4eebb7b3eda5bfb4a960409ae1) - embeddedt
* [Remove blank space [skip ci]](https://github.com/embeddedt/ModernFix/commit/f506fc671a5c4a80da932516bfd663bee975f430) - embeddedt
* [Fix GitHub markdown formatting being different [skip ci]](https://github.com/embeddedt/ModernFix/commit/218c3e84d39d11386c5af16456f561e1a0262527) - embeddedt
* [Add dev builds to README [skip ci]](https://github.com/embeddedt/ModernFix/commit/8beadf828c273317d7cde52c9520fda5f782db6e) - embeddedt
* [Prevent immediate crash when TextureAtlasSprite constructor throws](https://github.com/embeddedt/ModernFix/commit/48f9ad86f082d71624aa630d49d69b7a0faa9f4e) - embeddedt
* [Avoid hard crash if AT fails to apply](https://github.com/embeddedt/ModernFix/commit/74c2c28a66bf55f378b51b522e3eca037079cbdb) - embeddedt
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
展开
版本: 1.14.1
支持游戏: 1.16.5
类型: Fabric
Beta
下载次数: 75
4.0.0
modernfix-mc1.19.4-forge-4.0.0.jar下载4.0.0#Release
## Changes since 3.4.1
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix incorrectly mapped mixin](https://github.com/embeddedt/ModernFix/commit/2aacadaa82314680a8e7964866aeeb78951ff6b0) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/393a834891f0d088d6c9a7b39fcc5255eac58048) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Fixes](https://github.com/embeddedt/ModernFix/commit/3f2a8dbb61380019d3e61210ca954735591b606b) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/1bdaf14eb52f0bc2a925163e12691fc5d4d20973) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Fix compile issue on 1.19.2](https://github.com/embeddedt/ModernFix/commit/e6b7edc1807ec9c13899e4ea54ae04d10112dcf3) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Use correct access level for overwrites](https://github.com/embeddedt/ModernFix/commit/57b7c4785a07766c2f0b2fc42f09e94610c321dc) - embeddedt
* [Remove reference to IForgeRegistryEntry](https://github.com/embeddedt/ModernFix/commit/4a7bcbfd3877b91e7f7d558684eb60b86c8628e6) - embeddedt
* [Avoid recreating tag ID strings](https://github.com/embeddedt/ModernFix/commit/d3bf2271fc3aa6ae3113476d9818222ab098e8dd) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/a4515e8eae7817a282a4202cb73907d67e7de7b6) - embeddedt
* [Turn off Forge resource cache](https://github.com/embeddedt/ModernFix/commit/821a15ecaafdadcca9077524e3b5ac93c6cc646c) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/be7546810062c5a49560321d387ce8f165124f2b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Update KubeJS mixin for 1.19.2](https://github.com/embeddedt/ModernFix/commit/c0d27ee01d43f43be6f3d614503571a6f7f80033) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix incorrectly mapped mixin](https://github.com/embeddedt/ModernFix/commit/2aacadaa82314680a8e7964866aeeb78951ff6b0) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/393a834891f0d088d6c9a7b39fcc5255eac58048) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Fixes](https://github.com/embeddedt/ModernFix/commit/3f2a8dbb61380019d3e61210ca954735591b606b) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/1bdaf14eb52f0bc2a925163e12691fc5d4d20973) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Fix compile issue on 1.19.2](https://github.com/embeddedt/ModernFix/commit/e6b7edc1807ec9c13899e4ea54ae04d10112dcf3) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Use correct access level for overwrites](https://github.com/embeddedt/ModernFix/commit/57b7c4785a07766c2f0b2fc42f09e94610c321dc) - embeddedt
* [Remove reference to IForgeRegistryEntry](https://github.com/embeddedt/ModernFix/commit/4a7bcbfd3877b91e7f7d558684eb60b86c8628e6) - embeddedt
* [Avoid recreating tag ID strings](https://github.com/embeddedt/ModernFix/commit/d3bf2271fc3aa6ae3113476d9818222ab098e8dd) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/a4515e8eae7817a282a4202cb73907d67e7de7b6) - embeddedt
* [Turn off Forge resource cache](https://github.com/embeddedt/ModernFix/commit/821a15ecaafdadcca9077524e3b5ac93c6cc646c) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/be7546810062c5a49560321d387ce8f165124f2b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Update KubeJS mixin for 1.19.2](https://github.com/embeddedt/ModernFix/commit/c0d27ee01d43f43be6f3d614503571a6f7f80033) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
展开
版本: 4.0.0
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 130
4.0.0
modernfix-mc1.19.4-fabric-4.0.0.jar下载4.0.0#Beta
## Changes since 3.4.1
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix incorrectly mapped mixin](https://github.com/embeddedt/ModernFix/commit/2aacadaa82314680a8e7964866aeeb78951ff6b0) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/393a834891f0d088d6c9a7b39fcc5255eac58048) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Fixes](https://github.com/embeddedt/ModernFix/commit/3f2a8dbb61380019d3e61210ca954735591b606b) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/1bdaf14eb52f0bc2a925163e12691fc5d4d20973) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Fix compile issue on 1.19.2](https://github.com/embeddedt/ModernFix/commit/e6b7edc1807ec9c13899e4ea54ae04d10112dcf3) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Use correct access level for overwrites](https://github.com/embeddedt/ModernFix/commit/57b7c4785a07766c2f0b2fc42f09e94610c321dc) - embeddedt
* [Remove reference to IForgeRegistryEntry](https://github.com/embeddedt/ModernFix/commit/4a7bcbfd3877b91e7f7d558684eb60b86c8628e6) - embeddedt
* [Avoid recreating tag ID strings](https://github.com/embeddedt/ModernFix/commit/d3bf2271fc3aa6ae3113476d9818222ab098e8dd) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/a4515e8eae7817a282a4202cb73907d67e7de7b6) - embeddedt
* [Turn off Forge resource cache](https://github.com/embeddedt/ModernFix/commit/821a15ecaafdadcca9077524e3b5ac93c6cc646c) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/be7546810062c5a49560321d387ce8f165124f2b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Update KubeJS mixin for 1.19.2](https://github.com/embeddedt/ModernFix/commit/c0d27ee01d43f43be6f3d614503571a6f7f80033) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Actually cache item models](https://github.com/embeddedt/ModernFix/commit/65f151bbef55f62d5ec4526596cf2cc94bbfb219) - embeddedt
* [Rewrite 1.19.4 Fabric model baker mixin for compatibility purposes](https://github.com/embeddedt/ModernFix/commit/545c68f1221e9d6ae99561f5a78b9de0b4ce19d2) - embeddedt
* [Tweak Fabric model bakery to run more vanilla code](https://github.com/embeddedt/ModernFix/commit/d4bfe17a72047b61c3e7cdbc4fe5edaf81298fbb) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix incorrectly mapped mixin](https://github.com/embeddedt/ModernFix/commit/2aacadaa82314680a8e7964866aeeb78951ff6b0) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Update entity renderer mixin](https://github.com/embeddedt/ModernFix/commit/969c3fd18edc76ff3d14388561b11bba60368d81) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Drop resource pack mixin from 1.19.4 for now](https://github.com/embeddedt/ModernFix/commit/09c5cdb6a247c6ec89be2281193f908bee99c6e4) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/393a834891f0d088d6c9a7b39fcc5255eac58048) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Fix model bakery issues](https://github.com/embeddedt/ModernFix/commit/8a06ef1322baa3809989698461b8a0fda0a02757) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Fixes](https://github.com/embeddedt/ModernFix/commit/3f2a8dbb61380019d3e61210ca954735591b606b) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix mixin](https://github.com/embeddedt/ModernFix/commit/ada0bd401265bb59d2bbdecd51272b32a7643523) - embeddedt
* [Spotless](https://github.com/embeddedt/ModernFix/commit/a06a46b498bac472685adef9ebbcb95c77c7511f) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/efb9f4ca2d62e6e75e2b9f4e38fb937e7728f5e2) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/1bdaf14eb52f0bc2a925163e12691fc5d4d20973) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Compilation fixes](https://github.com/embeddedt/ModernFix/commit/e9894110748d36a51144dcc3ddc3aea71118bb46) - embeddedt
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Fix compile issue on 1.19.2](https://github.com/embeddedt/ModernFix/commit/e6b7edc1807ec9c13899e4ea54ae04d10112dcf3) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/0d74ad8cbf1937fe06fad247c2860f718ac51502) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Fix NamespacedWrapper needing remap](https://github.com/embeddedt/ModernFix/commit/dc236d6ec177ad748e8558b970e2323e362f0945) - embeddedt
* [Fix exception in model removal notification](https://github.com/embeddedt/ModernFix/commit/90585fbb4f2ac2e44ac4649a20f7e5a7d89aaf1f) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Use correct access level for overwrites](https://github.com/embeddedt/ModernFix/commit/57b7c4785a07766c2f0b2fc42f09e94610c321dc) - embeddedt
* [Remove reference to IForgeRegistryEntry](https://github.com/embeddedt/ModernFix/commit/4a7bcbfd3877b91e7f7d558684eb60b86c8628e6) - embeddedt
* [Avoid recreating tag ID strings](https://github.com/embeddedt/ModernFix/commit/d3bf2271fc3aa6ae3113476d9818222ab098e8dd) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/a4515e8eae7817a282a4202cb73907d67e7de7b6) - embeddedt
* [Turn off Forge resource cache](https://github.com/embeddedt/ModernFix/commit/821a15ecaafdadcca9077524e3b5ac93c6cc646c) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/be7546810062c5a49560321d387ce8f165124f2b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Update KubeJS mixin for 1.19.2](https://github.com/embeddedt/ModernFix/commit/c0d27ee01d43f43be6f3d614503571a6f7f80033) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Fix search trees, downgrade Forge so REI works in dev](https://github.com/embeddedt/ModernFix/commit/7eaa286a7a9547b60077aa45e7a2cff0067aa643) - embeddedt
* [Fix running outside dev](https://github.com/embeddedt/ModernFix/commit/99ffd3dc95498e7203e752a21b5e7de7b1166524) - embeddedt
* [Speed up world creation screen](https://github.com/embeddedt/ModernFix/commit/8dbcac7afca552f2bb4966747a3ac587e93b4fd5) - embeddedt
* [Port dynamic model loading to 1.19.4](https://github.com/embeddedt/ModernFix/commit/f8f0e0ca45d326b63c63e89b2653a530c2fe0aae) - embeddedt
* [1.19.4](https://github.com/embeddedt/ModernFix/commit/c8915015792677bff1d7c3cfdf59a19d08a6e924) - embeddedt
展开
版本: 4.0.0
支持游戏: 1.19.4
类型: Fabric
Beta
下载次数: 460
3.5.0
modernfix-mc1.19.2-forge-3.5.0.jar下载3.5.0#Release
## Changes since 3.4.1
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix incorrectly mapped mixin](https://github.com/embeddedt/ModernFix/commit/2aacadaa82314680a8e7964866aeeb78951ff6b0) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/393a834891f0d088d6c9a7b39fcc5255eac58048) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Fixes](https://github.com/embeddedt/ModernFix/commit/3f2a8dbb61380019d3e61210ca954735591b606b) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/1bdaf14eb52f0bc2a925163e12691fc5d4d20973) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Fix compile issue on 1.19.2](https://github.com/embeddedt/ModernFix/commit/e6b7edc1807ec9c13899e4ea54ae04d10112dcf3) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Use correct access level for overwrites](https://github.com/embeddedt/ModernFix/commit/57b7c4785a07766c2f0b2fc42f09e94610c321dc) - embeddedt
* [Remove reference to IForgeRegistryEntry](https://github.com/embeddedt/ModernFix/commit/4a7bcbfd3877b91e7f7d558684eb60b86c8628e6) - embeddedt
* [Avoid recreating tag ID strings](https://github.com/embeddedt/ModernFix/commit/d3bf2271fc3aa6ae3113476d9818222ab098e8dd) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/a4515e8eae7817a282a4202cb73907d67e7de7b6) - embeddedt
* [Turn off Forge resource cache](https://github.com/embeddedt/ModernFix/commit/821a15ecaafdadcca9077524e3b5ac93c6cc646c) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/be7546810062c5a49560321d387ce8f165124f2b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Update KubeJS mixin for 1.19.2](https://github.com/embeddedt/ModernFix/commit/c0d27ee01d43f43be6f3d614503571a6f7f80033) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix incorrectly mapped mixin](https://github.com/embeddedt/ModernFix/commit/2aacadaa82314680a8e7964866aeeb78951ff6b0) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/393a834891f0d088d6c9a7b39fcc5255eac58048) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Fixes](https://github.com/embeddedt/ModernFix/commit/3f2a8dbb61380019d3e61210ca954735591b606b) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/1bdaf14eb52f0bc2a925163e12691fc5d4d20973) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Fix compile issue on 1.19.2](https://github.com/embeddedt/ModernFix/commit/e6b7edc1807ec9c13899e4ea54ae04d10112dcf3) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Use correct access level for overwrites](https://github.com/embeddedt/ModernFix/commit/57b7c4785a07766c2f0b2fc42f09e94610c321dc) - embeddedt
* [Remove reference to IForgeRegistryEntry](https://github.com/embeddedt/ModernFix/commit/4a7bcbfd3877b91e7f7d558684eb60b86c8628e6) - embeddedt
* [Avoid recreating tag ID strings](https://github.com/embeddedt/ModernFix/commit/d3bf2271fc3aa6ae3113476d9818222ab098e8dd) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/a4515e8eae7817a282a4202cb73907d67e7de7b6) - embeddedt
* [Turn off Forge resource cache](https://github.com/embeddedt/ModernFix/commit/821a15ecaafdadcca9077524e3b5ac93c6cc646c) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/be7546810062c5a49560321d387ce8f165124f2b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Update KubeJS mixin for 1.19.2](https://github.com/embeddedt/ModernFix/commit/c0d27ee01d43f43be6f3d614503571a6f7f80033) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
展开
版本: 3.5.0
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 73
3.5.0
modernfix-mc1.19.2-fabric-3.5.0.jar下载3.5.0#Beta
## Changes since 3.4.1
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix incorrectly mapped mixin](https://github.com/embeddedt/ModernFix/commit/2aacadaa82314680a8e7964866aeeb78951ff6b0) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/393a834891f0d088d6c9a7b39fcc5255eac58048) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Fixes](https://github.com/embeddedt/ModernFix/commit/3f2a8dbb61380019d3e61210ca954735591b606b) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/1bdaf14eb52f0bc2a925163e12691fc5d4d20973) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Fix compile issue on 1.19.2](https://github.com/embeddedt/ModernFix/commit/e6b7edc1807ec9c13899e4ea54ae04d10112dcf3) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Use correct access level for overwrites](https://github.com/embeddedt/ModernFix/commit/57b7c4785a07766c2f0b2fc42f09e94610c321dc) - embeddedt
* [Remove reference to IForgeRegistryEntry](https://github.com/embeddedt/ModernFix/commit/4a7bcbfd3877b91e7f7d558684eb60b86c8628e6) - embeddedt
* [Avoid recreating tag ID strings](https://github.com/embeddedt/ModernFix/commit/d3bf2271fc3aa6ae3113476d9818222ab098e8dd) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/a4515e8eae7817a282a4202cb73907d67e7de7b6) - embeddedt
* [Turn off Forge resource cache](https://github.com/embeddedt/ModernFix/commit/821a15ecaafdadcca9077524e3b5ac93c6cc646c) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/be7546810062c5a49560321d387ce8f165124f2b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Update KubeJS mixin for 1.19.2](https://github.com/embeddedt/ModernFix/commit/c0d27ee01d43f43be6f3d614503571a6f7f80033) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix incorrectly mapped mixin](https://github.com/embeddedt/ModernFix/commit/2aacadaa82314680a8e7964866aeeb78951ff6b0) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/393a834891f0d088d6c9a7b39fcc5255eac58048) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Fixes](https://github.com/embeddedt/ModernFix/commit/3f2a8dbb61380019d3e61210ca954735591b606b) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fabric](https://github.com/embeddedt/ModernFix/commit/1bdaf14eb52f0bc2a925163e12691fc5d4d20973) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Fix compile issue on 1.19.2](https://github.com/embeddedt/ModernFix/commit/e6b7edc1807ec9c13899e4ea54ae04d10112dcf3) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Use correct access level for overwrites](https://github.com/embeddedt/ModernFix/commit/57b7c4785a07766c2f0b2fc42f09e94610c321dc) - embeddedt
* [Remove reference to IForgeRegistryEntry](https://github.com/embeddedt/ModernFix/commit/4a7bcbfd3877b91e7f7d558684eb60b86c8628e6) - embeddedt
* [Avoid recreating tag ID strings](https://github.com/embeddedt/ModernFix/commit/d3bf2271fc3aa6ae3113476d9818222ab098e8dd) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/a4515e8eae7817a282a4202cb73907d67e7de7b6) - embeddedt
* [Turn off Forge resource cache](https://github.com/embeddedt/ModernFix/commit/821a15ecaafdadcca9077524e3b5ac93c6cc646c) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/be7546810062c5a49560321d387ce8f165124f2b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Update KubeJS mixin for 1.19.2](https://github.com/embeddedt/ModernFix/commit/c0d27ee01d43f43be6f3d614503571a6f7f80033) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
展开
版本: 3.5.0
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 134
2.5.0
modernfix-mc1.18.2-forge-2.5.0.jar下载2.5.0#Release
## Changes since 2.4.1
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Push before release](https://github.com/embeddedt/ModernFix/commit/7c793c7fb65c3b53345f7b729e4de2829e6644e7) - embeddedt
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Push before release](https://github.com/embeddedt/ModernFix/commit/7c793c7fb65c3b53345f7b729e4de2829e6644e7) - embeddedt
展开
版本: 2.5.0
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 135
2.5.0
modernfix-mc1.18.2-fabric-2.5.0.jar下载2.5.0#Beta
## Changes since 2.4.1
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Push before release](https://github.com/embeddedt/ModernFix/commit/7c793c7fb65c3b53345f7b729e4de2829e6644e7) - embeddedt
* [Adjust release script [skip ci]](https://github.com/embeddedt/ModernFix/commit/cf1f60aa2b364b0a6367d7e3834136203efb85f1) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Remove entity renderer mixin as it's not needed on 1.18](https://github.com/embeddedt/ModernFix/commit/8996d4e09bc6c30d0ac281d2b373ff310331c1dd) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Fix crash with Charm](https://github.com/embeddedt/ModernFix/commit/3f82c7459a255fa74a075cb41a41d45d04cef1f9) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix entity renderer crash in some modpacks](https://github.com/embeddedt/ModernFix/commit/8f71606faddc9d722001e3b1c40b7ee1a428a867) - embeddedt
* [Fix resource cache not being generated on Forge](https://github.com/embeddedt/ModernFix/commit/3ad3da36801fe57726f048278d7778048e72344f) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Shrink oversized PalettedContainers](https://github.com/embeddedt/ModernFix/commit/71d7004d0cb6022fd46813e5571bfee6aac4b732) - embeddedt
* [Reimplement dynamic entity renderers](https://github.com/embeddedt/ModernFix/commit/47e01693c5a46188b8989cbe4750d26b5295bc27) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Update resource pack mixin](https://github.com/embeddedt/ModernFix/commit/3db4e9071f7dfd34778c0af31166be862c6ac017) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Fix AW](https://github.com/embeddedt/ModernFix/commit/e704b25bc83c77dde0739b304bbffc670e275f8a) - embeddedt
* [Clean up imports](https://github.com/embeddedt/ModernFix/commit/de00e21835558f5f2ed794f6fb80dfe56ea4c0cc) - embeddedt
* [Fix ModelBakery mixin issue on Fabric](https://github.com/embeddedt/ModernFix/commit/4df819b7ee5c82505cfd89ed722228b9d45c424c) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix search tree config value](https://github.com/embeddedt/ModernFix/commit/7221893e30874e67b37d72d89c9370212a217f80) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Fix devenv mixins not actually applying in 1.18](https://github.com/embeddedt/ModernFix/commit/cf1727219612da135e7254930f2e9527ebb8fbb6) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Adjust mixin for 1.18](https://github.com/embeddedt/ModernFix/commit/4006551afecd56178ab62198c37d542b469e4f79) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Port Paper's chunk turbocharger from 1.17/1.18](https://github.com/embeddedt/ModernFix/commit/066471df331685e4d31d3fd6eda778926e38349c) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Clear SecureJar structs](https://github.com/embeddedt/ModernFix/commit/b8450b6acdcfea89a1cc91882db06b28d223ed17) - embeddedt
* [Clear manifest digests](https://github.com/embeddedt/ModernFix/commit/c5c939df634dae7d5c641f2cdb881af04875ff90) - embeddedt
* [Remove debug log message](https://github.com/embeddedt/ModernFix/commit/3b229c99338ce205e1929eaa55126bdb1759fa60) - embeddedt
* [Instantiate entity renderers as needed to save memory](https://github.com/embeddedt/ModernFix/commit/07969f23958a5adb06ad41b451e8209b39902a2d) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Speed up processing of dummy registry entries](https://github.com/embeddedt/ModernFix/commit/ba3d418260932a3f621bc0e995ffa2432598ed39) - embeddedt
* [Mark AE2 and Patchouli as compile only](https://github.com/embeddedt/ModernFix/commit/55e7831c57465f552dc04cef8e127546d8f18a44) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Fix injector target](https://github.com/embeddedt/ModernFix/commit/1fc1e132cbee52c0560b5470a32522d8bde46947) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Fix compile error](https://github.com/embeddedt/ModernFix/commit/d344385aa310826f592a4f8746288fe11c0e809f) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Push before release](https://github.com/embeddedt/ModernFix/commit/7c793c7fb65c3b53345f7b729e4de2829e6644e7) - embeddedt
展开
版本: 2.5.0
支持游戏: 1.18.2
类型: Fabric
Beta
下载次数: 65
1.14.0
modernfix-mc1.16.5-forge-1.14.0.jar下载1.14.0#Release
## Changes since 1.13.1
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Push before release](https://github.com/embeddedt/ModernFix/commit/7c793c7fb65c3b53345f7b729e4de2829e6644e7) - embeddedt
* [Remove semver plugin](https://github.com/embeddedt/ModernFix/commit/50c6207f8ce1d63e406ac5b0e4fec8f8895baeaa) - embeddedt
* [Update release script](https://github.com/embeddedt/ModernFix/commit/2012b60832d2df38dc8c2c3ae79540b83d93470b) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Push before release](https://github.com/embeddedt/ModernFix/commit/7c793c7fb65c3b53345f7b729e4de2829e6644e7) - embeddedt
* [Remove semver plugin](https://github.com/embeddedt/ModernFix/commit/50c6207f8ce1d63e406ac5b0e4fec8f8895baeaa) - embeddedt
* [Update release script](https://github.com/embeddedt/ModernFix/commit/2012b60832d2df38dc8c2c3ae79540b83d93470b) - embeddedt
展开
版本: 1.14.0
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 774
1.14.0
modernfix-mc1.16.5-fabric-1.14.0.jar下载1.14.0#Beta
## Changes since 1.13.1
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Push before release](https://github.com/embeddedt/ModernFix/commit/7c793c7fb65c3b53345f7b729e4de2829e6644e7) - embeddedt
* [Remove semver plugin](https://github.com/embeddedt/ModernFix/commit/50c6207f8ce1d63e406ac5b0e4fec8f8895baeaa) - embeddedt
* [Update release script](https://github.com/embeddedt/ModernFix/commit/2012b60832d2df38dc8c2c3ae79540b83d93470b) - embeddedt
* [Preparing for release](https://github.com/embeddedt/ModernFix/commit/f69c25a7b2e08add133efe643dd7d873dba98723) - embeddedt
* [Mark Fabric releases as beta](https://github.com/embeddedt/ModernFix/commit/62d73470770db4c3a094cd3be63b4a97e1d94568) - embeddedt
* [Provide more debug information if entity renderer is missing](https://github.com/embeddedt/ModernFix/commit/9677eb6c02f3a0090be5eb606b9d1ccbecb1e075) - embeddedt
* [Workaround for runtime resource packs that aren't thread safe](https://github.com/embeddedt/ModernFix/commit/367cc372c27fb21cd07dfc80536d394ce8091604) - embeddedt
* [Ensure Lithium's cache fields get generated](https://github.com/embeddedt/ModernFix/commit/cc36e0c3f1395b6d94b0ffa9d8b63c1087302aa2) - embeddedt
* [Make block model cache overridable for even more invasive mods](https://github.com/embeddedt/ModernFix/commit/2cdc8b88a5d0c234cb0f3f2593da947f7c44fdcc) - embeddedt
* [Fix material cache on Fabric](https://github.com/embeddedt/ModernFix/commit/77e21751239f7adcd8408d2367ca9f2492f69e79) - embeddedt
* [Increase eviction time](https://github.com/embeddedt/ModernFix/commit/8d7b351d531098c6fce07b840684530092fc9044) - embeddedt
* [Bump maximum models in memory from 1k to 10k](https://github.com/embeddedt/ModernFix/commit/b077b53132e2be1c4058aa5af806f0957ae02625) - embeddedt
* [Mark ModernFix as breaking DashLoader](https://github.com/embeddedt/ModernFix/commit/249e662ca292e1480630b8b7a13846a8159db756) - embeddedt
* [Emulate the vanilla block/item -> model maps for Fabric mods](https://github.com/embeddedt/ModernFix/commit/6c56096556262ebbdeabda46149d1847dd5142ca) - embeddedt
* [Bake non-vanilla models on Fabric and then throw away the cache](https://github.com/embeddedt/ModernFix/commit/2b8fc0827cc0f833abd6d7d4ac66f56a8002aa04) - embeddedt
* [New README [skip ci]](https://github.com/embeddedt/ModernFix/commit/5260d55f91c86208c29fa040ac265994a880ad65) - embeddedt
* [Clearer message](https://github.com/embeddedt/ModernFix/commit/05901b4514b1128d794b8048d8419e8ecb3294cb) - embeddedt
* [Complain once per mod ID if an outdated structure is found](https://github.com/embeddedt/ModernFix/commit/270fec309eda01737855aa3830b1613979d36d7d) - embeddedt
* [Fix DFU blaster making DFU too slow](https://github.com/embeddedt/ModernFix/commit/4796af209472245ee4ed0f871ee1dbfb08345ed8) - embeddedt
* [Ignore exceptions thrown by structure upgrade command](https://github.com/embeddedt/ModernFix/commit/11a37d59ecf57275291a7494fabaad4d5b5a5e8f) - embeddedt
* [Add Mod Menu compatibility](https://github.com/embeddedt/ModernFix/commit/8b9d3cab181f920a7009104cd2fa76106bad4411) - embeddedt
* [Get Continuity working on Fabric](https://github.com/embeddedt/ModernFix/commit/9d7f897daee7d4235900e8ca3cc90a9f649c7fe3) - embeddedt
* [Keep custom models loaded permanently on Fabric](https://github.com/embeddedt/ModernFix/commit/1b10ed3f66eff42e786995598ec49664bf984e10) - embeddedt
* [Fix spotless](https://github.com/embeddedt/ModernFix/commit/243bf03440c1ab07b4447cb32a551c5c53700fa4) - embeddedt
* [Add structure upgrading command](https://github.com/embeddedt/ModernFix/commit/6a8504713203084ec1871ece5a93fa1648dc393e) - embeddedt
* [Update](https://github.com/embeddedt/ModernFix/commit/fb2929215fb4c02cd2e94327a9328521907cb53d) - embeddedt
* [Add resource caching to Fabric](https://github.com/embeddedt/ModernFix/commit/f274dc1f5f2a38621d2a413a820d5f97cc9314e3) - embeddedt
* [Load all models initially on Fabric for texture scanning](https://github.com/embeddedt/ModernFix/commit/a1246358bacb2a1931cf983031fa05aabcecfdb6) - embeddedt
* [Universal output directory](https://github.com/embeddedt/ModernFix/commit/28f73454c311ce3cd11962cd15876da60bb29775) - embeddedt
* [Fix some configs not being available](https://github.com/embeddedt/ModernFix/commit/a29ffb252c97d51325ffb468d9959a154fb58add) - embeddedt
* [Make sure JEI doesn't reload without a client world](https://github.com/embeddedt/ModernFix/commit/87958ff213180bd87ff5784d20757bfd762d3b8a) - embeddedt
* [Adjust Fabric model bakery mixin for compatibility](https://github.com/embeddedt/ModernFix/commit/c415549f4e25cbd6d8c956cc67b796e19f85d56d) - embeddedt
* [Fix JiJ](https://github.com/embeddedt/ModernFix/commit/40acd715462f912146effc236b90ebae506ec155) - embeddedt
* [Use proper getOverlay method](https://github.com/embeddedt/ModernFix/commit/e2e6566eee342c6c04ef9c55dd3c3dc1df8628a2) - embeddedt
* [Fix screen open firing too soon](https://github.com/embeddedt/ModernFix/commit/ade8f2789b092e4b7112b5f89d0133c3f4a8cb09) - embeddedt
* [Fix dynresources compat with Fabric API](https://github.com/embeddedt/ModernFix/commit/6d8f90d30324f5efa66d3725623992449a440dda) - embeddedt
* [Add Arch transformer to gitignore](https://github.com/embeddedt/ModernFix/commit/25237eee8c17b349d529f4064b3cda2f1f40200b) - embeddedt
* [Use unmapped name for shadow method](https://github.com/embeddedt/ModernFix/commit/6879c6a2740386e546389a09e3adf4df48e2003d) - embeddedt
* [Fix issues](https://github.com/embeddedt/ModernFix/commit/81a2b9cb56e47d0971eb8cdf88713ccda6cd7452) - embeddedt
* [Use custom BakedModel as sentinel](https://github.com/embeddedt/ModernFix/commit/01c1d733551e1de078cbef87784d5d07712e63fe) - embeddedt
* [Package restructuring for modern FML](https://github.com/embeddedt/ModernFix/commit/64eb01987f8c15865858a10b5ef096685b5caf00) - embeddedt
* [Split artifact uploads](https://github.com/embeddedt/ModernFix/commit/d76bce0d1c31bd2c549d55f82ce5399ac8cc9f3a) - embeddedt
* [Multiloader](https://github.com/embeddedt/ModernFix/commit/b6ae90d384774cda05aaac4ccc7e4ee3f9c246be) - embeddedt
* [Fix potential issue if restitching is performed](https://github.com/embeddedt/ModernFix/commit/d0102af83786716582f035758142297dad087509) - embeddedt
* [Generate mixin class list at build/run time](https://github.com/embeddedt/ModernFix/commit/4097ba3cceb361c1ef48c8331a895d686f39cca7) - embeddedt
* [Update zh_cn.json (#69)](https://github.com/embeddedt/ModernFix/commit/8a1dbc05431576b0d59286fc995d6d0996c11ccd) - 狂想ThePotato
* [Hide LazyDFU missing warning in dev](https://github.com/embeddedt/ModernFix/commit/7e87aae3f66b2f92e2136fd7ae55ead8d51fa7be) - embeddedt
* [Remove LazyDFU from dev, as rule optimization would now only be](https://github.com/embeddedt/ModernFix/commit/cc78749e87ad6f919859dba6ad51e5b9aac615c8) - embeddedt
* [Update LazyDFU warning](https://github.com/embeddedt/ModernFix/commit/fead01b1428c6a84f6eb2c092b52dc4fc392f668) - embeddedt
* [Implement improved version of LazyDFU (having it installed is still beneficial)](https://github.com/embeddedt/ModernFix/commit/c561d818f398f9b9f6b826db34b705a97c187f74) - embeddedt
* [Reintroduce separate root listing list](https://github.com/embeddedt/ModernFix/commit/7039bcada7cd8196b836f613e1785c4bed056c8c) - embeddedt
* [Move pack caching logic into separate version-independent class](https://github.com/embeddedt/ModernFix/commit/e7a1ce74cc83d5d4327fa11af274e949f34dd1c8) - embeddedt
* [Fix RemoveBlockGoal permaloading chunks, remove START ticket entirely](https://github.com/embeddedt/ModernFix/commit/fe0b82e6da1eaf892e3d74ee8a57bd762e672edb) - embeddedt
* [Add option to remove spawn chunks](https://github.com/embeddedt/ModernFix/commit/609da0f5455cc720f9c1b1f7e547f99f1cf14053) - embeddedt
* [Fix mixin crash](https://github.com/embeddedt/ModernFix/commit/21177ea0e4f926a2e459e31dbadab1f134cbba99) - embeddedt
* [Fix some items not rendering in inventories](https://github.com/embeddedt/ModernFix/commit/5ac369acb8254ef981a345990d05544e7d734a0a) - embeddedt
* [Split registry rewrite into separate off-by-default option](https://github.com/embeddedt/ModernFix/commit/dc56d51f118e080eb35d966918795c3d9cddcc68) - embeddedt
* [Add dynamic model support to Refined Storage](https://github.com/embeddedt/ModernFix/commit/99df4cbbe2d8e189b0ed94352c61f4078287f49e) - embeddedt
* [Load every provided blockstate file, not just the first one](https://github.com/embeddedt/ModernFix/commit/14f98e358b08d63cc4b30f49dd9d98dcc599c185) - embeddedt
* [Clean up scanner + abstract pack scanning to separate function](https://github.com/embeddedt/ModernFix/commit/960dd4074ec68523e807af90138f2b91cc0a8c9a) - embeddedt
* [Allow mutating CanonizingStringMap.keySet()](https://github.com/embeddedt/ModernFix/commit/9b50a50baddc4f39d544cd779f7db6af176926a0) - embeddedt
* [Fix CTM crash](https://github.com/embeddedt/ModernFix/commit/e4ef3103cc62a2e96fb9d8480940c42b4a31c740) - embeddedt
* [Fix registry replacement](https://github.com/embeddedt/ModernFix/commit/c0c789f29c7719aff2acac3a82cd3d4c53807779) - embeddedt
* [Only use the fallback path for models/blockstates not discovered yet](https://github.com/embeddedt/ModernFix/commit/6665db3a69032e4c07465fc3052d9ce0c07d81ed) - embeddedt
* [Add large registry test option](https://github.com/embeddedt/ModernFix/commit/12a7483d4dbcbb0b35d55eebc9378d9aa4e85024) - embeddedt
* [Use getResources on resource packs we can trust](https://github.com/embeddedt/ModernFix/commit/39e9dfab99b762b241f276d7b3075ff4d98e9dad) - embeddedt
* [Unbox IDs](https://github.com/embeddedt/ModernFix/commit/8b71c823c4397a182c24f88ca9f76c6a71a19613) - embeddedt
* [Optimize clear()](https://github.com/embeddedt/ModernFix/commit/c09c4ccf68f3a2f5ba746990fbed9aaf37e6fda2) - embeddedt
* [Continue optimizing](https://github.com/embeddedt/ModernFix/commit/433db3409a0934c67fbb3c603f719366866dcbbe) - embeddedt
* [Refactor registry data into a custom object](https://github.com/embeddedt/ModernFix/commit/599bdee17357c86b3aed61a92a6bbe3d217c17e7) - embeddedt
* [Initial version of fast registry](https://github.com/embeddedt/ModernFix/commit/3f24f50744fdffee6ee0d41e3fa5fc688db853ec) - embeddedt
* [Dynamically generate item model location cache](https://github.com/embeddedt/ModernFix/commit/b9cb33b1ef95e01ab1320236e045be513d0a0408) - embeddedt
* [Registry optimizations](https://github.com/embeddedt/ModernFix/commit/77e9309d2b3d0a55a229c00b85171f6a4c15e1fc) - embeddedt
* [Don't waste time interning paths we are checking exist](https://github.com/embeddedt/ModernFix/commit/4195b15946ad9eeed9fa088f0895635bf1a4a67e) - embeddedt
* [Suppress model bakery errors if there are too many](https://github.com/embeddedt/ModernFix/commit/469c564c1beaebb4bfd4633c1959db8754c8205f) - embeddedt
* [Config screen](https://github.com/embeddedt/ModernFix/commit/10672b0214009d3a620d74849920659b1fbb1019) - embeddedt
* [Fix closing font textures that were cached](https://github.com/embeddedt/ModernFix/commit/f85d19340b5c3c354053141b832fb8adc4cf8fe3) - embeddedt
* [Optimize SortedArraySet.removeIf](https://github.com/embeddedt/ModernFix/commit/006c487b8674f4a4ca41db320dd08e6d882ad914) - embeddedt
* [Fix patches being nonfunctional](https://github.com/embeddedt/ModernFix/commit/a0ceaa4dacd0b35aa28c36b56963f26e04e209d1) - embeddedt
* [Port two chunk system patches from Paper](https://github.com/embeddedt/ModernFix/commit/da6e9dc0754cacae13c9a7d10e022fb3105f03ea) - embeddedt
* [Speed up FontManager loading](https://github.com/embeddedt/ModernFix/commit/c861c99c7909e7562ca078d249fd993303ec72ad) - embeddedt
* [Fix debug mixin being checked in](https://github.com/embeddedt/ModernFix/commit/934da3660f0bc0cf9ed131974c398469152864a0) - embeddedt
* [Bypass slow PngInfo class during texture loading](https://github.com/embeddedt/ModernFix/commit/91d1cb3962f260cff8afbb68dc0b20555695b444) - embeddedt
* [Avoid using replaceAll](https://github.com/embeddedt/ModernFix/commit/a4a19be54538f773ac0829a13e261273cf10590b) - embeddedt
* [Optimize NBT memory usage](https://github.com/embeddedt/ModernFix/commit/d356e1ece42c0bfe5e2ff7c9339b5216bcb710da) - embeddedt
* [Fix log message always saying 0 items were cleared](https://github.com/embeddedt/ModernFix/commit/110362b85c5aa084c8d1e27efab64bd1c660bfa1) - embeddedt
* [More null checks](https://github.com/embeddedt/ModernFix/commit/56aed7284ca22fb319d56e037b7043a8f6f98486) - embeddedt
* [Simplify book deduplication](https://github.com/embeddedt/ModernFix/commit/c684cccf74ffb19cd3b0913e6eaf48c81135d477) - embeddedt
* [Add logic to clear air items of NBT from Patchouli book registry](https://github.com/embeddedt/ModernFix/commit/d86344f3099229666758dcbe4b0d786d170926a1) - embeddedt
* [Clear KubeJS recipe event lists since mods can hold onto the event object](https://github.com/embeddedt/ModernFix/commit/e843f8ed6d567acb67a7bb728c9fbd1e45d48132) - embeddedt
* [Push before release](https://github.com/embeddedt/ModernFix/commit/7c793c7fb65c3b53345f7b729e4de2829e6644e7) - embeddedt
* [Remove semver plugin](https://github.com/embeddedt/ModernFix/commit/50c6207f8ce1d63e406ac5b0e4fec8f8895baeaa) - embeddedt
* [Update release script](https://github.com/embeddedt/ModernFix/commit/2012b60832d2df38dc8c2c3ae79540b83d93470b) - embeddedt
展开
版本: 1.14.0
支持游戏: 1.16.5
类型: Fabric
Beta
下载次数: 170
3.4.1
modernfix-mc1.19.2-3.4.1.jar下载3.4.1#Release
## Changes since 3.4.0
* [Push before release](https://github.com/embeddedt/ModernFix/commit/7c793c7fb65c3b53345f7b729e4de2829e6644e7) - embeddedt
* [Remove semver plugin](https://github.com/embeddedt/ModernFix/commit/50c6207f8ce1d63e406ac5b0e4fec8f8895baeaa) - embeddedt
* [Update release script](https://github.com/embeddedt/ModernFix/commit/2012b60832d2df38dc8c2c3ae79540b83d93470b) - embeddedt
* [Add release script](https://github.com/embeddedt/ModernFix/commit/a976cc90fa9b35d3e41cb1f1f9ce11520335b2ff) - embeddedt
* [Add semver plugin](https://github.com/embeddedt/ModernFix/commit/adcfed94b7ef09e01eb6019a1aa3a6a4231a8c26) - embeddedt
* [Add Opticrash detection](https://github.com/embeddedt/ModernFix/commit/e46910f3c18234e0a57d917a82f09f8ff6caf42d) - embeddedt
* [AE2 model wrapping support](https://github.com/embeddedt/ModernFix/commit/e771af233009391dd511551ee49da3fbe0f4c7d9) - embeddedt
* [Correctly emulate nullishness of baked top level model map](https://github.com/embeddedt/ModernFix/commit/a3e7435c615922cb00318f70dc1d616274b5e631) - embeddedt
* [Tweak dynamic resources injection point to prevent Connectedness crash](https://github.com/embeddedt/ModernFix/commit/16269ee144ebb31dea9cf304ecb23f344d7ac71c) - embeddedt
* [Mark 1.19.2 as release](https://github.com/embeddedt/ModernFix/commit/fdd1174d8ba5cf56a0b9e493df8b82cf3abdeae8) - embeddedt
* [Push before release](https://github.com/embeddedt/ModernFix/commit/7c793c7fb65c3b53345f7b729e4de2829e6644e7) - embeddedt
* [Remove semver plugin](https://github.com/embeddedt/ModernFix/commit/50c6207f8ce1d63e406ac5b0e4fec8f8895baeaa) - embeddedt
* [Update release script](https://github.com/embeddedt/ModernFix/commit/2012b60832d2df38dc8c2c3ae79540b83d93470b) - embeddedt
* [Add release script](https://github.com/embeddedt/ModernFix/commit/a976cc90fa9b35d3e41cb1f1f9ce11520335b2ff) - embeddedt
* [Add semver plugin](https://github.com/embeddedt/ModernFix/commit/adcfed94b7ef09e01eb6019a1aa3a6a4231a8c26) - embeddedt
* [Add Opticrash detection](https://github.com/embeddedt/ModernFix/commit/e46910f3c18234e0a57d917a82f09f8ff6caf42d) - embeddedt
* [AE2 model wrapping support](https://github.com/embeddedt/ModernFix/commit/e771af233009391dd511551ee49da3fbe0f4c7d9) - embeddedt
* [Correctly emulate nullishness of baked top level model map](https://github.com/embeddedt/ModernFix/commit/a3e7435c615922cb00318f70dc1d616274b5e631) - embeddedt
* [Tweak dynamic resources injection point to prevent Connectedness crash](https://github.com/embeddedt/ModernFix/commit/16269ee144ebb31dea9cf304ecb23f344d7ac71c) - embeddedt
* [Mark 1.19.2 as release](https://github.com/embeddedt/ModernFix/commit/fdd1174d8ba5cf56a0b9e493df8b82cf3abdeae8) - embeddedt
展开
版本: 3.4.1
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 120
2.4.1
modernfix-mc1.18.2-2.4.1.jar下载2.4.1#Release
## Changes since 2.4.0
* [Remove semver plugin](https://github.com/embeddedt/ModernFix/commit/50c6207f8ce1d63e406ac5b0e4fec8f8895baeaa) - embeddedt
* [Update release script](https://github.com/embeddedt/ModernFix/commit/2012b60832d2df38dc8c2c3ae79540b83d93470b) - embeddedt
* [Add release script](https://github.com/embeddedt/ModernFix/commit/a976cc90fa9b35d3e41cb1f1f9ce11520335b2ff) - embeddedt
* [Add semver plugin](https://github.com/embeddedt/ModernFix/commit/adcfed94b7ef09e01eb6019a1aa3a6a4231a8c26) - embeddedt
* [Add Opticrash detection](https://github.com/embeddedt/ModernFix/commit/e46910f3c18234e0a57d917a82f09f8ff6caf42d) - embeddedt
* [AE2 model wrapping support](https://github.com/embeddedt/ModernFix/commit/e771af233009391dd511551ee49da3fbe0f4c7d9) - embeddedt
* [Correctly emulate nullishness of baked top level model map](https://github.com/embeddedt/ModernFix/commit/a3e7435c615922cb00318f70dc1d616274b5e631) - embeddedt
* [Exclude merge commits from changelog](https://github.com/embeddedt/ModernFix/commit/35c0c760f006bda6d165b04985862569a34ec25b) - embeddedt
* [Remove semver plugin](https://github.com/embeddedt/ModernFix/commit/50c6207f8ce1d63e406ac5b0e4fec8f8895baeaa) - embeddedt
* [Update release script](https://github.com/embeddedt/ModernFix/commit/2012b60832d2df38dc8c2c3ae79540b83d93470b) - embeddedt
* [Add release script](https://github.com/embeddedt/ModernFix/commit/a976cc90fa9b35d3e41cb1f1f9ce11520335b2ff) - embeddedt
* [Add semver plugin](https://github.com/embeddedt/ModernFix/commit/adcfed94b7ef09e01eb6019a1aa3a6a4231a8c26) - embeddedt
* [Add Opticrash detection](https://github.com/embeddedt/ModernFix/commit/e46910f3c18234e0a57d917a82f09f8ff6caf42d) - embeddedt
* [AE2 model wrapping support](https://github.com/embeddedt/ModernFix/commit/e771af233009391dd511551ee49da3fbe0f4c7d9) - embeddedt
* [Correctly emulate nullishness of baked top level model map](https://github.com/embeddedt/ModernFix/commit/a3e7435c615922cb00318f70dc1d616274b5e631) - embeddedt
* [Exclude merge commits from changelog](https://github.com/embeddedt/ModernFix/commit/35c0c760f006bda6d165b04985862569a34ec25b) - embeddedt
展开
版本: 2.4.1
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 106
1.13.1
modernfix-mc1.16.5-1.13.1.jar下载1.13.1#Release
## Changes since 1.13.0
* [Add release script](https://github.com/embeddedt/ModernFix/commit/a976cc90fa9b35d3e41cb1f1f9ce11520335b2ff) - embeddedt
* [Add semver plugin](https://github.com/embeddedt/ModernFix/commit/adcfed94b7ef09e01eb6019a1aa3a6a4231a8c26) - embeddedt
* [Add Opticrash detection](https://github.com/embeddedt/ModernFix/commit/e46910f3c18234e0a57d917a82f09f8ff6caf42d) - embeddedt
* [AE2 model wrapping support](https://github.com/embeddedt/ModernFix/commit/e771af233009391dd511551ee49da3fbe0f4c7d9) - embeddedt
* [Correctly emulate nullishness of baked top level model map](https://github.com/embeddedt/ModernFix/commit/a3e7435c615922cb00318f70dc1d616274b5e631) - embeddedt
* [Exclude merge commits from changelog](https://github.com/embeddedt/ModernFix/commit/35c0c760f006bda6d165b04985862569a34ec25b) - embeddedt
* [Add release script](https://github.com/embeddedt/ModernFix/commit/a976cc90fa9b35d3e41cb1f1f9ce11520335b2ff) - embeddedt
* [Add semver plugin](https://github.com/embeddedt/ModernFix/commit/adcfed94b7ef09e01eb6019a1aa3a6a4231a8c26) - embeddedt
* [Add Opticrash detection](https://github.com/embeddedt/ModernFix/commit/e46910f3c18234e0a57d917a82f09f8ff6caf42d) - embeddedt
* [AE2 model wrapping support](https://github.com/embeddedt/ModernFix/commit/e771af233009391dd511551ee49da3fbe0f4c7d9) - embeddedt
* [Correctly emulate nullishness of baked top level model map](https://github.com/embeddedt/ModernFix/commit/a3e7435c615922cb00318f70dc1d616274b5e631) - embeddedt
* [Exclude merge commits from changelog](https://github.com/embeddedt/ModernFix/commit/35c0c760f006bda6d165b04985862569a34ec25b) - embeddedt
展开
版本: 1.13.1
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 135
3.4.0
modernfix-mc1.19.2-3.4.0.jar下载3.4.0#Release
## Changes since 3.3.1
* [Exclude merge commits from changelog](https://github.com/embeddedt/ModernFix/commit/35c0c760f006bda6d165b04985862569a34ec25b) - embeddedt
* [Tweak changelog gen logic](https://github.com/embeddedt/ModernFix/commit/3922e54b11b9a6e5e024f79d71cdc1c24557ac5a) - embeddedt
* [Add Modrinth uploading logic](https://github.com/embeddedt/ModernFix/commit/f0323d409a3740b5835d701077e36224863a761c) - embeddedt
* [Add changelog generation](https://github.com/embeddedt/ModernFix/commit/347a61abb62105d7539086964e2d55302df69c24) - embeddedt
* [Remove a lot of now dead code](https://github.com/embeddedt/ModernFix/commit/863fbaf3a4ddab070333aa81ce2bc706834184f5) - embeddedt
* [Clear vanilla memory reserve](https://github.com/embeddedt/ModernFix/commit/da33aa7ef92f4f000d53eee1c0216f04dd9cbf6f) - embeddedt
* [Fix the Minecraft window teleporting back to the center of the screen](https://github.com/embeddedt/ModernFix/commit/4c36f04f56bfce8927f99ccace309bfeb6fdb617) - embeddedt
* [Stricter mixin target](https://github.com/embeddedt/ModernFix/commit/b0c4719cb61e44ac6f21e27caa0739e45655297f) - embeddedt
* [Disable boost worker count when Smooth Boot is installed](https://github.com/embeddedt/ModernFix/commit/8cdee4826e661e57c9423cd5a654f181e1c50481) - embeddedt
* [Fix additional use of backgroundExecutor in dynamic resources](https://github.com/embeddedt/ModernFix/commit/fdbf8d621ea9206e251773d0a4601d7454540d57) - embeddedt
* [Replace mod work manager queue during vanilla bootstrap](https://github.com/embeddedt/ModernFix/commit/ee8eb02e6d5e9bf093e79e6d671ccf3d6af6127a) - embeddedt
* [Move resource reloading to dedicated executor](https://github.com/embeddedt/ModernFix/commit/86629e77730613939873765a995b7a6419f38dec) - embeddedt
* [Fix another logic race that could cause missing models](https://github.com/embeddedt/ModernFix/commit/66d1faa7e3d8060c18662aa34df2b722e74f5848) - embeddedt
* [Fix behavior for contained paths with non-vanilla PackTypes](https://github.com/embeddedt/ModernFix/commit/5958e10effdd40f90f7d49dd65f2b1970edfe9d7) - embeddedt
* [Ignore non-vanilla PackTypes when caching resources](https://github.com/embeddedt/ModernFix/commit/9e95be14f38f2fc7a2ca3eddd9f69695e0470b75) - embeddedt
* [Don't waste time parsing UVs when performing initial model load](https://github.com/embeddedt/ModernFix/commit/36664cb23a830035d41e894636ab5dc00bda3ea7) - embeddedt
* [Use SRG names](https://github.com/embeddedt/ModernFix/commit/33d3f0e537018b3f85641d5356c3be348ebeb480) - embeddedt
* [Clear chunk map from integrated server worlds after server stops](https://github.com/embeddedt/ModernFix/commit/45225a580f0701ac22760b33b148f140b37f482b) - embeddedt
* [Make sure GC can actually happen](https://github.com/embeddedt/ModernFix/commit/a0f0600184a97da8d528b11738666672de9f97e8) - embeddedt
* [Make watchdog thread not hold on to server for 60 seconds](https://github.com/embeddedt/ModernFix/commit/21dcf9d3df47e8f4d12b4b3d566c3b1e24496d4f) - embeddedt
* [Ensure cached resources are cleared when connecting to multiplayer](https://github.com/embeddedt/ModernFix/commit/d10ff8a24e8743e052c338fc2a4a115161609a38) - embeddedt
* [Fix crash when null type references are interned](https://github.com/embeddedt/ModernFix/commit/701def339fec9fd7a254eb4f3ac9f59627b50816) - embeddedt
* [Add ItemColors mixin as well](https://github.com/embeddedt/ModernFix/commit/a2d0984078aa69e45782ee123af73e57982d0b16) - embeddedt
* [Deduplicate some ModFileScanData](https://github.com/embeddedt/ModernFix/commit/856c3cbc117e8c270f26f0f6df84f9597df92f1c) - embeddedt
* [Disable class info clearing by default and only clear non-mixin entries](https://github.com/embeddedt/ModernFix/commit/f27d94cf265189b19e40f8a93a42d3e82c442f62) - embeddedt
* [Also clear ClassInfo cache after server starts](https://github.com/embeddedt/ModernFix/commit/74c3f0ff903c5bffe5fdb6a8d4fa37beb0e58e1a) - embeddedt
* [Clear mixin ClassInfo cache when load finishes](https://github.com/embeddedt/ModernFix/commit/e5028535e9e7f0a861b6ed0bab30e15cacd6b5be) - embeddedt
* [Add off-by-default option to disable the DFU maps for flattening](https://github.com/embeddedt/ModernFix/commit/201c2f3b51bc3d164a6265aac2963f51929a7135) - embeddedt
* [Backport Starlight patch to lazily init emptiness maps](https://github.com/embeddedt/ModernFix/commit/7df692da1acb5f5cb140b281dd56feb313485a7a) - embeddedt
* [Allow unloading unused structures](https://github.com/embeddedt/ModernFix/commit/274c41d6376af0ea978db5c16e8f1abe95bd8730) - embeddedt
* [Add eviction to some DFU caches](https://github.com/embeddedt/ModernFix/commit/ad7bc8829b88df3581e3fac29c97ccaa1749f250) - embeddedt
* [Fix crash with some more types of empty paths](https://github.com/embeddedt/ModernFix/commit/1602d3352f19befb138d08889f904cdfed819388) - embeddedt
* [1.19 does not allow changing RenderTypes at runtime](https://github.com/embeddedt/ModernFix/commit/0af09b7e27dcd25b934f606cc44a0ac8d93591cb) - embeddedt
* [Incrementing the index is important](https://github.com/embeddedt/ModernFix/commit/c8523b3844c03e26a9cd90c3f834f5eade7e1639) - embeddedt
* [Fix incorrect merge](https://github.com/embeddedt/ModernFix/commit/dcd37391fef9e1d50866490558e401a40d0c7e75) - embeddedt
* [Bugfixes](https://github.com/embeddedt/ModernFix/commit/3497adfa6db1fae5754874eda081fb7b93b91277) - embeddedt
* [Improve speed of cache building](https://github.com/embeddedt/ModernFix/commit/f8c5c50ce4ae4157c0bb472bd5385f7700a73ee4) - embeddedt
* [Prevent missing options from crashing the game](https://github.com/embeddedt/ModernFix/commit/0f3c701d2acc1e73185eaf3b36b66210b0009671) - embeddedt
* [Remove reference to nonexistent config option](https://github.com/embeddedt/ModernFix/commit/6f176ba86d139b13060e3c68d33ec70cd05359ce) - embeddedt
* [More aggressive interning of cached path components](https://github.com/embeddedt/ModernFix/commit/ea86bc68502e42da073b29c052640af9956682ff) - embeddedt
* [Fix import](https://github.com/embeddedt/ModernFix/commit/4a626043b82873482572e489fb0943d740a6bff7) - embeddedt
* [Reduce memory usage of dynamic CTMPackReloadListener](https://github.com/embeddedt/ModernFix/commit/3922c3ec265732063e109da84b7ff8e970ed4d6c) - embeddedt
* [Clear ObjectHolder Throwable fields after registry events fire](https://github.com/embeddedt/ModernFix/commit/f36a8f4266355aea3d365ea867925713f6815f09) - embeddedt
* [Improve memory usage of 1.18 resource pack cache](https://github.com/embeddedt/ModernFix/commit/26c690595edef7fa1c4441ecde97ea7c14489459) - embeddedt
* [Improve memory usage of resource pack cache](https://github.com/embeddedt/ModernFix/commit/61af88a2abb37a182c00ae14689868eee569974f) - embeddedt
* [Invalidate material cache if the texture map changes on a model](https://github.com/embeddedt/ModernFix/commit/92259629831827143216aa5aaff893c40cdf714d) - embeddedt
* [Exclude merge commits from changelog](https://github.com/embeddedt/ModernFix/commit/35c0c760f006bda6d165b04985862569a34ec25b) - embeddedt
* [Tweak changelog gen logic](https://github.com/embeddedt/ModernFix/commit/3922e54b11b9a6e5e024f79d71cdc1c24557ac5a) - embeddedt
* [Add Modrinth uploading logic](https://github.com/embeddedt/ModernFix/commit/f0323d409a3740b5835d701077e36224863a761c) - embeddedt
* [Add changelog generation](https://github.com/embeddedt/ModernFix/commit/347a61abb62105d7539086964e2d55302df69c24) - embeddedt
* [Remove a lot of now dead code](https://github.com/embeddedt/ModernFix/commit/863fbaf3a4ddab070333aa81ce2bc706834184f5) - embeddedt
* [Clear vanilla memory reserve](https://github.com/embeddedt/ModernFix/commit/da33aa7ef92f4f000d53eee1c0216f04dd9cbf6f) - embeddedt
* [Fix the Minecraft window teleporting back to the center of the screen](https://github.com/embeddedt/ModernFix/commit/4c36f04f56bfce8927f99ccace309bfeb6fdb617) - embeddedt
* [Stricter mixin target](https://github.com/embeddedt/ModernFix/commit/b0c4719cb61e44ac6f21e27caa0739e45655297f) - embeddedt
* [Disable boost worker count when Smooth Boot is installed](https://github.com/embeddedt/ModernFix/commit/8cdee4826e661e57c9423cd5a654f181e1c50481) - embeddedt
* [Fix additional use of backgroundExecutor in dynamic resources](https://github.com/embeddedt/ModernFix/commit/fdbf8d621ea9206e251773d0a4601d7454540d57) - embeddedt
* [Replace mod work manager queue during vanilla bootstrap](https://github.com/embeddedt/ModernFix/commit/ee8eb02e6d5e9bf093e79e6d671ccf3d6af6127a) - embeddedt
* [Move resource reloading to dedicated executor](https://github.com/embeddedt/ModernFix/commit/86629e77730613939873765a995b7a6419f38dec) - embeddedt
* [Fix another logic race that could cause missing models](https://github.com/embeddedt/ModernFix/commit/66d1faa7e3d8060c18662aa34df2b722e74f5848) - embeddedt
* [Fix behavior for contained paths with non-vanilla PackTypes](https://github.com/embeddedt/ModernFix/commit/5958e10effdd40f90f7d49dd65f2b1970edfe9d7) - embeddedt
* [Ignore non-vanilla PackTypes when caching resources](https://github.com/embeddedt/ModernFix/commit/9e95be14f38f2fc7a2ca3eddd9f69695e0470b75) - embeddedt
* [Don't waste time parsing UVs when performing initial model load](https://github.com/embeddedt/ModernFix/commit/36664cb23a830035d41e894636ab5dc00bda3ea7) - embeddedt
* [Use SRG names](https://github.com/embeddedt/ModernFix/commit/33d3f0e537018b3f85641d5356c3be348ebeb480) - embeddedt
* [Clear chunk map from integrated server worlds after server stops](https://github.com/embeddedt/ModernFix/commit/45225a580f0701ac22760b33b148f140b37f482b) - embeddedt
* [Make sure GC can actually happen](https://github.com/embeddedt/ModernFix/commit/a0f0600184a97da8d528b11738666672de9f97e8) - embeddedt
* [Make watchdog thread not hold on to server for 60 seconds](https://github.com/embeddedt/ModernFix/commit/21dcf9d3df47e8f4d12b4b3d566c3b1e24496d4f) - embeddedt
* [Ensure cached resources are cleared when connecting to multiplayer](https://github.com/embeddedt/ModernFix/commit/d10ff8a24e8743e052c338fc2a4a115161609a38) - embeddedt
* [Fix crash when null type references are interned](https://github.com/embeddedt/ModernFix/commit/701def339fec9fd7a254eb4f3ac9f59627b50816) - embeddedt
* [Add ItemColors mixin as well](https://github.com/embeddedt/ModernFix/commit/a2d0984078aa69e45782ee123af73e57982d0b16) - embeddedt
* [Deduplicate some ModFileScanData](https://github.com/embeddedt/ModernFix/commit/856c3cbc117e8c270f26f0f6df84f9597df92f1c) - embeddedt
* [Disable class info clearing by default and only clear non-mixin entries](https://github.com/embeddedt/ModernFix/commit/f27d94cf265189b19e40f8a93a42d3e82c442f62) - embeddedt
* [Also clear ClassInfo cache after server starts](https://github.com/embeddedt/ModernFix/commit/74c3f0ff903c5bffe5fdb6a8d4fa37beb0e58e1a) - embeddedt
* [Clear mixin ClassInfo cache when load finishes](https://github.com/embeddedt/ModernFix/commit/e5028535e9e7f0a861b6ed0bab30e15cacd6b5be) - embeddedt
* [Add off-by-default option to disable the DFU maps for flattening](https://github.com/embeddedt/ModernFix/commit/201c2f3b51bc3d164a6265aac2963f51929a7135) - embeddedt
* [Backport Starlight patch to lazily init emptiness maps](https://github.com/embeddedt/ModernFix/commit/7df692da1acb5f5cb140b281dd56feb313485a7a) - embeddedt
* [Allow unloading unused structures](https://github.com/embeddedt/ModernFix/commit/274c41d6376af0ea978db5c16e8f1abe95bd8730) - embeddedt
* [Add eviction to some DFU caches](https://github.com/embeddedt/ModernFix/commit/ad7bc8829b88df3581e3fac29c97ccaa1749f250) - embeddedt
* [Fix crash with some more types of empty paths](https://github.com/embeddedt/ModernFix/commit/1602d3352f19befb138d08889f904cdfed819388) - embeddedt
* [1.19 does not allow changing RenderTypes at runtime](https://github.com/embeddedt/ModernFix/commit/0af09b7e27dcd25b934f606cc44a0ac8d93591cb) - embeddedt
* [Incrementing the index is important](https://github.com/embeddedt/ModernFix/commit/c8523b3844c03e26a9cd90c3f834f5eade7e1639) - embeddedt
* [Fix incorrect merge](https://github.com/embeddedt/ModernFix/commit/dcd37391fef9e1d50866490558e401a40d0c7e75) - embeddedt
* [Bugfixes](https://github.com/embeddedt/ModernFix/commit/3497adfa6db1fae5754874eda081fb7b93b91277) - embeddedt
* [Improve speed of cache building](https://github.com/embeddedt/ModernFix/commit/f8c5c50ce4ae4157c0bb472bd5385f7700a73ee4) - embeddedt
* [Prevent missing options from crashing the game](https://github.com/embeddedt/ModernFix/commit/0f3c701d2acc1e73185eaf3b36b66210b0009671) - embeddedt
* [Remove reference to nonexistent config option](https://github.com/embeddedt/ModernFix/commit/6f176ba86d139b13060e3c68d33ec70cd05359ce) - embeddedt
* [More aggressive interning of cached path components](https://github.com/embeddedt/ModernFix/commit/ea86bc68502e42da073b29c052640af9956682ff) - embeddedt
* [Fix import](https://github.com/embeddedt/ModernFix/commit/4a626043b82873482572e489fb0943d740a6bff7) - embeddedt
* [Reduce memory usage of dynamic CTMPackReloadListener](https://github.com/embeddedt/ModernFix/commit/3922c3ec265732063e109da84b7ff8e970ed4d6c) - embeddedt
* [Clear ObjectHolder Throwable fields after registry events fire](https://github.com/embeddedt/ModernFix/commit/f36a8f4266355aea3d365ea867925713f6815f09) - embeddedt
* [Improve memory usage of 1.18 resource pack cache](https://github.com/embeddedt/ModernFix/commit/26c690595edef7fa1c4441ecde97ea7c14489459) - embeddedt
* [Improve memory usage of resource pack cache](https://github.com/embeddedt/ModernFix/commit/61af88a2abb37a182c00ae14689868eee569974f) - embeddedt
* [Invalidate material cache if the texture map changes on a model](https://github.com/embeddedt/ModernFix/commit/92259629831827143216aa5aaff893c40cdf714d) - embeddedt
展开
版本: 3.4.0
支持游戏: 1.19.2
类型: Forge
Release
下载次数: 56
2.4.0
modernfix-mc1.18.2-2.4.0.jar下载2.4.0#Release
## Changes since 2.3.2
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/798a50bc0c64b939388189219a4c2915f0826875) - embeddedt
* [Tweak changelog gen logic](https://github.com/embeddedt/ModernFix/commit/3922e54b11b9a6e5e024f79d71cdc1c24557ac5a) - embeddedt
* [Add Modrinth uploading logic](https://github.com/embeddedt/ModernFix/commit/f0323d409a3740b5835d701077e36224863a761c) - embeddedt
* [Add changelog generation](https://github.com/embeddedt/ModernFix/commit/347a61abb62105d7539086964e2d55302df69c24) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/48bec2298285f066df8c0ed664b8a7895f0569bc) - embeddedt
* [Remove a lot of now dead code](https://github.com/embeddedt/ModernFix/commit/863fbaf3a4ddab070333aa81ce2bc706834184f5) - embeddedt
* [Clear vanilla memory reserve](https://github.com/embeddedt/ModernFix/commit/da33aa7ef92f4f000d53eee1c0216f04dd9cbf6f) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/92d9f47b83706acf6b4ca24259a62c679dc2422e) - embeddedt
* [Fix the Minecraft window teleporting back to the center of the screen](https://github.com/embeddedt/ModernFix/commit/4c36f04f56bfce8927f99ccace309bfeb6fdb617) - embeddedt
* [Stricter mixin target](https://github.com/embeddedt/ModernFix/commit/b0c4719cb61e44ac6f21e27caa0739e45655297f) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/1248a8edf603b25f10af5b4f4cb0bd986653f833) - embeddedt
* [Disable boost worker count when Smooth Boot is installed](https://github.com/embeddedt/ModernFix/commit/8cdee4826e661e57c9423cd5a654f181e1c50481) - embeddedt
* [Fix additional use of backgroundExecutor in dynamic resources](https://github.com/embeddedt/ModernFix/commit/fdbf8d621ea9206e251773d0a4601d7454540d57) - embeddedt
* [Replace mod work manager queue during vanilla bootstrap](https://github.com/embeddedt/ModernFix/commit/ee8eb02e6d5e9bf093e79e6d671ccf3d6af6127a) - embeddedt
* [Move resource reloading to dedicated executor](https://github.com/embeddedt/ModernFix/commit/86629e77730613939873765a995b7a6419f38dec) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/5f601b53b2f67c07d8ff25f11956b2f8b29edaa3) - embeddedt
* [Fix another logic race that could cause missing models](https://github.com/embeddedt/ModernFix/commit/66d1faa7e3d8060c18662aa34df2b722e74f5848) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/8c5548801f5b0b222e0041b897d13baca26513b2) - embeddedt
* [Fix behavior for contained paths with non-vanilla PackTypes](https://github.com/embeddedt/ModernFix/commit/5958e10effdd40f90f7d49dd65f2b1970edfe9d7) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/91d7e0f1f9d0ef893314402981958f592505612f) - embeddedt
* [Ignore non-vanilla PackTypes when caching resources](https://github.com/embeddedt/ModernFix/commit/9e95be14f38f2fc7a2ca3eddd9f69695e0470b75) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/b155d8825f8c5d772b4d18aa806108388a7b46d6) - embeddedt
* [Don't waste time parsing UVs when performing initial model load](https://github.com/embeddedt/ModernFix/commit/36664cb23a830035d41e894636ab5dc00bda3ea7) - embeddedt
* [Use SRG names](https://github.com/embeddedt/ModernFix/commit/33d3f0e537018b3f85641d5356c3be348ebeb480) - embeddedt
* [Clear chunk map from integrated server worlds after server stops](https://github.com/embeddedt/ModernFix/commit/45225a580f0701ac22760b33b148f140b37f482b) - embeddedt
* [Make sure GC can actually happen](https://github.com/embeddedt/ModernFix/commit/a0f0600184a97da8d528b11738666672de9f97e8) - embeddedt
* [Make watchdog thread not hold on to server for 60 seconds](https://github.com/embeddedt/ModernFix/commit/21dcf9d3df47e8f4d12b4b3d566c3b1e24496d4f) - embeddedt
* [Ensure cached resources are cleared when connecting to multiplayer](https://github.com/embeddedt/ModernFix/commit/d10ff8a24e8743e052c338fc2a4a115161609a38) - embeddedt
* [Fix crash when null type references are interned](https://github.com/embeddedt/ModernFix/commit/701def339fec9fd7a254eb4f3ac9f59627b50816) - embeddedt
* [Add ItemColors mixin as well](https://github.com/embeddedt/ModernFix/commit/a2d0984078aa69e45782ee123af73e57982d0b16) - embeddedt
* [Deduplicate some ModFileScanData](https://github.com/embeddedt/ModernFix/commit/856c3cbc117e8c270f26f0f6df84f9597df92f1c) - embeddedt
* [Disable class info clearing by default and only clear non-mixin entries](https://github.com/embeddedt/ModernFix/commit/f27d94cf265189b19e40f8a93a42d3e82c442f62) - embeddedt
* [Also clear ClassInfo cache after server starts](https://github.com/embeddedt/ModernFix/commit/74c3f0ff903c5bffe5fdb6a8d4fa37beb0e58e1a) - embeddedt
* [Clear mixin ClassInfo cache when load finishes](https://github.com/embeddedt/ModernFix/commit/e5028535e9e7f0a861b6ed0bab30e15cacd6b5be) - embeddedt
* [Add off-by-default option to disable the DFU maps for flattening](https://github.com/embeddedt/ModernFix/commit/201c2f3b51bc3d164a6265aac2963f51929a7135) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/75ddef9b025c307a481440843ab3f8f3b7c4b39b) - embeddedt
* [Backport Starlight patch to lazily init emptiness maps](https://github.com/embeddedt/ModernFix/commit/7df692da1acb5f5cb140b281dd56feb313485a7a) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/6ad1321048be38741558ad1517e3f4a198e37303) - embeddedt
* [Allow unloading unused structures](https://github.com/embeddedt/ModernFix/commit/274c41d6376af0ea978db5c16e8f1abe95bd8730) - embeddedt
* [Add eviction to some DFU caches](https://github.com/embeddedt/ModernFix/commit/ad7bc8829b88df3581e3fac29c97ccaa1749f250) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/3a15e5c6bcce7a283bba0d0b66604c24328ac8a7) - embeddedt
* [Fix crash with some more types of empty paths](https://github.com/embeddedt/ModernFix/commit/1602d3352f19befb138d08889f904cdfed819388) - embeddedt
* [1.19 does not allow changing RenderTypes at runtime](https://github.com/embeddedt/ModernFix/commit/0af09b7e27dcd25b934f606cc44a0ac8d93591cb) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/362bf03e5daac154eadac2a9708e97a9bbd3eea4) - embeddedt
* [Incrementing the index is important](https://github.com/embeddedt/ModernFix/commit/c8523b3844c03e26a9cd90c3f834f5eade7e1639) - embeddedt
* [Fix incorrect merge](https://github.com/embeddedt/ModernFix/commit/dcd37391fef9e1d50866490558e401a40d0c7e75) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/44d178bb89003d98cd8b6ff339f6d5f9a17809e1) - embeddedt
* [Bugfixes](https://github.com/embeddedt/ModernFix/commit/3497adfa6db1fae5754874eda081fb7b93b91277) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/4c8c6ead28347058b44d7c8e4dbb5cde041f6505) - embeddedt
* [Improve speed of cache building](https://github.com/embeddedt/ModernFix/commit/f8c5c50ce4ae4157c0bb472bd5385f7700a73ee4) - embeddedt
* [Prevent missing options from crashing the game](https://github.com/embeddedt/ModernFix/commit/0f3c701d2acc1e73185eaf3b36b66210b0009671) - embeddedt
* [Remove reference to nonexistent config option](https://github.com/embeddedt/ModernFix/commit/6f176ba86d139b13060e3c68d33ec70cd05359ce) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/0e5b952ea693fdd4ff7f4420ba50cd2711004839) - embeddedt
* [More aggressive interning of cached path components](https://github.com/embeddedt/ModernFix/commit/ea86bc68502e42da073b29c052640af9956682ff) - embeddedt
* [Fix import](https://github.com/embeddedt/ModernFix/commit/4a626043b82873482572e489fb0943d740a6bff7) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/6356cba5816e73308d5e3197d2d3dbf1753db56a) - embeddedt
* [Reduce memory usage of dynamic CTMPackReloadListener](https://github.com/embeddedt/ModernFix/commit/3922c3ec265732063e109da84b7ff8e970ed4d6c) - embeddedt
* [Clear ObjectHolder Throwable fields after registry events fire](https://github.com/embeddedt/ModernFix/commit/f36a8f4266355aea3d365ea867925713f6815f09) - embeddedt
* [Improve memory usage of 1.18 resource pack cache](https://github.com/embeddedt/ModernFix/commit/26c690595edef7fa1c4441ecde97ea7c14489459) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/4d9852234ab00c18d5bf4950204df18555b025b5) - embeddedt
* [Improve memory usage of resource pack cache](https://github.com/embeddedt/ModernFix/commit/61af88a2abb37a182c00ae14689868eee569974f) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/798a50bc0c64b939388189219a4c2915f0826875) - embeddedt
* [Tweak changelog gen logic](https://github.com/embeddedt/ModernFix/commit/3922e54b11b9a6e5e024f79d71cdc1c24557ac5a) - embeddedt
* [Add Modrinth uploading logic](https://github.com/embeddedt/ModernFix/commit/f0323d409a3740b5835d701077e36224863a761c) - embeddedt
* [Add changelog generation](https://github.com/embeddedt/ModernFix/commit/347a61abb62105d7539086964e2d55302df69c24) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/48bec2298285f066df8c0ed664b8a7895f0569bc) - embeddedt
* [Remove a lot of now dead code](https://github.com/embeddedt/ModernFix/commit/863fbaf3a4ddab070333aa81ce2bc706834184f5) - embeddedt
* [Clear vanilla memory reserve](https://github.com/embeddedt/ModernFix/commit/da33aa7ef92f4f000d53eee1c0216f04dd9cbf6f) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/92d9f47b83706acf6b4ca24259a62c679dc2422e) - embeddedt
* [Fix the Minecraft window teleporting back to the center of the screen](https://github.com/embeddedt/ModernFix/commit/4c36f04f56bfce8927f99ccace309bfeb6fdb617) - embeddedt
* [Stricter mixin target](https://github.com/embeddedt/ModernFix/commit/b0c4719cb61e44ac6f21e27caa0739e45655297f) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/1248a8edf603b25f10af5b4f4cb0bd986653f833) - embeddedt
* [Disable boost worker count when Smooth Boot is installed](https://github.com/embeddedt/ModernFix/commit/8cdee4826e661e57c9423cd5a654f181e1c50481) - embeddedt
* [Fix additional use of backgroundExecutor in dynamic resources](https://github.com/embeddedt/ModernFix/commit/fdbf8d621ea9206e251773d0a4601d7454540d57) - embeddedt
* [Replace mod work manager queue during vanilla bootstrap](https://github.com/embeddedt/ModernFix/commit/ee8eb02e6d5e9bf093e79e6d671ccf3d6af6127a) - embeddedt
* [Move resource reloading to dedicated executor](https://github.com/embeddedt/ModernFix/commit/86629e77730613939873765a995b7a6419f38dec) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/5f601b53b2f67c07d8ff25f11956b2f8b29edaa3) - embeddedt
* [Fix another logic race that could cause missing models](https://github.com/embeddedt/ModernFix/commit/66d1faa7e3d8060c18662aa34df2b722e74f5848) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/8c5548801f5b0b222e0041b897d13baca26513b2) - embeddedt
* [Fix behavior for contained paths with non-vanilla PackTypes](https://github.com/embeddedt/ModernFix/commit/5958e10effdd40f90f7d49dd65f2b1970edfe9d7) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/91d7e0f1f9d0ef893314402981958f592505612f) - embeddedt
* [Ignore non-vanilla PackTypes when caching resources](https://github.com/embeddedt/ModernFix/commit/9e95be14f38f2fc7a2ca3eddd9f69695e0470b75) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/b155d8825f8c5d772b4d18aa806108388a7b46d6) - embeddedt
* [Don't waste time parsing UVs when performing initial model load](https://github.com/embeddedt/ModernFix/commit/36664cb23a830035d41e894636ab5dc00bda3ea7) - embeddedt
* [Use SRG names](https://github.com/embeddedt/ModernFix/commit/33d3f0e537018b3f85641d5356c3be348ebeb480) - embeddedt
* [Clear chunk map from integrated server worlds after server stops](https://github.com/embeddedt/ModernFix/commit/45225a580f0701ac22760b33b148f140b37f482b) - embeddedt
* [Make sure GC can actually happen](https://github.com/embeddedt/ModernFix/commit/a0f0600184a97da8d528b11738666672de9f97e8) - embeddedt
* [Make watchdog thread not hold on to server for 60 seconds](https://github.com/embeddedt/ModernFix/commit/21dcf9d3df47e8f4d12b4b3d566c3b1e24496d4f) - embeddedt
* [Ensure cached resources are cleared when connecting to multiplayer](https://github.com/embeddedt/ModernFix/commit/d10ff8a24e8743e052c338fc2a4a115161609a38) - embeddedt
* [Fix crash when null type references are interned](https://github.com/embeddedt/ModernFix/commit/701def339fec9fd7a254eb4f3ac9f59627b50816) - embeddedt
* [Add ItemColors mixin as well](https://github.com/embeddedt/ModernFix/commit/a2d0984078aa69e45782ee123af73e57982d0b16) - embeddedt
* [Deduplicate some ModFileScanData](https://github.com/embeddedt/ModernFix/commit/856c3cbc117e8c270f26f0f6df84f9597df92f1c) - embeddedt
* [Disable class info clearing by default and only clear non-mixin entries](https://github.com/embeddedt/ModernFix/commit/f27d94cf265189b19e40f8a93a42d3e82c442f62) - embeddedt
* [Also clear ClassInfo cache after server starts](https://github.com/embeddedt/ModernFix/commit/74c3f0ff903c5bffe5fdb6a8d4fa37beb0e58e1a) - embeddedt
* [Clear mixin ClassInfo cache when load finishes](https://github.com/embeddedt/ModernFix/commit/e5028535e9e7f0a861b6ed0bab30e15cacd6b5be) - embeddedt
* [Add off-by-default option to disable the DFU maps for flattening](https://github.com/embeddedt/ModernFix/commit/201c2f3b51bc3d164a6265aac2963f51929a7135) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/75ddef9b025c307a481440843ab3f8f3b7c4b39b) - embeddedt
* [Backport Starlight patch to lazily init emptiness maps](https://github.com/embeddedt/ModernFix/commit/7df692da1acb5f5cb140b281dd56feb313485a7a) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/6ad1321048be38741558ad1517e3f4a198e37303) - embeddedt
* [Allow unloading unused structures](https://github.com/embeddedt/ModernFix/commit/274c41d6376af0ea978db5c16e8f1abe95bd8730) - embeddedt
* [Add eviction to some DFU caches](https://github.com/embeddedt/ModernFix/commit/ad7bc8829b88df3581e3fac29c97ccaa1749f250) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/3a15e5c6bcce7a283bba0d0b66604c24328ac8a7) - embeddedt
* [Fix crash with some more types of empty paths](https://github.com/embeddedt/ModernFix/commit/1602d3352f19befb138d08889f904cdfed819388) - embeddedt
* [1.19 does not allow changing RenderTypes at runtime](https://github.com/embeddedt/ModernFix/commit/0af09b7e27dcd25b934f606cc44a0ac8d93591cb) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/362bf03e5daac154eadac2a9708e97a9bbd3eea4) - embeddedt
* [Incrementing the index is important](https://github.com/embeddedt/ModernFix/commit/c8523b3844c03e26a9cd90c3f834f5eade7e1639) - embeddedt
* [Fix incorrect merge](https://github.com/embeddedt/ModernFix/commit/dcd37391fef9e1d50866490558e401a40d0c7e75) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/44d178bb89003d98cd8b6ff339f6d5f9a17809e1) - embeddedt
* [Bugfixes](https://github.com/embeddedt/ModernFix/commit/3497adfa6db1fae5754874eda081fb7b93b91277) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/4c8c6ead28347058b44d7c8e4dbb5cde041f6505) - embeddedt
* [Improve speed of cache building](https://github.com/embeddedt/ModernFix/commit/f8c5c50ce4ae4157c0bb472bd5385f7700a73ee4) - embeddedt
* [Prevent missing options from crashing the game](https://github.com/embeddedt/ModernFix/commit/0f3c701d2acc1e73185eaf3b36b66210b0009671) - embeddedt
* [Remove reference to nonexistent config option](https://github.com/embeddedt/ModernFix/commit/6f176ba86d139b13060e3c68d33ec70cd05359ce) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/0e5b952ea693fdd4ff7f4420ba50cd2711004839) - embeddedt
* [More aggressive interning of cached path components](https://github.com/embeddedt/ModernFix/commit/ea86bc68502e42da073b29c052640af9956682ff) - embeddedt
* [Fix import](https://github.com/embeddedt/ModernFix/commit/4a626043b82873482572e489fb0943d740a6bff7) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/6356cba5816e73308d5e3197d2d3dbf1753db56a) - embeddedt
* [Reduce memory usage of dynamic CTMPackReloadListener](https://github.com/embeddedt/ModernFix/commit/3922c3ec265732063e109da84b7ff8e970ed4d6c) - embeddedt
* [Clear ObjectHolder Throwable fields after registry events fire](https://github.com/embeddedt/ModernFix/commit/f36a8f4266355aea3d365ea867925713f6815f09) - embeddedt
* [Improve memory usage of 1.18 resource pack cache](https://github.com/embeddedt/ModernFix/commit/26c690595edef7fa1c4441ecde97ea7c14489459) - embeddedt
* [Merge remote-tracking branch 'origin/main' into 1.18](https://github.com/embeddedt/ModernFix/commit/4d9852234ab00c18d5bf4950204df18555b025b5) - embeddedt
* [Improve memory usage of resource pack cache](https://github.com/embeddedt/ModernFix/commit/61af88a2abb37a182c00ae14689868eee569974f) - embeddedt
展开
版本: 2.4.0
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 55
1.13.0
modernfix-mc1.16.5-1.13.0.jar下载1.13.0#Release
## Changes since 1.12.2
* [Tweak changelog gen logic](https://github.com/embeddedt/ModernFix/commit/3922e54b11b9a6e5e024f79d71cdc1c24557ac5a) - embeddedt
* [Add Modrinth uploading logic](https://github.com/embeddedt/ModernFix/commit/f0323d409a3740b5835d701077e36224863a761c) - embeddedt
* [Add changelog generation](https://github.com/embeddedt/ModernFix/commit/347a61abb62105d7539086964e2d55302df69c24) - embeddedt
* [Remove a lot of now dead code](https://github.com/embeddedt/ModernFix/commit/863fbaf3a4ddab070333aa81ce2bc706834184f5) - embeddedt
* [Fix the Minecraft window teleporting back to the center of the screen](https://github.com/embeddedt/ModernFix/commit/4c36f04f56bfce8927f99ccace309bfeb6fdb617) - embeddedt
* [Disable boost worker count when Smooth Boot is installed](https://github.com/embeddedt/ModernFix/commit/8cdee4826e661e57c9423cd5a654f181e1c50481) - embeddedt
* [Fix additional use of backgroundExecutor in dynamic resources](https://github.com/embeddedt/ModernFix/commit/fdbf8d621ea9206e251773d0a4601d7454540d57) - embeddedt
* [Replace mod work manager queue during vanilla bootstrap](https://github.com/embeddedt/ModernFix/commit/ee8eb02e6d5e9bf093e79e6d671ccf3d6af6127a) - embeddedt
* [Move resource reloading to dedicated executor](https://github.com/embeddedt/ModernFix/commit/86629e77730613939873765a995b7a6419f38dec) - embeddedt
* [Fix another logic race that could cause missing models](https://github.com/embeddedt/ModernFix/commit/66d1faa7e3d8060c18662aa34df2b722e74f5848) - embeddedt
* [Fix behavior for contained paths with non-vanilla PackTypes](https://github.com/embeddedt/ModernFix/commit/5958e10effdd40f90f7d49dd65f2b1970edfe9d7) - embeddedt
* [Ignore non-vanilla PackTypes when caching resources](https://github.com/embeddedt/ModernFix/commit/9e95be14f38f2fc7a2ca3eddd9f69695e0470b75) - embeddedt
* [Don't waste time parsing UVs when performing initial model load](https://github.com/embeddedt/ModernFix/commit/36664cb23a830035d41e894636ab5dc00bda3ea7) - embeddedt
* [Use SRG names](https://github.com/embeddedt/ModernFix/commit/33d3f0e537018b3f85641d5356c3be348ebeb480) - embeddedt
* [Clear chunk map from integrated server worlds after server stops](https://github.com/embeddedt/ModernFix/commit/45225a580f0701ac22760b33b148f140b37f482b) - embeddedt
* [Make sure GC can actually happen](https://github.com/embeddedt/ModernFix/commit/a0f0600184a97da8d528b11738666672de9f97e8) - embeddedt
* [Make watchdog thread not hold on to server for 60 seconds](https://github.com/embeddedt/ModernFix/commit/21dcf9d3df47e8f4d12b4b3d566c3b1e24496d4f) - embeddedt
* [Ensure cached resources are cleared when connecting to multiplayer](https://github.com/embeddedt/ModernFix/commit/d10ff8a24e8743e052c338fc2a4a115161609a38) - embeddedt
* [Fix crash when null type references are interned](https://github.com/embeddedt/ModernFix/commit/701def339fec9fd7a254eb4f3ac9f59627b50816) - embeddedt
* [Add ItemColors mixin as well](https://github.com/embeddedt/ModernFix/commit/a2d0984078aa69e45782ee123af73e57982d0b16) - embeddedt
* [Deduplicate some ModFileScanData](https://github.com/embeddedt/ModernFix/commit/856c3cbc117e8c270f26f0f6df84f9597df92f1c) - embeddedt
* [Disable class info clearing by default and only clear non-mixin entries](https://github.com/embeddedt/ModernFix/commit/f27d94cf265189b19e40f8a93a42d3e82c442f62) - embeddedt
* [Also clear ClassInfo cache after server starts](https://github.com/embeddedt/ModernFix/commit/74c3f0ff903c5bffe5fdb6a8d4fa37beb0e58e1a) - embeddedt
* [Clear mixin ClassInfo cache when load finishes](https://github.com/embeddedt/ModernFix/commit/e5028535e9e7f0a861b6ed0bab30e15cacd6b5be) - embeddedt
* [Add off-by-default option to disable the DFU maps for flattening](https://github.com/embeddedt/ModernFix/commit/201c2f3b51bc3d164a6265aac2963f51929a7135) - embeddedt
* [Backport Starlight patch to lazily init emptiness maps](https://github.com/embeddedt/ModernFix/commit/7df692da1acb5f5cb140b281dd56feb313485a7a) - embeddedt
* [Allow unloading unused structures](https://github.com/embeddedt/ModernFix/commit/274c41d6376af0ea978db5c16e8f1abe95bd8730) - embeddedt
* [Add eviction to some DFU caches](https://github.com/embeddedt/ModernFix/commit/ad7bc8829b88df3581e3fac29c97ccaa1749f250) - embeddedt
* [Fix crash with some more types of empty paths](https://github.com/embeddedt/ModernFix/commit/1602d3352f19befb138d08889f904cdfed819388) - embeddedt
* [1.19 does not allow changing RenderTypes at runtime](https://github.com/embeddedt/ModernFix/commit/0af09b7e27dcd25b934f606cc44a0ac8d93591cb) - embeddedt
* [Incrementing the index is important](https://github.com/embeddedt/ModernFix/commit/c8523b3844c03e26a9cd90c3f834f5eade7e1639) - embeddedt
* [Bugfixes](https://github.com/embeddedt/ModernFix/commit/3497adfa6db1fae5754874eda081fb7b93b91277) - embeddedt
* [Improve speed of cache building](https://github.com/embeddedt/ModernFix/commit/f8c5c50ce4ae4157c0bb472bd5385f7700a73ee4) - embeddedt
* [Prevent missing options from crashing the game](https://github.com/embeddedt/ModernFix/commit/0f3c701d2acc1e73185eaf3b36b66210b0009671) - embeddedt
* [Remove reference to nonexistent config option](https://github.com/embeddedt/ModernFix/commit/6f176ba86d139b13060e3c68d33ec70cd05359ce) - embeddedt
* [More aggressive interning of cached path components](https://github.com/embeddedt/ModernFix/commit/ea86bc68502e42da073b29c052640af9956682ff) - embeddedt
* [Reduce memory usage of dynamic CTMPackReloadListener](https://github.com/embeddedt/ModernFix/commit/3922c3ec265732063e109da84b7ff8e970ed4d6c) - embeddedt
* [Clear ObjectHolder Throwable fields after registry events fire](https://github.com/embeddedt/ModernFix/commit/f36a8f4266355aea3d365ea867925713f6815f09) - embeddedt
* [Improve memory usage of resource pack cache](https://github.com/embeddedt/ModernFix/commit/61af88a2abb37a182c00ae14689868eee569974f) - embeddedt
* [Tweak changelog gen logic](https://github.com/embeddedt/ModernFix/commit/3922e54b11b9a6e5e024f79d71cdc1c24557ac5a) - embeddedt
* [Add Modrinth uploading logic](https://github.com/embeddedt/ModernFix/commit/f0323d409a3740b5835d701077e36224863a761c) - embeddedt
* [Add changelog generation](https://github.com/embeddedt/ModernFix/commit/347a61abb62105d7539086964e2d55302df69c24) - embeddedt
* [Remove a lot of now dead code](https://github.com/embeddedt/ModernFix/commit/863fbaf3a4ddab070333aa81ce2bc706834184f5) - embeddedt
* [Fix the Minecraft window teleporting back to the center of the screen](https://github.com/embeddedt/ModernFix/commit/4c36f04f56bfce8927f99ccace309bfeb6fdb617) - embeddedt
* [Disable boost worker count when Smooth Boot is installed](https://github.com/embeddedt/ModernFix/commit/8cdee4826e661e57c9423cd5a654f181e1c50481) - embeddedt
* [Fix additional use of backgroundExecutor in dynamic resources](https://github.com/embeddedt/ModernFix/commit/fdbf8d621ea9206e251773d0a4601d7454540d57) - embeddedt
* [Replace mod work manager queue during vanilla bootstrap](https://github.com/embeddedt/ModernFix/commit/ee8eb02e6d5e9bf093e79e6d671ccf3d6af6127a) - embeddedt
* [Move resource reloading to dedicated executor](https://github.com/embeddedt/ModernFix/commit/86629e77730613939873765a995b7a6419f38dec) - embeddedt
* [Fix another logic race that could cause missing models](https://github.com/embeddedt/ModernFix/commit/66d1faa7e3d8060c18662aa34df2b722e74f5848) - embeddedt
* [Fix behavior for contained paths with non-vanilla PackTypes](https://github.com/embeddedt/ModernFix/commit/5958e10effdd40f90f7d49dd65f2b1970edfe9d7) - embeddedt
* [Ignore non-vanilla PackTypes when caching resources](https://github.com/embeddedt/ModernFix/commit/9e95be14f38f2fc7a2ca3eddd9f69695e0470b75) - embeddedt
* [Don't waste time parsing UVs when performing initial model load](https://github.com/embeddedt/ModernFix/commit/36664cb23a830035d41e894636ab5dc00bda3ea7) - embeddedt
* [Use SRG names](https://github.com/embeddedt/ModernFix/commit/33d3f0e537018b3f85641d5356c3be348ebeb480) - embeddedt
* [Clear chunk map from integrated server worlds after server stops](https://github.com/embeddedt/ModernFix/commit/45225a580f0701ac22760b33b148f140b37f482b) - embeddedt
* [Make sure GC can actually happen](https://github.com/embeddedt/ModernFix/commit/a0f0600184a97da8d528b11738666672de9f97e8) - embeddedt
* [Make watchdog thread not hold on to server for 60 seconds](https://github.com/embeddedt/ModernFix/commit/21dcf9d3df47e8f4d12b4b3d566c3b1e24496d4f) - embeddedt
* [Ensure cached resources are cleared when connecting to multiplayer](https://github.com/embeddedt/ModernFix/commit/d10ff8a24e8743e052c338fc2a4a115161609a38) - embeddedt
* [Fix crash when null type references are interned](https://github.com/embeddedt/ModernFix/commit/701def339fec9fd7a254eb4f3ac9f59627b50816) - embeddedt
* [Add ItemColors mixin as well](https://github.com/embeddedt/ModernFix/commit/a2d0984078aa69e45782ee123af73e57982d0b16) - embeddedt
* [Deduplicate some ModFileScanData](https://github.com/embeddedt/ModernFix/commit/856c3cbc117e8c270f26f0f6df84f9597df92f1c) - embeddedt
* [Disable class info clearing by default and only clear non-mixin entries](https://github.com/embeddedt/ModernFix/commit/f27d94cf265189b19e40f8a93a42d3e82c442f62) - embeddedt
* [Also clear ClassInfo cache after server starts](https://github.com/embeddedt/ModernFix/commit/74c3f0ff903c5bffe5fdb6a8d4fa37beb0e58e1a) - embeddedt
* [Clear mixin ClassInfo cache when load finishes](https://github.com/embeddedt/ModernFix/commit/e5028535e9e7f0a861b6ed0bab30e15cacd6b5be) - embeddedt
* [Add off-by-default option to disable the DFU maps for flattening](https://github.com/embeddedt/ModernFix/commit/201c2f3b51bc3d164a6265aac2963f51929a7135) - embeddedt
* [Backport Starlight patch to lazily init emptiness maps](https://github.com/embeddedt/ModernFix/commit/7df692da1acb5f5cb140b281dd56feb313485a7a) - embeddedt
* [Allow unloading unused structures](https://github.com/embeddedt/ModernFix/commit/274c41d6376af0ea978db5c16e8f1abe95bd8730) - embeddedt
* [Add eviction to some DFU caches](https://github.com/embeddedt/ModernFix/commit/ad7bc8829b88df3581e3fac29c97ccaa1749f250) - embeddedt
* [Fix crash with some more types of empty paths](https://github.com/embeddedt/ModernFix/commit/1602d3352f19befb138d08889f904cdfed819388) - embeddedt
* [1.19 does not allow changing RenderTypes at runtime](https://github.com/embeddedt/ModernFix/commit/0af09b7e27dcd25b934f606cc44a0ac8d93591cb) - embeddedt
* [Incrementing the index is important](https://github.com/embeddedt/ModernFix/commit/c8523b3844c03e26a9cd90c3f834f5eade7e1639) - embeddedt
* [Bugfixes](https://github.com/embeddedt/ModernFix/commit/3497adfa6db1fae5754874eda081fb7b93b91277) - embeddedt
* [Improve speed of cache building](https://github.com/embeddedt/ModernFix/commit/f8c5c50ce4ae4157c0bb472bd5385f7700a73ee4) - embeddedt
* [Prevent missing options from crashing the game](https://github.com/embeddedt/ModernFix/commit/0f3c701d2acc1e73185eaf3b36b66210b0009671) - embeddedt
* [Remove reference to nonexistent config option](https://github.com/embeddedt/ModernFix/commit/6f176ba86d139b13060e3c68d33ec70cd05359ce) - embeddedt
* [More aggressive interning of cached path components](https://github.com/embeddedt/ModernFix/commit/ea86bc68502e42da073b29c052640af9956682ff) - embeddedt
* [Reduce memory usage of dynamic CTMPackReloadListener](https://github.com/embeddedt/ModernFix/commit/3922c3ec265732063e109da84b7ff8e970ed4d6c) - embeddedt
* [Clear ObjectHolder Throwable fields after registry events fire](https://github.com/embeddedt/ModernFix/commit/f36a8f4266355aea3d365ea867925713f6815f09) - embeddedt
* [Improve memory usage of resource pack cache](https://github.com/embeddedt/ModernFix/commit/61af88a2abb37a182c00ae14689868eee569974f) - embeddedt
展开
版本: 1.13.0
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 101
1.12.2
modernfix-mc1.16.5-1.12.2.jar下载1.12.2#Release
展开
版本: 1.12.2
支持游戏: 1.16.5
类型: Forge
Release
下载次数: 1,323
收录