From 575a71dcfed3b9fa44af244836f638a23df05a9a Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 11:51:17 -0400 Subject: feat: farming roughly implemented --- data/items/plant_cure.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/items/plant_cure.yaml (limited to 'data/items/plant_cure.yaml') diff --git a/data/items/plant_cure.yaml b/data/items/plant_cure.yaml new file mode 100644 index 0000000..64ebe91 --- /dev/null +++ b/data/items/plant_cure.yaml @@ -0,0 +1,6 @@ +id: plant_cure +name: plant cure +color: "120" +description: "A bio-engineered solution that cures diseased plants." +value: 25 +stackable: true -- cgit v1.2.3