This commit is contained in:
parent
414e036c05
commit
a342cce1a1
@ -178,7 +178,7 @@ for_each_registered_node(function(node_name, node_def)
|
||||
node_name:find("steelblock", 1, true) and
|
||||
node_def.description:find("Steel", 1, true) then
|
||||
minetest.override_item(node_name, {
|
||||
description = node_def.description:gsub("Steel", tr_wrought),
|
||||
description = "Steel".. tr_wrought,
|
||||
})
|
||||
end
|
||||
local tiles = node_def.tiles or node_def.tile_images
|
||||
|
Loading…
Reference in New Issue
Block a user