integratedtunnels-1.21.11-neoforge-1.8.30-608.jar
on 2026 Mar 13Changes since last release: https://github.com/CyclopsMC/IntegratedTunnels/commits/master-1.21
integratedtunnels-1.21.1-neoforge-1.9.4.jar
on 2026 Mar 09Minecraft 1.21.1 更新日志
此项目的所有重要变更都会记录在此文件中。
1.21.1-1.9.4 - 2026-03-09 16:16:19
已修复
- 将 blockImporterBlacklist 的默认值设为可变的 ArrayList (#358),关闭 #357
- 修复 click_sword 进度中 ItemPredicate 字段名称错误导致其可被任意物品触发的问题 (#355),关闭 CyclopsMC/IntegratedDynamics#1606
1.21.1-1.9.3 - 2026-02-17 11:04:39 +0100
已添加
- 添加方块导入器黑名单配置选项,关闭 #189
- 通过 Crowdin 添加翻译 (#351)
1.21.1-1.9.2 - 2025-11-21 15:53:26 +0100
已添加
-
- 通过 Crowdin 添加翻译 (#350)
已更改
- 使用无需槽位索引优化基于谓词的传输
默认情况下,基于谓词的要素为了能够处理 #271 这类情况,会使用基于槽位的索引。 由于基于槽位的传输可能比无需槽位的传输慢得多,这并不理想。 鉴于 #271 的使用场景相当少见,基于槽位的行为现已被隐藏到一个要素属性之后,而基于谓词的 要素现在默认始终使用性能更高的无需槽位索引。
关闭 CyclopsMC/ColossalChests#192
1.21.1-1.9.1 - 2025-11-11 14:44:12 +0100
已修复
- 禁止玩家模拟器进行驯服,关闭 CyclopsMC/IntegratedDynamics#1562
- 修复玩家模拟器中基于物品的要素损坏的问题
- 修复玩家模拟器会锁定村民交易的问题,关闭 #1561
- 修复世界物品投掷口/物品拾取口中对实体的槽位选项不起作用的问题 关闭 CyclopsMC/IntegratedDynamics#1559
1.21.1-1.9.0 - 2025-10-07 07:49:11 +0200
已添加
- 添加缺失的 PASSIVE_IO 属性
已修复
- 修复被动流体交互消耗过多的问题
内部更改:(联合通用机械所需)
- 提升 PositionedOperatorIngredientIndex 的可扩展性
1.21.1-1.8.44 - 2025-08-08 22:06:22 +0200
已修复
- 修复 IEnergyTarget 中的逻辑缺陷
1.21.1-1.8.43 - 2025-08-08 21:47:42 +0200
已修复
- 修复与炼药锅的流体传输不起作用的问题,关闭 #346
1.21.1-1.8.42 - 2025-07-30 16:51:04 +0200
已添加
- 通过 Crowdin 添加翻译 (#343)
- 添加 PT_BR 本地化 (#345)
已修复
- 修复玩家模拟器与背包宠物的复制问题,关闭 #339
- 修复语言文件中的一些拼写和语法错误
1.21.1-1.8.41 - 2025-06-16 18:47:03 +0200
已修复
- 修复玩家模拟器复制已放置物品的问题,这是由 #339 修复引起的回归
- 修复玩家模拟器不会消耗 PASS 传递物品的问题,关闭 #339
1.21.1-1.8.40 - 2025-05-31 21:39:36 +0200
已修复
- 修复网络读取器中的要素图标未加载的问题
1.21.1-1.8.39 - 2025-05-31 21:06:31 +0200
已修复
- 修复网络读取器中的要素图标未加载的问题
1.21.1-1.8.38 - 2025-05-25 07:02:00 +0200
已修复
- 修复 gui 切换时光标不会居中的问题,关闭 CyclopsMC/IntegratedDynamics#151
... [内容过长已截断]
integratedtunnels-1.21.11-neoforge-1.8.30-581.jar
on 2026 Feb 17Changes since last release: https://github.com/CyclopsMC/IntegratedTunnels/compare/1.21.11-1.8.30...5b67398ac2a36c7e273f209bb219d2d7d14b19b4
integratedtunnels-1.21.1-neoforge-1.9.3.jar
on 2026 Feb 17Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-1.9.3 - 2026-02-17 11:04:39
Added
- Add block importer blacklist config option, Closes #189
- Add translations through Crowdin (#351)
1.21.1-1.9.2 - 2025-11-21 15:53:26 +0100
Added
-
- Add translations through Crowdin (#350)
Changed
- Optimize predicate-based transfer using slotless index
By default, predicate-based aspects used the slot-based index to be able to handle cases such as #271. Since slot-based transfer can be a lot slower than slotless transfer, this is not great. Since the use case of #271 is quite exotic, the slot-based behaviour has been hidden behind an aspect property, while the predicate-based aspects will now always use the more performant slotless index by default.
Closes CyclopsMC/ColossalChests#192
1.21.1-1.9.1 - 2025-11-11 14:44:12 +0100
Fixed
- Disallow taming from Player Simulator, Closes CyclopsMC/IntegratedDynamics#1562
- Fix broken Player Simulator item-based aspects
- Fix Player Simulator locking villager trades, Closes #1561
- Fix slot option not working for entities in World Item Exporter/Importer Closes CyclopsMC/IntegratedDynamics#1559
1.21.1-1.9.0 - 2025-10-07 07:49:11 +0200
Added
- Add missing PASSIVE_IO property
Fixed
- Fix passive fluid interaction consuming too much
Internal changes: (required for Integrated Mekanism)
- Make PositionedOperatorIngredientIndex better extensible
1.21.1-1.8.44 - 2025-08-08 22:06:22 +0200
Fixed
- Fix logical flaw in IEnergyTarget
1.21.1-1.8.43 - 2025-08-08 21:47:42 +0200
Fixed
- Fix fluid transfer with Cauldrons not working, Closes #346
1.21.1-1.8.42 - 2025-07-30 16:51:04 +0200
Added
- Add translations through Crowdin (#343)
- Add PT_BR localization (#345)
Fixed
- Fix Player Simulator dupe with Inventory Pets, Closes #339
- Fix some spelling and grammar typos in lang
1.21.1-1.8.41 - 2025-06-16 18:47:03 +0200
Fixed
- Fix Player Simulator duping placed items, regression due to #339 fix
- Fix player simulator not consuming PASSed items, Closes #339
1.21.1-1.8.40 - 2025-05-31 21:39:36 +0200
Fixed
- Fix aspect icons in Network Reader not loading
1.21.1-1.8.39 - 2025-05-31 21:06:31 +0200
Fixed
- Fix aspect icons in Network Reader not loading
1.21.1-1.8.38 - 2025-05-25 07:02:00 +0200
Fixed
- Fix cursor centering on gui switching, Closes CyclopsMC/IntegratedDynamics#1514
1.21.1-1.8.37 - 2025-03-29 14:26:41 +0100
Added
- Update ru_ru.json (#327)
Fixed
- Fix fluid lists not always matching correctly, Closes #333
- Fix data components being lost with World Block Exporter, Closes #328
integratedtunnels-1.21.1-neoforge-1.9.2-560.jar
on 2026 Feb 15Changes since last release: https://github.com/CyclopsMC/IntegratedTunnels/compare/1.21.1-1.9.2...b965c682145005691926f11ecc3441631fed824d
integratedtunnels-1.21.1-neoforge-1.9.2-558.jar
on 2026 Feb 15Changes since last release: https://github.com/CyclopsMC/IntegratedTunnels/compare/1.21.1-1.9.2...5bf745634444f8a6ef227f452ef6183cae15a0d0
integratedtunnels-1.21.11-neoforge-1.8.30-557.jar
on 2026 Feb 15Changes since last release: https://github.com/CyclopsMC/IntegratedTunnels/compare/1.21.11-1.8.30...c52c5e874b4f5b824e2642311dd50d286595e9dd
integratedtunnels-1.21.1-neoforge-1.9.2-556.jar
on 2026 Feb 15Changes since last release: https://github.com/CyclopsMC/IntegratedTunnels/compare/1.21.1-1.9.2...b84488683a8783b05bf239d46f690d5341b9c1e4
integratedtunnels-1.21.1-neoforge-1.9.2-536.jar
on 2026 Feb 15Changes since last release: https://github.com/CyclopsMC/IntegratedTunnels/compare/1.21.1-1.9.2...6324871cff715e87efd9364070ffacb3b7ee0ff2
integratedtunnels-1.21.1-neoforge-1.9.2-551.jar
on 2026 Feb 15Changes since last release: https://github.com/CyclopsMC/IntegratedTunnels/compare/1.21.1-1.9.2...9f3b5750c8cf55fbadad4fc4179d7d3839353a34
integratedtunnels-1.21.1-neoforge-1.9.2-546.jar
on 2026 Feb 15Changes since last release: https://github.com/CyclopsMC/IntegratedTunnels/compare/1.21.1-1.9.2...8a4a0db83a37fab9435f3e4eb1508fedac69f169



