Added legacy_wallmounted line

This commit is contained in:
TenPlus1 2015-11-23 11:46:34 +00:00
parent 3c1bc0bba9
commit 33deefceba

View file

@ -152,6 +152,7 @@ minetest.register_node("teleport_potion:pad", {
drawtype = 'nodebox', drawtype = 'nodebox',
paramtype = "light", paramtype = "light",
paramtype2 = "wallmounted", paramtype2 = "wallmounted",
legacy_wallmounted = true,
walkable = true, walkable = true,
sunlight_propagates = true, sunlight_propagates = true,
description="Teleport Pad (place and right-click to enchant location)", description="Teleport Pad (place and right-click to enchant location)",