Modern Industrialization Item-Fluid Combined Hatch

Add Item-Fluid Combined Input/Output Hatch to Modern Industrialization Mod.为现代工业化模组添加同时支持物品和流体的输入/输出总成仓

57

Quick challenge

How far can you run before the mobs catch you?

Modern Industrialization Item-Fluid Combined Hatch

Add Item-Fluid Combined Input/Output Hatch to Modern Industrialization Mod.为现代工业化模组添加同时支持物品和流体的总成仓。

Supports creating Item-Fluid Combined hatches using KubeJS: 支持使用KubeJS创建总成仓:

```js // startup_scripts*.js MIMachineEvents.registerHatches(event => { // Create a item-fluid combined hatch.. // 创建一个总成仓。 event.itemFluid("englishPrefix","prefix","casing",bucketCapacity, rows, columns); }) ```

ADS