Add new texture for leaves, jungle leaves and style simple

This commit is contained in:
RealBadAngel 2015-07-08 15:52:17 +02:00
parent 585b2bc22e
commit b26106d6b0
3 changed files with 2 additions and 0 deletions

View file

@ -416,6 +416,7 @@ minetest.register_node("default:leaves", {
waving = 1,
visual_scale = 1.3,
tiles = {"default_leaves.png"},
special_tiles = {"default_leaves_simple.png"},
paramtype = "light",
is_ground_content = false,
groups = {snappy=3, leafdecay=3, flammable=2, leaves=1},
@ -491,6 +492,7 @@ minetest.register_node("default:jungleleaves", {
waving = 1,
visual_scale = 1.3,
tiles = {"default_jungleleaves.png"},
special_tiles = {"default_jungleleaves_simple.png"},
paramtype = "light",
is_ground_content = false,
groups = {snappy=3, leafdecay=3, flammable=2, leaves=1},

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B