Fix CNC steel block groups

This commit is contained in:
Tim 2014-03-29 10:57:01 +01:00 committed by ShadowNinja
parent 8684fa1733
commit 252156d653
1 changed files with 1 additions and 1 deletions

View File

@ -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"))