Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
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);
})


