mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-11 04:50:26 +01:00
a793747d92
They don't use power, move them to where they belong.
6 lines
194 B
Lua
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
|