Propagate sunlight for rocks, stems

This commit is contained in:
James Stevenson 2016-06-03 12:55:51 -04:00
parent 503d966733
commit c8d70f4b34
2 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@ for grid_count = 1,6 do
is_ground_content = true,
walkable = false,
paramtype = "light",
sunlight_propagates = true,
drawtype = "nodebox",
buildable_to = true,
node_box = { type = "fixed",
@ -68,6 +69,7 @@ minetest.register_node("fun_caves:small_rocks", {
is_ground_content = true,
walkable = false,
paramtype = "light",
sunlight_propagates = true,
drawtype = "nodebox",
node_box = { type = "fixed",
fixed = default_grid },