From 2b3e048ff41e678519ffb00afd5a7a96f7e3ba2e Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 5 Jan 2015 18:53:00 +0000 Subject: Added forum link to readme --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 36d799c..4e32d5f 100644 --- a/init.lua +++ b/init.lua @@ -184,6 +184,7 @@ minetest.register_node("protector:protect", { }, selection_box = { type="regular" }, paramtype = "light", + light_source = 2, after_place_node = function(pos, placer) local meta = minetest.env:get_meta(pos) @@ -249,6 +250,7 @@ minetest.register_node("protector:protect2", { groups = {dig_immediate=2}, paramtype = 'light', paramtype2 = "wallmounted", + light_source = 2, drawtype = "nodebox", sunlight_propagates = true, walkable = true, -- cgit v1.2.3