Update stone help

This commit is contained in:
Wuzzy 2017-03-14 05:59:58 +01:00
parent 050d08019e
commit 3256ac1966
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ minetest.register_node("mcl_core:void", {
minetest.register_node("mcl_core:stone", {
description = "Stone",
_doc_items_longdesc = "A very common block in the world of MineClone 2, almost the entire underground consists of stone. It sometimes contains ores. Stone may be created when water meets lava.",
_doc_items_longdesc = "One of the most common blocks in the world, almost the entire underground consists of stone. It sometimes contains ores. Stone may be created when water meets lava.",
tiles = {"default_stone.png"},
is_ground_content = true,
stack_max = 64,