Trivial: Make furnace info text look nicer

Furnace inactive (Item: Not cookable; Fuel:
Empty)

--> becomes -->

Furnace inactive
(Item: Not cookable; Fuel: Empty)
This commit is contained in:
Jens Rottmann 2017-08-10 19:01:37 +02:00 committed by sofar
parent 67c01a44c2
commit d883012491
1 changed files with 3 additions and 3 deletions

View File

@ -229,7 +229,7 @@ local function furnace_node_timer(pos, elapsed)
minetest.get_node_timer(pos):stop()
end
local infotext = "Furnace " .. active .. "(Item: " .. item_state ..
local infotext = "Furnace " .. active .. "\n(Item: " .. item_state ..
"; Fuel: " .. fuel_state .. ")"
--