mirror of
https://codeberg.org/tenplus1/teleport_potion.git
synced 2025-03-15 06:01:24 +00:00
Added legacy_wallmounted line
This commit is contained in:
parent
3c1bc0bba9
commit
33deefceba
1 changed files with 1 additions and 0 deletions
1
init.lua
1
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)",
|
||||
|
|
Loading…
Add table
Reference in a new issue