aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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},