mirror of
https://github.com/minetest-mods/moreores.git
synced 2025-07-04 17:10:30 +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(),
|
||||
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)
|
||||
|
Reference in New Issue
Block a user