From 1ab9e6976f88d449bad7a5dddead687d9eab476a Mon Sep 17 00:00:00 2001 From: Joshua Date: Fri, 15 Dec 2017 09:37:23 -0500 Subject: paramtype2 = "facedir" --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') 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 -- cgit v1.2.3