Rename Moss Stone to Mossy Cobblestone

This commit is contained in:
Wuzzy 2019-12-11 04:23:26 +01:00
parent f91619cae1
commit 2e09febaae
8 changed files with 14 additions and 15 deletions

View file

@ -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,