
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
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
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
- Ships as mi_stack_upgrade-1.0.2.jar — drop this file into the mods folder
- Download size: 171 KB
- Download link checked 7 Sept 2026 — working
These come from our own check of the pack file, not from the source page.