mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 11:30:03 -04:00
Add new texture for leaves, jungle leaves and style simple
This commit is contained in:
parent
585b2bc22e
commit
b26106d6b0
3 changed files with 2 additions and 0 deletions
|
@ -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},
|
||||
|
|
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…
Add table
Reference in a new issue