Vanessa Ezekowitz 888b0ebfec "explode" all modpacks into their individual components
(you can't have a modpack buried inside a modpack)
2016-04-01 21:10:04 -04:00

6 lines
194 B
Lua

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