Skip to content
Snippets Groups Projects
Commit bdb715c9 authored by TenPlus1's avatar TenPlus1
Browse files

changed tile_images to tiles

parent 08406000
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ minetest.register_node("teleport_potion:portal", {
-- teleport potion
minetest.register_node("teleport_potion:potion", {
tile_images = {"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_images = {"padd.png"},
tiles = {"padd.png"},
drawtype = 'nodebox',
paramtype = "light",
paramtype2 = "wallmounted",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment