From 3256ac19669755d68a1724c80a5667ead74a8bb5 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 14 Mar 2017 05:59:58 +0100 Subject: [PATCH] Update stone help --- mods/ITEMS/mcl_core/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_core/nodes.lua b/mods/ITEMS/mcl_core/nodes.lua index 42a7c92fb..4c5c3756f 100644 --- a/mods/ITEMS/mcl_core/nodes.lua +++ b/mods/ITEMS/mcl_core/nodes.lua @@ -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,