forked from VoxeLibre/VoxeLibre
Fix typos in mcl_core
This commit is contained in:
parent
10035a64af
commit
a15c58a2dc
|
@ -730,7 +730,7 @@ minetest.register_node("mcl_core:goldblock", {
|
||||||
|
|
||||||
minetest.register_node("mcl_core:diamondblock", {
|
minetest.register_node("mcl_core:diamondblock", {
|
||||||
description = S("Block of Diamond"),
|
description = S("Block of Diamond"),
|
||||||
_doc_items_longdesc = S("A block of diamond mostly a shiny decorational block but also useful as a compact storage of diamonds."),
|
_doc_items_longdesc = S("A block of diamond is mostly a shiny decorational block but also useful as a compact storage of diamonds."),
|
||||||
tiles = {"default_diamond_block.png"},
|
tiles = {"default_diamond_block.png"},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
|
|
|
@ -79,7 +79,7 @@ minetest.register_node("mcl_core:ladder", {
|
||||||
|
|
||||||
minetest.register_node("mcl_core:vine", {
|
minetest.register_node("mcl_core:vine", {
|
||||||
description = S("Vines"),
|
description = S("Vines"),
|
||||||
_doc_items_longdesc = S("Vines are climbable blocks which can be placed on the sides solid full-cube blocks. Vines slowly grow and spread."),
|
_doc_items_longdesc = S("Vines are climbable blocks which can be placed on the sides of solid full-cube blocks. Vines slowly grow and spread."),
|
||||||
drawtype = "signlike",
|
drawtype = "signlike",
|
||||||
tiles = {"mcl_core_vine.png"},
|
tiles = {"mcl_core_vine.png"},
|
||||||
inventory_image = "mcl_core_vine.png",
|
inventory_image = "mcl_core_vine.png",
|
||||||
|
|
Loading…
Reference in New Issue