From 8d71d0e80c5111abb000625f1e0dd81310e61e98 Mon Sep 17 00:00:00 2001
From: Milan <tchncs@vivaldi.net>
Date: Wed, 29 Nov 2017 18:31:41 +0100
Subject: [PATCH] add scifi_nodes:red to technic cnc

---
 depends.txt | 1 +
 technic.lua | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/depends.txt b/depends.txt
index ab21ffd..0da06da 100644
--- a/depends.txt
+++ b/depends.txt
@@ -9,6 +9,7 @@ darkage ?
 building_blocks ?
 teleport_potion ?
 scaffolding ?
+scifi_nodes ?
 moreores ?
 moreblocks ?
 mobs_animal ?
diff --git a/technic.lua b/technic.lua
index 41d9f9a..2388fa7 100644
--- a/technic.lua
+++ b/technic.lua
@@ -6,3 +6,7 @@ technic.cnc.register_all("columnia:rusty_block",
                 {cracky=3},
                 {"columnia_rusty_block.png"},
                 "Rusty Block")
+technic.cnc.register_all("scifi_nodes:red",
+                {cracky=3},
+                {"scifi_nodes_red.png"},
+                "Red Lines")
-- 
GitLab