
Modern Industrialization Item-Fluid Combined Hatch
Add Item-Fluid Combined Input/Output Hatch to Modern Industrialization Mod.为现代工业化模组添加同时支持物品和流体的输入/输出总成仓
- Загрузки
- 521
- Подписчики
- 2
- Обновлён
- 8 мая 2026 г.
- Лицензия
- MIT
Опубликован 27 апреля 2026 г.
Add Item-Fluid Combined Input/Output Hatch to Modern Industrialization Mod.为现代工业化模组添加同时支持物品和流体的总成仓。
Supports creating Item-Fluid Combined hatches using KubeJS:
支持使用KubeJS创建总成仓:
// startup_scripts\*.js
MIMachineEvents.registerHatches(event => {
// Create a item-fluid combined hatch..
// 创建一个总成仓。
event.itemFluid("englishPrefix","prefix","casing",bucketCapacity, rows, columns);
})
Ченджлог
1.0.3Релиз1.21.1 · 8 мая 2026 г.
feat: add extended Item-Fluid Hatch with 2 fluid slot.
1.0.2Релиз1.21.1 · 8 мая 2026 г.
fix: fix overlay render error
Комментарии
Загружаем…