forked from nalc/nalc_game
Add new texture for leaves, jungle leaves and style simple
This commit is contained in:
parent
fdae2832bb
commit
0c5f6dabc0
|
@ -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},
|
||||
|
|
BIN
mods/default/textures/default_jungleleaves_simple.png
Normal file
BIN
mods/default/textures/default_jungleleaves_simple.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 430 B |
BIN
mods/default/textures/default_leaves_simple.png
Normal file
BIN
mods/default/textures/default_leaves_simple.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 817 B |
Loading…
Reference in New Issue
Block a user