diff options
author | Tim <idn.inbox@yahoo.com> | 2014-03-29 09:42:46 +0100 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2014-03-30 14:09:24 -0400 |
commit | 0201135231d2da61e068736d44f672c592a88bea (patch) | |
tree | 89adbc27bfee8120802305980b693f65050705fc | |
parent | 8bdbe1e4515dd014804054654314740e1fbdfd4a (diff) |
Remove duplicate CNC registration of default:tree
-rw-r--r-- | technic/machines/LV/cnc_nodes.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/technic/machines/LV/cnc_nodes.lua b/technic/machines/LV/cnc_nodes.lua index b58b335..842a67c 100644 --- a/technic/machines/LV/cnc_nodes.lua +++ b/technic/machines/LV/cnc_nodes.lua @@ -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", |