From 2081b409249bdbcf94ea387bd74e219bbf9111d0 Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Thu, 03 Dec 2020 13:06:42 +0100
Subject: [PATCH] xno_pick ignore *eye* block

---
 technic/tools/xno_pick.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/technic/tools/xno_pick.lua b/technic/tools/xno_pick.lua
index c3ded51..1344520 100644
--- a/technic/tools/xno_pick.lua
+++ b/technic/tools/xno_pick.lua
@@ -22,7 +22,7 @@
     node_name:match("default:mese") or
     node_name:match("technic:mineral_.*") or
     node_name:match("xtraores:.*_ore") or
-    node_name:match("underch:.*_ore") or
+    node_name:match("underch:.*_ore") and ~node_name:match("underch:.*_eye_ore") or
     -- underch:black_eye_ore
     node_name:match("underch:coal_dust") or
     node_name:match("underch:coal_diamond") or

--
Gitblit v1.8.0