mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
This commit is contained in:
parent
723a306e1e
commit
9c8098c203
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ local function furnace_node_timer(pos, elapsed)
|
|||
local srclist, fuellist
|
||||
|
||||
local cookable, cooked
|
||||
local active
|
||||
local active = true
|
||||
local fuel
|
||||
|
||||
srclist = inv:get_list("src")
|
||||
|
|
Loading…
Reference in a new issue