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

Update homedecor with node placeholders

This commit is contained in:
LeMagnesium
2015-09-08 23:09:51 +02:00
parent faaa3afb0e
commit ff7f8e64cd
16 changed files with 285 additions and 82 deletions

View File

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