From: Tim Date: Sat, 29 Mar 2014 08:36:08 +0000 (+0100) Subject: Fix steel block node name in the CNC X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=8bdbe1e4515dd014804054654314740e1fbdfd4a;p=zefram%2Fminetest%2Ftechnic.git Fix steel block node name in the CNC --- diff --git a/technic/machines/LV/cnc_nodes.lua b/technic/machines/LV/cnc_nodes.lua index fc70829..b58b335 100644 --- a/technic/machines/LV/cnc_nodes.lua +++ b/technic/machines/LV/cnc_nodes.lua @@ -67,7 +67,7 @@ technic.cnc.register_all("default:tree", S("Tree")) -- STEEL -------- -technic.cnc.register_all("default:steel", +technic.cnc.register_all("default:steelblock", {snappy=1, bendy=2, cracky=1, melty=2, level=2, not_in_creative_inventory=1}, {"default_steel_block.png"}, S("Steel"))