
Modern Industrialization Parallel Control Hatch
Add Configurable Parallel Control Hatch to Modern Industrialization Mod. 为现代工业化模组增加可配置的并行控制仓。
- Загрузки
- 927
- Подписчики
- 2
- Обновлён
- 2 августа 2026 г.
- Лицензия
- MIT
Опубликован 19 апреля 2026 г.
Add Configurable Parallel Control Hatch to Modern Industrialization Mod. 为现代工业化模组增加可配置的并行控制仓。
The maximum parallelism and additional energy consumption multiplier of the parallel control bin can be adjusted via the configuration file.并行控制仓的最大并行数量和额外能源消耗倍率可以通过配置文件调整
Supports creating parallel hatches using KubeJS:
支持使用KubeJS创建并行控制仓:
// startup_scripts\*.js
MIMachineEvents.registerHatches(event => {
// Create a parallel control hatch with a maximum parallel count of parallelCount.
// 创建一个最大并行数量为 parallelCount 的并行控制仓。
event.parallel("englishPrefix","prefix","casing",parallelCount);
})
Ченджлог
1.0.10Релиз1.21.1 · 2 августа 2026 г.
Support industrialization overdrive.
1.0.9Релиз1.21.1 · 23 мая 2026 г.
Fix incorrect logic when other mods tamper with machine efficiency
1.0.8Релиз1.21.1 · 6 мая 2026 г.
change Quantum Parallel Control Hatch's recipe
compat with ModernIndustrialization Multi-Slot Fluid Hatch
1.0.7Релиз1.21.1 · 6 мая 2026 г.
perf: optimize parallel processing logic to resolve lag issues
feat: support extended_industrialization's ProcessingArray...
feat: change recipes
fix: correct factored energy calculation
1.0.6Релиз1.21.1 · 28 апреля 2026 г.
fix: fix parallel hatches upgradesToSteel fields
1.0.5Релиз1.21.1 · 28 апреля 2026 г.
fix: configuration setting parallelExtraEnergyMultiplier did not take effect
1.0.4Релиз1.21.1 · 28 апреля 2026 г.
change bronze_parallel_control_hatch's recipe fix some bugs
1.0.3Релиз1.21.1 · 28 апреля 2026 г.
compat: adapt mi-tweaks fix: fix some bugs
Комментарии
Загружаем…