integrateddynamics-1.21.1-neoforge-1.32.1.jar
on 2026 Mar 09Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-1.32.1 - 2026-03-09 16:15:13
Fixed
- Fix ClassCastException in BlockCable when sapling grows nearby (#1623), Closes #1622
- Fix tool_for_obsidian advancement triggering too often (#1620), Related to #1606
- Fix VariablePredicate skipping getValue() when no value predicate is set (#1619) Required for fixing game tests in CyclopsMC/IntegratedTunnels#354
- Add game tests for all advancement criteria and fix broken advancements (#1617)
1.21.1-1.32.0 - 2026-02-22 14:09:45 +0100
Added
- Add config option to force unloaded network elements to tick, Related to #1605, #1571, #1567
- Add command for generating synthetic networks
- Add command to measure network tick time
Fixed
- Fix parts sometimes becoming invalid, Closes #1605
1.21.1-1.31.0 - 2026-02-17 10:58:49 +0100
Added
- Add configurable pulse length property to Redstone Writer, Closes #724 (#1602)
- Document logical NBT expressions, CyclopsMC/CyclopsCore#210
- Add config options for minimum update intervals for parts, Closes CyclopsMC/IntegratedTunnels#349
- Add config option to log card IDs during evaluation, Closes #1345
- Add translations through Crowdin (#1598)
1.21.1-1.30.5 - 2026-01-24 15:18:33 +0100
Added
- Add translations through Crowdin
Fixed
- Fix missing capability invalidation on modified parts, #1594
1.21.1-1.30.4 - 2026-01-17 14:10:56 +0100
Added
- Add Almost Unified integration
- Add generic number casting operators Closes CyclopsMC/IntegratedScripting#55 These new operators make it more convenient to work with return types of Integrated Scripting, where numbers could be integers, doubles, or longs.
Changed
- Add safety check for infinite lists in list equals and itemstack count Closes #1583 Related to #1582
Fixed
- Fix part states not being revalidated, Closes #1588
- Fix oldest/newest mixup on delayer history in book, Closes #1592
- Fix cable shape cache having cache collisions when there are two entries that have the same part on two different sides while having the same cable connections
1.21.1-1.30.3 - 2026-01-02 10:52:15 +0100
Added
- Add translations through Crowdin (#1581)
Changed
- Add IIngredientChannelInsertPreConsumer Required for CyclopsMC/IntegratedCrafting#170
1.21.1-1.30.2 - 2025-12-31 14:35:18 +0100
Changed
- Keep insertion order of network change observers Required for CyclopsMC/IntegratedCrafting#112
1.21.1-1.30.1 - 2025-12-28 09:18:50 +0100
Fixed
- Add safety checks to disable some operators on infinite lists Concretely, contains, reduce, and uniq are disabled on infinite lists. Closes #1582
- Fix documentation on NBT Path field selector array indexing (#1580) Closes #1579
1.21.1-1.30.0 - 2025-12-23 09:44:17 +0100
Added
- Add squeezer recipes for clearing facades
1.21.1-1.29.7 - 2025-12-19 20:04:37 +0100
Fixed
- Catch exceptions when deserializing invalid recipes
This could occur in Integrated Crafting a
... [内容过长已截断]
integrateddynamics-1.21.1-neoforge-1.32.0.jar
on 2026 Feb 22Minecraft 1.21.1 更新日志
本项目所有重要变更将记录在此文件中。
1.21.1-1.32.0 - 2026-02-22 14:09:45
新增
- 添加配置选项,强制未加载的网络元件进行 tick,关联 #1605、#1571、#1567
- 添加用于生成合成网络的命令
- 添加用于测量网络 Tick 时间的命令
修复
- 修复部件有时会变为无效的问题,关闭 #1605
1.21.1-1.31.0 - 2026-02-17 10:58:49 +0100
新增
- 为红石输出器添加可配置的脉冲长度属性,关闭 #724 (#1602)
- 记录逻辑 NBT 表达式的文档,CyclopsMC/CyclopsCore#210
- 为部件添加最小更新间隔的配置选项,关闭 CyclopsMC/IntegratedTunnels#349
- 添加在求值期间记录卡牌 ID 的配置选项,关闭 #1345
- 通过 Crowdin 添加翻译 (#1598)
1.21.1-1.30.5 - 2026-01-24 15:18:33 +0100
新增
- 通过 Crowdin 添加翻译
修复
- 修复修改后的部件缺少能力失效的问题,#1594
1.21.1-1.30.4 - 2026-01-17 14:10:56 +0100
新增
- 添加 Almost Unified 整合支持
- 添加通用数字类型转换运算符
关闭 CyclopsMC/IntegratedScripting#55
这些新运算符使得处理联合脚本的返回类型更加方便,其中数字可能是整型、双精度浮点型或长整型。
更改
- 为列表相等性判断和物品堆叠计数添加无限列表的安全检查
关闭 #1583
关联 #1582
修复
- 修复部件状态未被重新验证的问题,关闭 #1588
- 修复手册中延迟器历史记录的新旧顺序颠倒问题,关闭 #1592
- 修复数据线形状缓存在两个不同侧面拥有相同部件且具有相同数据线连接时发生缓存冲突的问题
1.21.1-1.30.3 - 2026-01-02 10:52:15 +0100
新增
- 通过 Crowdin 添加翻译 (#1581)
更改
- 添加 IIngredientChannelInsertPreConsumer
为 CyclopsMC/IntegratedCrafting#170 所需
1.21.1-1.30.2 - 2025-12-31 14:35:18 +0100
更改
- 保持网络变更观察者的插入顺序
为 CyclopsMC/IntegratedCrafting#112 所需
1.21.1-1.30.1 - 2025-12-28 09:18:50 +0100
修复
- 为无限列表添加安全检查,禁用部分运算符
具体而言,在无限列表上禁用了 contains、reduce 和 uniq 运算符。
关闭 #1582 - 修复 NBT 路径字段选择器数组索引的文档说明 (#1580)
关闭 #1579
1.21.1-1.30.0 - 2025-12-23 09:44:17 +0100
新增
- 为清除伪装板添加挤压机配方
1.21.1-1.29.7 - 2025-12-19 20:04:37 +0100
修复
- 在反序列化无效配方时捕获异常
此问题可能在移除某个模组后,于联合合成中出现,而该模组的配方曾被存储。
关闭 CyclopsMC/CommonCapabilities#46
1.21.1-1.29.6 - 2025-11-25 17:01:08 +0100
修复
- 再次恢复网络元件的区块卸载功能,关闭 #1571
1.21.1-1.29.5 - 2025-11-24 16:59:00 +0100
修复
- 临时禁用区块卸载检查



