Twekaed some other stuff

This commit is contained in:
DanDuncombe 2013-11-12 19:18:32 +00:00
parent 6a5c51b439
commit e9c375cbb8

View File

@ -105,6 +105,7 @@ minetest.register_node("walking_light:light", {
walkable = false,
is_ground_content = true,
sunlight_propagates = true,
buildable_to = true,
light_source = 14,
pointable = false,
groups = {not_in_creative_inventory=1},