update fork #6

Merged
chmodsayshello merged 260 commits from VoxeLibre/VoxeLibre:master into master 2022-05-29 21:37:34 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d10f8944ed - Show all commits

View File

@ -329,7 +329,7 @@ local function blast_furnace_node_timer(pos, elapsed)
elseif active then
el = math.min(el, fuel_totaltime - fuel_time)
-- The furnace is currently active and has enough fuel
fuel_time = fuel_time + el
fuel_time = (fuel_time + el) *2 --multiply speed of fuel consumption to match proper output
end
-- If there is a cookable item then check if it is ready yet