From ec2e94e3463654a6288464a4c070b48ef9bf7368 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 17 Jun 2026 21:13:07 -0400 Subject: feat: smithing added, item/object interaction reworked. recipes and menus refactored. --- data/items/steel_bolts_unf.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/items/steel_bolts_unf.yaml (limited to 'data/items/steel_bolts_unf.yaml') diff --git a/data/items/steel_bolts_unf.yaml b/data/items/steel_bolts_unf.yaml new file mode 100644 index 0000000..b65d5fa --- /dev/null +++ b/data/items/steel_bolts_unf.yaml @@ -0,0 +1,6 @@ +id: steel_bolts_unf +name: steel bolts (unf) +color: "253" +description: "Unfinished steel crossbow bolts." +value: 5 +stackable: true -- cgit v1.2.3