Files
meatballcraft/scripts/GameStagesItems.zs
T
2023-11-04 16:52:08 -07:00

10 lines
424 B
Plaintext

import mods.recipestages.Recipes;
mods.ItemStages.stageEnchant("draconicstage", <enchantment:cofhcore:vorpal>);
mods.ItemStages.stageEnchant("divinestage", <enchantment:tombstone:magic_siphon>);
mods.ItemStages.stageEnchant("bloodmasterstage", <enchantment:cofhcore:multishot>);
mods.ItemStages.addItemStage("camerastage", <extrabotany:buddhistrelics>);
mods.ItemStages.addItemStage("camerastage", <extrabotany:camera>);