mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-31 02:56:26 -04:00
Add new texture for leaves style simple
This commit is contained in:
parent
89b993b01f
commit
8a7afaf2d5
2 changed files with 2 additions and 1 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},
|
||||
|
@ -1551,7 +1552,7 @@ minetest.register_node("default:brick", {
|
|||
|
||||
minetest.register_node("default:meselamp", {
|
||||
description = "Mese Lamp",
|
||||
drawtype = "glasslike",
|
||||
--drawtype = "glasslike",
|
||||
tiles = {"default_meselamp.png"},
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
|
|
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