summaryrefslogtreecommitdiff
path: root/technic/machines/other/coal_furnace.lua
blob: 53a0f8b4af25ba127d7cc5627a38a4143604f62c (plain)
1
2
3
4
5
local S = technic.getter

if minetest.registered_nodes["default:furnace"].description == "Furnace" then
	minetest.override_item("default:furnace", { description = S("Fuel-Fired Furnace") })
end