removed use_texture_alpha

master
bas 2013-11-24 05:40:08 +01:00
parent 74c18cfcb2
commit bb6d0554f4
2 changed files with 0 additions and 2 deletions

View File

@ -90,7 +90,6 @@ for color = 1, 3 do
drawtype = "allfaces_optional",
tiles = {"trees_leaves_"..leaves[color]..".png"},
paramtype = "light",
use_texture_alpha = true,
groups = {snappy=3, leafdecay=3, flammable=2},
drop = {
max_items = 1,

View File

@ -50,7 +50,6 @@ name = "mangrove"
minetest.register_node("trees:leaves_"..name, {
description = name.. " Leaves",
drawtype = "allfaces_optional",
use_texture_alpha = true,
tiles = {"trees_leaves_"..name..".png"},
paramtype = "light",
groups = {snappy=3, leafdecay=3, flammable=2},