forked from VoxeLibre/VoxeLibre
Minor vines help change
This commit is contained in:
parent
647524f503
commit
c9812c5acf
|
@ -78,7 +78,7 @@ minetest.register_node("mcl_core:ladder", {
|
||||||
|
|
||||||
minetest.register_node("mcl_core:vine", {
|
minetest.register_node("mcl_core:vine", {
|
||||||
description = "Vines",
|
description = "Vines",
|
||||||
_doc_items_longdesc = "Vines are climbable blocks which can be placed on the sides solid full-cube blocks. Vines very slowly grow upwards and downwards.",
|
_doc_items_longdesc = "Vines are climbable blocks which can be placed on the sides 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