From a226d72e51eecb768b13600303f73483118d9104 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 10 Jun 2026 01:48:28 -0400 Subject: feat: implemented janky object interaction model --- data/items/uncut_emerald.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/items/uncut_emerald.yaml (limited to 'data/items/uncut_emerald.yaml') diff --git a/data/items/uncut_emerald.yaml b/data/items/uncut_emerald.yaml new file mode 100644 index 0000000..a9f3a66 --- /dev/null +++ b/data/items/uncut_emerald.yaml @@ -0,0 +1,6 @@ +id: uncut_emerald +name: uncut emerald +aliases: ["emerald", "gem", "uncut"] +description: "An uncut emerald. Can be cut with crafting." +value: 50 +stackable: true -- cgit v1.2.3