Remove duplicate CNC registration of default:tree
authorTim <idn.inbox@yahoo.com>
Sat, 29 Mar 2014 08:42:46 +0000 (09:42 +0100)
committerShadowNinja <shadowninja@minetest.net>
Sun, 30 Mar 2014 18:09:24 +0000 (14:09 -0400)
technic/machines/LV/cnc_nodes.lua

index b58b3350e791adf1c1b5431f45e2a7ee778af28f..842a67c94cb2a3841e3c4556c2b6451c97c5cb9f 100644 (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",