Add new texture for leaves, jungle leaves and style simple

This commit is contained in:
RealBadAngel 2015-07-08 15:52:17 +02:00 committed by paramat
parent fdae2832bb
commit 0c5f6dabc0
3 changed files with 2 additions and 0 deletions

View File

@ -442,6 +442,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},
@ -517,6 +518,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