From 9e53efbc3efdc40db306ba6f0ffd4fb7cacdcc25 Mon Sep 17 00:00:00 2001 From: ancientmarinerdev Date: Sun, 3 Sep 2023 00:07:54 +0100 Subject: [PATCH] Fix campfire smoke timing --- mods/ITEMS/mcl_campfires/api.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ITEMS/mcl_campfires/api.lua b/mods/ITEMS/mcl_campfires/api.lua index 8b14255ce..212beefbe 100644 --- a/mods/ITEMS/mcl_campfires/api.lua +++ b/mods/ITEMS/mcl_campfires/api.lua @@ -185,9 +185,9 @@ local function create_smoke_partspawner (pos, constructor) local smoke_timer if haybale then - smoke_timer = 8 + smoke_timer = 4 else - smoke_timer = 3 + smoke_timer = 2.4 end local spawner_id = minetest.add_particlespawner({