From 69841045c7941881227439c075e82818a1836fd4 Mon Sep 17 00:00:00 2001
From: Milan <tchncs@vivaldi.net>
Date: Tue, 19 Dec 2017 22:11:35 +0100
Subject: [PATCH] add columnia:rusty_block and scifi_nodes:red to cnc

---
 depends.txt |  2 ++
 technic.lua | 10 ++++++++++
 2 files changed, 12 insertions(+)

diff --git a/depends.txt b/depends.txt
index cf7566a..0da06da 100644
--- a/depends.txt
+++ b/depends.txt
@@ -1,6 +1,7 @@
 default
 wool
 3d_armor
+columnia ?
 trunks ?
 irc ?
 farming ?
@@ -8,6 +9,7 @@ darkage ?
 building_blocks ?
 teleport_potion ?
 scaffolding ?
+scifi_nodes ?
 moreores ?
 moreblocks ?
 mobs_animal ?
diff --git a/technic.lua b/technic.lua
index a8d9a3a..f84fcf6 100644
--- a/technic.lua
+++ b/technic.lua
@@ -2,3 +2,13 @@ technic.cnc.register_all("default:stonebrick",
                 {cracky=3},
                 {"default_stone_brick.png"},
                 "Stonebrick")
+
+technic.cnc.register_all("scifi_nodes:red",
+                {cracky=3},
+                {"scifi_nodes_red.png"},
+                "Red Lines")
+
+technic.cnc.register_all("columnia:rusty_block",
+                {cracky=3},
+                {"columnia_rusty_block.png"},
+                "Rusty Block")
-- 
GitLab