use own texture on sides
This commit is contained in:
parent
b50b700e61
commit
8c54c845a6
2
init.lua
2
init.lua
@ -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",
|
||||
|
BIN
textures/padd_side.png
Normal file
BIN
textures/padd_side.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 B |
Loading…
x
Reference in New Issue
Block a user