From d0cf35e434022bbfd186bb98f52f8f760173b03c Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 1 Sep 2012 12:19:38 -0400 Subject: [PATCH] made skylight walkable. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c59cdecf..a4b86d46 100644 --- a/init.lua +++ b/init.lua @@ -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(), })