1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Updated homedecor

This commit is contained in:
LeMagnesium
2015-06-20 19:59:54 +02:00
parent e23de39212
commit f29ea87d00
15 changed files with 82 additions and 81 deletions

View File

@ -164,7 +164,7 @@ minetest.register_node("building_blocks:Fireplace", {
},
paramtype = "light",
paramtype2 = "facedir",
light_source = default.LIGHT_MAX - 1,
light_source = LIGHT_MAX,
sunlight_propagates = true,
is_ground_content = true,
groups = {cracky=2},