Remove duplicate CNC registration of default:tree

This commit is contained in:
Tim 2014-03-29 09:42:46 +01:00 committed by ShadowNinja
parent 8bdbe1e451
commit 0201135231
1 changed files with 0 additions and 7 deletions

View File

@ -14,13 +14,6 @@ technic.cnc.programs_disable["default:dirt"] = {"technic_cnc_sphere", "technic_c
"technic_cnc_slope_edge_upsdown", "technic_cnc_slope_inner_edge_upsdown",
"technic_cnc_stick", "technic_cnc_cylinder_horizontal"}
-- TREE
-------
technic.cnc.register_all("default:tree",
{snappy=2, choppy=2, oddly_breakable_by_hand=2, not_in_creative_inventory=1},
{"default_tree.png"},
S("Wooden"))
-- WOOD
-------
technic.cnc.register_all("default:wood",