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/yew_logs.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/items/yew_logs.yaml') diff --git a/data/items/yew_logs.yaml b/data/items/yew_logs.yaml index 5f1ed40..6e120b1 100644 --- a/data/items/yew_logs.yaml +++ b/data/items/yew_logs.yaml @@ -4,3 +4,6 @@ aliases: ["logs", "yew", "log"] description: "Some high-quality yew logs." value: 40 stackable: false +fire_level: 60 +fire_xp: 202 +burn_ticks: 48 -- cgit v1.2.3