mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 11:30:03 -04:00
Merge 8a7afaf2d5
into 585b2bc22e
This commit is contained in:
commit
2db707063f
3 changed files with 2 additions and 1 deletions
|
@ -416,6 +416,7 @@ minetest.register_node("default:leaves", {
|
||||||
waving = 1,
|
waving = 1,
|
||||||
visual_scale = 1.3,
|
visual_scale = 1.3,
|
||||||
tiles = {"default_leaves.png"},
|
tiles = {"default_leaves.png"},
|
||||||
|
special_tiles = {"default_leaves_simple.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {snappy=3, leafdecay=3, flammable=2, leaves=1},
|
groups = {snappy=3, leafdecay=3, flammable=2, leaves=1},
|
||||||
|
@ -1551,7 +1552,7 @@ minetest.register_node("default:brick", {
|
||||||
|
|
||||||
minetest.register_node("default:meselamp", {
|
minetest.register_node("default:meselamp", {
|
||||||
description = "Mese Lamp",
|
description = "Mese Lamp",
|
||||||
drawtype = "glasslike",
|
--drawtype = "glasslike",
|
||||||
tiles = {"default_meselamp.png"},
|
tiles = {"default_meselamp.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 392 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