From d0b0b3aab6e4c9f505fabfc8ec2f5c5cc0f3cf05 Mon Sep 17 00:00:00 2001
From: cheapie <no-email-for-you@example.com>
Date: Sun, 2 Jun 2019 12:58:22 -0500
Subject: Add some extra button rules

---
 switches.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/switches.lua b/switches.lua
index 5301594..d7c461a 100644
--- a/switches.lua
+++ b/switches.lua
@@ -13,6 +13,8 @@ digistuff.button_get_rules = function(node)
 		{x =  0,y =  0,z =  1},
 		{x =  0,y =  0,z = -1},
 		{x =  0,y =  0,z =  2},
+		{x =  0,y =  1,z =  1},
+		{x =  0,y = -1,z =  1},
 	}
 	local dir = minetest.facedir_to_dir(node.param2)
 	rules = digistuff.rotate_rules(rules,dir)
-- 
cgit v1.2.3