diff --git a/init.lua b/init.lua index 2ebe207..374ef53 100755 --- a/init.lua +++ b/init.lua @@ -152,6 +152,7 @@ minetest.register_node("teleport_potion:pad", { drawtype = 'nodebox', paramtype = "light", paramtype2 = "wallmounted", + legacy_wallmounted = true, walkable = true, sunlight_propagates = true, description="Teleport Pad (place and right-click to enchant location)",