From 050d08019e449e22526e5812b567c190baa7ed99 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 14 Mar 2017 05:58:10 +0100 Subject: [PATCH] Fix red sand 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 25675c528..42a7c92fb 100644 --- a/mods/ITEMS/mcl_core/nodes.lua +++ b/mods/ITEMS/mcl_core/nodes.lua @@ -518,7 +518,7 @@ minetest.register_node("mcl_core:sandstonecarved", { minetest.register_node("mcl_core:redsand", { description = "Red Sand", - _doc_items_longdesc = "Red sand is found in large quantities at beaches and deserts.", + _doc_items_longdesc = "Red sand is found in large quantities in mesa biomes.", tiles = {"default_red_sand.png"}, is_ground_content = true, stack_max = 64,