From 33deefcebaa0a0161fd8bbd1e3b42d21faed3bd4 Mon Sep 17 00:00:00 2001
From: TenPlus1 <kinsellaja@yahoo.com>
Date: Mon, 23 Nov 2015 11:46:34 +0000
Subject: [PATCH] Added legacy_wallmounted line

---
 init.lua | 1 +
 1 file changed, 1 insertion(+)

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)",
-- 
GitLab