diff --git a/scripts/mods/botania.zs b/scripts/mods/botania.zs index a46d075e2..8228873fa 100644 --- a/scripts/mods/botania.zs +++ b/scripts/mods/botania.zs @@ -410,3 +410,18 @@ craft.remake(, ['pretty', // Alt recipe for magic-only space exploration // [Dilithium Crystal] from [Dilithium Dust] mods.botania.ManaInfusion.addInfusion(, , 10000); + +// //////////////////////////////////////////////////////////////// +// Rods rework +// //////////////////////////////////////////////////////////////// + +// [Rod of the Shifting Crust] from [Rune of Fire][+2] +craft.remake(, ['pretty', + ' s F', + ' T s', + 'T '], { + 's': , // Stone + 'F': , // Rune of Fire + 'T': , // Livingwood Twig +}); +// ////////////////////////////////////////////////////////////////