diff options
author | Joshua <ehlodex@users.noreply.github.com> | 2017-12-14 23:45:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-14 23:45:06 -0500 |
commit | 3448ec8155acf3b26d37566bfe7299ca8656e896 (patch) | |
tree | 41818e1c6cd576535e9d0077f1d320f3e7e77217 | |
parent | c91664670593761091ed15c74989ab38de406069 (diff) | |
download | ehlphabet-3448ec8155acf3b26d37566bfe7299ca8656e896.tar.gz ehlphabet-3448ec8155acf3b26d37566bfe7299ca8656e896.tar.bz2 ehlphabet-3448ec8155acf3b26d37566bfe7299ca8656e896.zip |
New machine texture
-rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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},
|