added rubber tree description

+added to group "leaves"
This commit is contained in:
Christian Wischenbart 2015-07-25 15:46:17 +02:00
parent 32d776293b
commit e2ca7166f9
1 changed files with 2 additions and 1 deletions

View File

@ -40,9 +40,10 @@ minetest.register_node(":moretrees:rubber_tree_trunk_empty", {
minetest.register_node(":moretrees:rubber_tree_leaves", {
drawtype = "allfaces_optional",
description = S("Rubber Tree Leaves"),
tiles = {"technic_rubber_leaves.png"},
paramtype = "light",
groups = {snappy=3, leafdecay=3, flammable=2, not_in_creative_inventory=1},
groups = {snappy=3, leafdecay=3, flammable=2, leaves=1},
drop = {
max_items = 1,
items = {{