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
8c54c845
Commit
8c54c845
authored
Oct 11, 2016
by
Milan
Browse files
use own texture on sides
parent
b50b700e
Changes
2
Hide whitespace changes
Inline
Side-by-side
init.lua
View file @
8c54c845
...
...
@@ -206,7 +206,7 @@ minetest.register_craft({
-- teleport pad
minetest
.
register_node
(
"teleport_potion:pad"
,
{
tiles
=
{
"padd.png"
,
"padd
.png^[transformFY
"
},
tiles
=
{
"padd.png"
,
"padd
_side.png
"
},
drawtype
=
"nodebox"
,
paramtype
=
"light"
,
paramtype2
=
"facedir"
,
...
...
textures/padd_side.png
0 → 100644
View file @
8c54c845
147 Bytes
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