import mods.roots.Pyre; //# Pyre Crafting Changes //# Currently adds Spectral Dust recipes to the Crafting Pyre from ROOTS //# Cloud Berry Changes (Removes Cloud Berry recipe, then adds new custom Cloud Berry recipe) Pyre.removeRecipe(); Pyre.addRecipe("cloud_berry", *3, [, , , , ]); //# Dewgonia Changes (Removes Dewgonia recipe, then adds new custom Dewgonia recipe) Pyre.removeRecipe(); Pyre.addRecipe("dewgonia", *3, [, , , , ]); //# Infernal Bulb Changes (Removes Infernal Bulb recipe, then adds new Infernal Bulb recipe) Pyre.removeRecipe(); Pyre.addRecipe("infernal_bulb", *3, [, , , , ]); //# Stalicripe Changes (Removes Stalicripe recipe, then adds new Stalicripe recipe) Pyre.removeRecipe(); Pyre.addRecipe("stalicripe", *3, [, , , , ]); //# Moonglow Leaf Changes (Removes Moonglow Leaf recipe, then adds new Moonglow Leaf recipe) Pyre.removeRecipe(); Pyre.addRecipe("moonglow_leaf", *3, [, , , , ]); //# Pereskia Changes (Removes Pereskia recipe, then adds new Pereskia recipe) Pyre.removeRecipe(); Pyre.addRecipe("pereskia", *3, [, , , , ]); //# Bafflecap Mushroom Changes (Removes Bafflecap Mushroom recipe, then adds new Bafflecap Mushroom recipe) Pyre.removeRecipe(); Pyre.addRecipe("baffle_cap_mushroom", *3, [, , , , ]);