From 34d1d43f0e13a75a6ea57920cb1af594894a80dc Mon Sep 17 00:00:00 2001 From: Milan* Date: Thu, 29 Jun 2017 13:07:43 +0200 Subject: [PATCH] technic cnc: replace illuna:stonebrick with default:stonebrick --- technic.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic.lua b/technic.lua index dd8c6a3..a8d9a3a 100644 --- a/technic.lua +++ b/technic.lua @@ -1,4 +1,4 @@ -technic.cnc.register_all("illuna:stonebrick", +technic.cnc.register_all("default:stonebrick", {cracky=3}, {"default_stone_brick.png"}, "Stonebrick")