mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 22:55:12 +00:00
Fix red sand help
This commit is contained in:
parent
6a3769f854
commit
050d08019e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue