HomeJavaModsModern Industrialization Item Hatch Stack Upgrade
Modern Industrialization Item Hatch Stack Upgrade
ModsJava

Modern Industrialization Item Hatch Stack Upgrade

by KuDikan · on Modrinth

⬇ Download on Modrinth

Add Item Hatch Stack Upgrade to Modern Industrialization Mod.
现代工业化模组添加物品仓堆叠升级。

支持使用KubeJS新增、修改、删除堆叠升级:

// server_scripts\*.js
ServerEvents.generateData('after_mods', event => {
  // 新增堆叠升级。
  event.setMIStackUpgrade('#minecraft:flowers', 1);

  // 修改现有堆叠升级提供的堆叠组数
  event.setMIStackUpgrade('modern_industrialization:basic_stack_upgrade', 200);
  
  // 删除现有堆叠升级
  event.setMIStackUpgrade('modern_industrialization:quantum_stack_upgrade', 0);
})
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more