diff options
author | Tim <idn.inbox@yahoo.com> | 2014-03-29 10:57:01 +0100 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2014-03-30 14:13:11 -0400 |
commit | 252156d653c63ec2f6d6caa219365ed5d6994d40 (patch) | |
tree | 67223c6b1b72f901e2fa60340f0d5669db4b2cce | |
parent | 8684fa1733f63f1f6c909fcacb8424da614189e6 (diff) |
Fix CNC steel block groups
-rw-r--r-- | technic/machines/LV/cnc_nodes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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")) |