From 8f5bde07e0eab0c81817ec4937397b637c26732d Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 23 Nov 2015 10:27:17 +0000 Subject: [PATCH] add legacy_wallmounted line --- init.lua | 1 + 1 file changed, 1 insertion(+) 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,