[init.lua] Fix

This commit is contained in:
Jat15 2020-12-27 17:14:09 +01:00
parent 23ef740637
commit 08ec51b1ee
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ local function add_ore(modname, description, mineral_name, oredef)
default.node_sound_metal_defaults(),
false,
S("Inner @1 Stair", S(description)),
S("Outer @1 Stair", S(description)),
S("Outer @1 Stair", S(description))
)
end
minetest.register_alias(mineral_name.."_block", block_item)