summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-23 10:27:17 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-23 10:27:17 +0000
commit8f5bde07e0eab0c81817ec4937397b637c26732d (patch)
tree4524657399faa282ac4dd4ab51e23189a149620c
parent869fba8ea66b7778db56b98bff6eea7e2e0ce6a4 (diff)
add legacy_wallmounted line
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index bffe6d8..311a5a4 100644
--- a/init.lua
+++ b/init.lua
@@ -332,6 +332,7 @@ minetest.register_node("protector:protect2", {
groups = {dig_immediate = 2, unbreakable = 1},
paramtype = 'light',
paramtype2 = "wallmounted",
+ legacy_wallmounted = true,
light_source = 4,
drawtype = "nodebox",
sunlight_propagates = true,