mirror of
https://github.com/minetest-mods/moreores.git
synced 2024-11-16 23:30:38 +01:00
[init.lua] Fix
This commit is contained in:
parent
23ef740637
commit
08ec51b1ee
2
init.lua
2
init.lua
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user