From 8c54c845a6e4f54f8e2271caa2abfd5dcb1f578c Mon Sep 17 00:00:00 2001 From: tchncs <tchncs@vivaldi.net> Date: Tue, 11 Oct 2016 11:24:18 +0200 Subject: [PATCH] use own texture on sides --- init.lua | 2 +- textures/padd_side.png | Bin 0 -> 147 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 textures/padd_side.png diff --git a/init.lua b/init.lua index 2165602..0d7e955 100755 --- a/init.lua +++ b/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", diff --git a/textures/padd_side.png b/textures/padd_side.png new file mode 100644 index 0000000000000000000000000000000000000000..b1f2f3a902c36185de2b91e5892bb69596f16957 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^0zk~f!VDxAA9g$hq$C1-LR?QjxW8!owwb$jtUG>m z*M;*y?yXm^9)J9(eP7}OPz`5+M`SSr1Gg{;GcwGYBLNg-FY)wsWq-iM%_(LzDWx(4 oD8%RK;uyklJvpF>iA{o;LD+~%vB#ma1}MYe>FVdQ&MBb@03|mp9{>OV literal 0 HcmV?d00001 -- GitLab