diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-01-05 18:53:00 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-01-05 18:53:00 +0000 |
commit | 2b3e048ff41e678519ffb00afd5a7a96f7e3ba2e (patch) | |
tree | a7c84a99fac0a1164a68d5566d366a6b87b356a6 /init.lua | |
parent | fa66990f676736ca4b0ec9db105e91fcc3ef8a6c (diff) |
Added forum link to readme
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |