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
bdb715c9
Commit
bdb715c9
authored
Oct 16, 2015
by
TenPlus1
Browse files
changed tile_images to tiles
parent
08406000
Changes
1
Hide whitespace changes
Inline
Side-by-side
init.lua
View file @
bdb715c9
...
...
@@ -67,7 +67,7 @@ minetest.register_node("teleport_potion:portal", {
-- teleport potion
minetest
.
register_node
(
"teleport_potion:potion"
,
{
tile
_image
s
=
{
"pad.png"
},
tiles
=
{
"pad.png"
},
drawtype
=
"signlike"
,
paramtype
=
"light"
,
paramtype2
=
"wallmounted"
,
...
...
@@ -137,7 +137,7 @@ minetest.register_node("teleport_potion:potion", {
-- teleport pad
minetest
.
register_node
(
"teleport_potion:pad"
,
{
tile
_image
s
=
{
"padd.png"
},
tiles
=
{
"padd.png"
},
drawtype
=
'nodebox'
,
paramtype
=
"light"
,
paramtype2
=
"wallmounted"
,
...
...
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