aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua <ehlodex@users.noreply.github.com>2017-12-14 23:45:06 -0500
committerGitHub <noreply@github.com>2017-12-14 23:45:06 -0500
commit3448ec8155acf3b26d37566bfe7299ca8656e896 (patch)
tree41818e1c6cd576535e9d0077f1d320f3e7e77217
parentc91664670593761091ed15c74989ab38de406069 (diff)
downloadehlphabet-3448ec8155acf3b26d37566bfe7299ca8656e896.tar.gz
ehlphabet-3448ec8155acf3b26d37566bfe7299ca8656e896.tar.bz2
ehlphabet-3448ec8155acf3b26d37566bfe7299ca8656e896.zip
New machine texture
-rw-r--r--init.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 8db955e..88c6f08 100644
--- a/init.lua
+++ b/init.lua
@@ -18,7 +18,8 @@ end
minetest.register_node("ehlphabet:machine", {
description = "Letter Machine",
- tiles = {"ehlphabet_machine.png"},
+ tiles = {"ehlphabet_machine_top.png", "ehlphabet_machine_bottom.png", "ehlphabet_machine_side.png",
+ "ehlphabet_machine_side.png", "ehlphabet_machine_back.png", "ehlphabet_machine_front.png"},
paramtype = "light",
groups = {cracky=2},