Modern Industrialization Item-Fluid Combined Hatch
Add Item-Fluid Combined Input/Output Hatch to Modern Industrialization Mod.为现代工业化模组添加同时支持物品和流体的输入/输出总成仓
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
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); }) ```