Added legacy_wallmounted line
This commit is contained in:
parent
3c1bc0bba9
commit
33deefceba
1
init.lua
1
init.lua
@ -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)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user