Rename Moss Stone to Mossy Cobblestone
This commit is contained in:
parent
f91619cae1
commit
2e09febaae
8 changed files with 14 additions and 15 deletions
|
@ -672,7 +672,7 @@ minetest.register_node("mcl_core:cobble", {
|
|||
})
|
||||
|
||||
minetest.register_node("mcl_core:mossycobble", {
|
||||
description = S("Moss Stone"),
|
||||
description = S("Mossy Cobblestone"),
|
||||
_doc_items_longdesc = doc.sub.items.temp.build,
|
||||
tiles = {"default_mossycobble.png"},
|
||||
is_ground_content = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue