made skylight walkable.

master
Vanessa Ezekowitz 2012-09-01 12:19:38 -04:00
parent d482b4ba7c
commit d0cf35e434
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ minetest.register_node('homedecor:skylight', {
inventory_image = 'default_glass.png',
paramtype = 'light',
sunlight_propagates = true,
walkable = false,
walkable = true,
groups = { snappy = 3 },
sounds = default.node_sound_leaves_defaults(),
})