aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorJoshua <ehlodex@users.noreply.github.com>2017-12-15 09:37:23 -0500
committerGitHub <noreply@github.com>2017-12-15 09:37:23 -0500
commit1ab9e6976f88d449bad7a5dddead687d9eab476a (patch)
tree84d37433f01fa3e4e3041f73b3d5bba4b44122e0 /init.lua
parent172722f7169732f39c471a6c247edb68a74488f1 (diff)
downloadehlphabet-1ab9e6976f88d449bad7a5dddead687d9eab476a.tar.gz
ehlphabet-1ab9e6976f88d449bad7a5dddead687d9eab476a.tar.bz2
ehlphabet-1ab9e6976f88d449bad7a5dddead687d9eab476a.zip
paramtype2 = "facedir"
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 88c6f08..dc71552 100644
--- a/init.lua
+++ b/init.lua
@@ -21,6 +21,7 @@ minetest.register_node("ehlphabet:machine", {
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",
+ paramtype2 = "facedir",
groups = {cracky=2},
can_dig = function(pos, player) -- "Can you dig it?" -Cyrus