Add milling machine from non cubic to technic mod.
authorkpoppel <poulsen.kim@gmail.com>
Mon, 6 May 2013 18:00:00 +0000 (20:00 +0200)
committerkpoppel <poulsen.kim@gmail.com>
Mon, 6 May 2013 18:00:00 +0000 (20:00 +0200)
commit6463b77e60639f4012b702fef344cc7e201d3e3a
tree98e00079a261cc3a2c61e32d8a0718ba21c85bff
parent895ee322d26727cdf680942d82566b2df83c9368
Add milling machine from non cubic to technic mod.
Next step is to make sure it only works if powered.
32 files changed:
technic/chainsaw.lua
technic/cnc.lua [new file with mode: 0644]
technic/cnc_api.lua [new file with mode: 0644]
technic/cnc_nodes.lua [new file with mode: 0644]
technic/init.lua
technic/textures/technic_cnc_bottom.png [new file with mode: 0644]
technic/textures/technic_cnc_cylinder.png [new file with mode: 0644]
technic/textures/technic_cnc_cylinder_horizontal.png [new file with mode: 0644]
technic/textures/technic_cnc_element_cross.png [new file with mode: 0644]
technic/textures/technic_cnc_element_edge.png [new file with mode: 0644]
technic/textures/technic_cnc_element_end.png [new file with mode: 0644]
technic/textures/technic_cnc_element_straight.png [new file with mode: 0644]
technic/textures/technic_cnc_element_t.png [new file with mode: 0644]
technic/textures/technic_cnc_front.png [new file with mode: 0644]
technic/textures/technic_cnc_full.png [new file with mode: 0644]
technic/textures/technic_cnc_half.png [new file with mode: 0644]
technic/textures/technic_cnc_milling_background.png [new file with mode: 0644]
technic/textures/technic_cnc_onecurvededge.png [new file with mode: 0644]
technic/textures/technic_cnc_pyramid.png [new file with mode: 0644]
technic/textures/technic_cnc_side.png [new file with mode: 0644]
technic/textures/technic_cnc_slope.png [new file with mode: 0644]
technic/textures/technic_cnc_slope_edge.png [new file with mode: 0644]
technic/textures/technic_cnc_slope_edge_upsdwn.png [new file with mode: 0644]
technic/textures/technic_cnc_slope_inner_edge.png [new file with mode: 0644]
technic/textures/technic_cnc_slope_inner_edge_upsdwn.png [new file with mode: 0644]
technic/textures/technic_cnc_slope_lying.png [new file with mode: 0644]
technic/textures/technic_cnc_slope_upsdwn.png [new file with mode: 0644]
technic/textures/technic_cnc_sphere.png [new file with mode: 0644]
technic/textures/technic_cnc_spike.png [new file with mode: 0644]
technic/textures/technic_cnc_stick.png [new file with mode: 0644]
technic/textures/technic_cnc_top.png [new file with mode: 0644]
technic/textures/technic_cnc_twocurvededge.png [new file with mode: 0644]