Propagate sunlight for rocks, stems
This commit is contained in:
parent
503d966733
commit
c8d70f4b34
2 changed files with 3 additions and 0 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue