add legacy_wallmounted line

This commit is contained in:
TenPlus1 2015-11-23 10:27:17 +00:00
parent 869fba8ea6
commit 8f5bde07e0

@ -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,