From a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 12 Jun 2026 23:52:06 -0400 Subject: feat: firemaking skill implemented. overhauled how ground items and despawn are handled. --- data/items/mahogany_logs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'data/items/mahogany_logs.yaml') diff --git a/data/items/mahogany_logs.yaml b/data/items/mahogany_logs.yaml index 87ea061..7fc3a7c 100644 --- a/data/items/mahogany_logs.yaml +++ b/data/items/mahogany_logs.yaml @@ -1,6 +1,9 @@ id: mahogany_logs name: mahogany logs aliases: ["logs", "mahogany", "log"] -description: "Some beautiful mahogany logs." -value: 24 +description: "Some rich mahogany logs." +value: 20 stackable: false +fire_level: 50 +fire_xp: 158 +burn_ticks: 44 -- cgit v1.2.3