From e4400c5f1e84c18d2126f2cb502ae10685977cbb Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 03:20:01 -0400 Subject: refactor: combined all station crafting --- data/recipes/crafting/cut_diamond.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/recipes/crafting/cut_diamond.yaml (limited to 'data/recipes/crafting/cut_diamond.yaml') diff --git a/data/recipes/crafting/cut_diamond.yaml b/data/recipes/crafting/cut_diamond.yaml new file mode 100644 index 0000000..e1e7343 --- /dev/null +++ b/data/recipes/crafting/cut_diamond.yaml @@ -0,0 +1,11 @@ +id: cut_diamond +type: crafting +level: 43 +xp: 108 +wait: 3 +tool: chisel +consume: + - items: [uncut_diamond] + quantity: 1 +output: diamond +message: "You cut the diamond into a beautiful gem." -- cgit v1.2.3