From 8082d5ad37c4e0bb63c989a9c7283e93dd51b865 Mon Sep 17 00:00:00 2001
From: Milan <me@tchncs.de>
Date: Tue, 3 Mar 2020 20:49:36 +0100
Subject: [PATCH] technic compatibility update

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

diff --git a/depends.txt b/depends.txt
index 63f3bb2..cd03b06 100644
--- a/depends.txt
+++ b/depends.txt
@@ -1,6 +1,7 @@
 default
 wool
 3d_armor
+technic_cnc
 columnia ?
 trunks ?
 irc ?
diff --git a/technic.lua b/technic.lua
index f84fcf6..2b93cc5 100644
--- a/technic.lua
+++ b/technic.lua
@@ -1,14 +1,14 @@
-technic.cnc.register_all("default:stonebrick",
+technic_cnc.register_all("default:stonebrick",
                 {cracky=3},
                 {"default_stone_brick.png"},
                 "Stonebrick")
 
-technic.cnc.register_all("scifi_nodes:red",
+technic_cnc.register_all("scifi_nodes:red",
                 {cracky=3},
                 {"scifi_nodes_red.png"},
                 "Red Lines")
 
-technic.cnc.register_all("columnia:rusty_block",
+technic_cnc.register_all("columnia:rusty_block",
                 {cracky=3},
                 {"columnia_rusty_block.png"},
                 "Rusty Block")
-- 
GitLab