Fix typos in mcl_core

This commit is contained in:
Wuzzy 2019-03-09 03:58:41 +01:00
parent 10035a64af
commit a15c58a2dc
2 changed files with 2 additions and 2 deletions

View File

@ -730,7 +730,7 @@ minetest.register_node("mcl_core:goldblock", {
minetest.register_node("mcl_core:diamondblock", {
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"},
is_ground_content = false,
stack_max = 64,

View File

@ -79,7 +79,7 @@ minetest.register_node("mcl_core:ladder", {
minetest.register_node("mcl_core:vine", {
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",
tiles = {"mcl_core_vine.png"},
inventory_image = "mcl_core_vine.png",