This commit is contained in:
Maciej Kasatkin 2015-07-08 13:43:02 +00:00
commit 2db707063f
3 changed files with 2 additions and 1 deletions

View file

@ -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,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B