Add mods: technic, moreores, paintings, Nyancat (Pbj_pup). Small fix: sandwiches
This commit is contained in:
parent
15e8e696a2
commit
fb09deddc1
1404 changed files with 156555 additions and 211 deletions
|
@ -0,0 +1,7 @@
|
|||
local S = technic.getter
|
||||
|
||||
local default_furnace = minetest.registered_nodes["default:furnace"]
|
||||
|
||||
if default_furnace and default_furnace.description == "Furnace" then
|
||||
minetest.override_item("default:furnace", { description = S("Fuel-Fired Furnace") })
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue