diff --git a/init.lua b/init.lua
index 2ebe207b416e623089275ebc9402c486481a0a8e..374ef535e90d9ad4e7b684bd74392bdb2293dd02 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)",