From 535e04d542520f58a2db8d4d7a222b73e5c96ef1 Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Tue, 27 Aug 2024 11:42:59 +0200
Subject: [PATCH] Merge branch 'master' into xno_tree_trap

---
 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..fb1a0da 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 not 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