Skip to content

Commit

Permalink
fix(recipes): ✏️[Rod of the Shifting Crust] cheaper
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Apr 20, 2024
1 parent 97ffe1a commit 444aa97
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scripts/mods/botania.zs
Original file line number Diff line number Diff line change
Expand Up @@ -410,3 +410,18 @@ craft.remake(<botania:hourglass>, ['pretty',
// Alt recipe for magic-only space exploration
// [Dilithium Crystal] from [Dilithium Dust]
mods.botania.ManaInfusion.addInfusion(<libvulpes:productgem>, <ore:dustDilithium>, 10000);

// ////////////////////////////////////////////////////////////////
// Rods rework
// ////////////////////////////////////////////////////////////////

// [Rod of the Shifting Crust] from [Rune of Fire][+2]
craft.remake(<botania:exchangerod>, ['pretty',
' s F',
' T s',
'T '], {
's': <ore:stone>, // Stone
'F': <ore:runeFireB>, // Rune of Fire
'T': <ore:livingwoodTwig>, // Livingwood Twig
});
// ////////////////////////////////////////////////////////////////

0 comments on commit 444aa97

Please sign in to comment.