From 444aa97706ed75497be94aaaf925e29c8a6a97d0 Mon Sep 17 00:00:00 2001 From: Krutoy242 Date: Sat, 20 Apr 2024 12:26:56 +0300 Subject: [PATCH] =?UTF-8?q?fix(recipes):=20=E2=9C=8F=EF=B8=8F[Rod=20of=20t?= =?UTF-8?q?he=20Shifting=20Crust]=20cheaper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/mods/botania.zs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +}); +// ////////////////////////////////////////////////////////////////