mirror of
https://github.com/minetest-mods/moreores.git
synced 2025-07-03 16:40:31 +02:00
[init.lua] Fix
This commit is contained in:
2
init.lua
2
init.lua
@ -123,7 +123,7 @@ local function add_ore(modname, description, mineral_name, oredef)
|
|||||||
default.node_sound_metal_defaults(),
|
default.node_sound_metal_defaults(),
|
||||||
false,
|
false,
|
||||||
S("Inner @1 Stair", S(description)),
|
S("Inner @1 Stair", S(description)),
|
||||||
S("Outer @1 Stair", S(description)),
|
S("Outer @1 Stair", S(description))
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
minetest.register_alias(mineral_name.."_block", block_item)
|
minetest.register_alias(mineral_name.."_block", block_item)
|
||||||
|
Reference in New Issue
Block a user