Added legacy_wallmounted line

master
TenPlus1 2015-11-23 11:46:34 +00:00
parent 3c1bc0bba9
commit 33deefceba
1 changed files with 1 additions and 0 deletions

View File

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