/* SkyFactory 4 Mob Grinding Utils Stage Item Staging Script Stages the items for the Mob Grinding Utils stage */ import crafttweaker.item.IIngredient; import mods.zenstages.Stage; static stage as Stage = stages.mobGrindingUtils; static stagedItems as IIngredient[] = [ , , , , , , , , , , , , , , , , ]; function init() { stage.addIngredients(stagedItems); }