From 704627c3410a1dcab12e35cf67628bd014b4b5d8 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 04:44:44 -0400 Subject: feat: added verbs command (probably janky) --- data/recipes/smelting/iron.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 data/recipes/smelting/iron.yaml (limited to 'data/recipes/smelting/iron.yaml') diff --git a/data/recipes/smelting/iron.yaml b/data/recipes/smelting/iron.yaml deleted file mode 100644 index fa210d6..0000000 --- a/data/recipes/smelting/iron.yaml +++ /dev/null @@ -1,17 +0,0 @@ -id: iron -type: smelting -skill: smithing -level: 20 -xp: 12 -wait: 4 -station: [furnace] -consume: - - items: [iron_ore] - quantity: 1 -output: iron_bar -message: "You remove a white hot iron bar!" -fail_message: "The iron is too impure to make a workable bar." -success: - base: 0.5 - per_level: 0 - cap: 0.5 -- cgit v1.2.3