forked from VoxeLibre/VoxeLibre
Fix red sand help
This commit is contained in:
parent
6a3769f854
commit
050d08019e
|
@ -518,7 +518,7 @@ minetest.register_node("mcl_core:sandstonecarved", {
|
||||||
|
|
||||||
minetest.register_node("mcl_core:redsand", {
|
minetest.register_node("mcl_core:redsand", {
|
||||||
description = "Red Sand",
|
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"},
|
tiles = {"default_red_sand.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
|
|
Loading…
Reference in New Issue