tweak the description

Because before « leaves » and « jungle leaves » has the same name
« leaves », and players was unable to recognize which is exactly the
right « leaves » …
This commit is contained in:
Ombridride 2014-12-17 23:30:53 +01:00
parent a3a190f813
commit c5d752a3be
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ minetest.register_node(":default:leaves", {
})
-- remplace jungleleaves
minetest.register_node(":default:jungleleaves", {
description = "Leaves",
description = "Jungle Leaves",
drawtype = "nodebox",
visual_scale = 1.3,
tiles = {"snow.png", "christmas_craft_leaves_top.png", "christmas_craft_leaves_side.png"},