From: Tim Date: Sat, 29 Mar 2014 09:57:01 +0000 (+0100) Subject: Fix CNC steel block groups X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=252156d653c63ec2f6d6caa219365ed5d6994d40;p=zefram%2Fminetest%2Ftechnic.git Fix CNC steel block groups --- diff --git a/technic/machines/LV/cnc_nodes.lua b/technic/machines/LV/cnc_nodes.lua index 3e305ad..a12307f 100644 --- a/technic/machines/LV/cnc_nodes.lua +++ b/technic/machines/LV/cnc_nodes.lua @@ -61,7 +61,7 @@ technic.cnc.register_all("default:tree", -- STEEL -------- technic.cnc.register_all("default:steelblock", - {snappy=1, bendy=2, cracky=1, melty=2, level=2, not_in_creative_inventory=1}, + {cracky=1, level=2, not_in_creative_inventory=1}, {"default_steel_block.png"}, S("Steel"))