mirror of
https://github.com/minetest-mods/moreores.git
synced 2025-07-08 02:50:28 +02:00
[init.lua] Reformulation of the description translation
This commit is contained in:
8
init.lua
8
init.lua
@ -118,12 +118,12 @@ local function add_ore(modname, description, mineral_name, oredef)
|
||||
block_item,
|
||||
{snappy = 1, bendy = 2, cracky = 1, melty = 2, level= 2},
|
||||
{ img_base .. "_block.png"},
|
||||
S("@1 Block Stair", S(description)),
|
||||
S("@1 Block Slab", S(description)),
|
||||
S("@1 Stair", S(description)),
|
||||
S("@1 Slab", S(description)),
|
||||
default.node_sound_metal_defaults(),
|
||||
false,
|
||||
S("@1 Block Inner Stair", S(description)),
|
||||
S("@1 Block Outer Stair", S(description)),
|
||||
S("Inner @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