Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Illuna-Minetest
teleport_potion
Commits
08406000
Commit
08406000
authored
Sep 16, 2015
by
TenPlus1
Browse files
Changed deprecated add_node to set_node
parent
2eccef24
Changes
1
Hide whitespace changes
Inline
Side-by-side
init.lua
View file @
08406000
...
...
@@ -108,7 +108,7 @@ minetest.register_node("teleport_potion:potion", {
if
coords
then
minetest
.
add
_node
(
pos
,
{
name
=
"teleport_potion:portal"
})
minetest
.
set
_node
(
pos
,
{
name
=
"teleport_potion:portal"
})
local
newmeta
=
minetest
.
get_meta
(
pos
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment