From 3101c82034e2fb5daec68c9ba0469f80c4786a3f Mon Sep 17 00:00:00 2001 From: Milan <tchncs@vivaldi.net> Date: Wed, 29 Nov 2017 18:24:58 +0100 Subject: [PATCH] add columnia:rusty_block to technic cnc --- depends.txt | 1 + technic.lua | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/depends.txt b/depends.txt index cf7566a..ab21ffd 100644 --- a/depends.txt +++ b/depends.txt @@ -1,6 +1,7 @@ default wool 3d_armor +columnia ? trunks ? irc ? farming ? diff --git a/technic.lua b/technic.lua index a8d9a3a..41d9f9a 100644 --- a/technic.lua +++ b/technic.lua @@ -2,3 +2,7 @@ technic.cnc.register_all("default:stonebrick", {cracky=3}, {"default_stone_brick.png"}, "Stonebrick") +technic.cnc.register_all("columnia:rusty_block", + {cracky=3}, + {"columnia_rusty_block.png"}, + "Rusty Block") -- GitLab