Zefram
2014-07-03 636b0f20df4fef3eef821c23ccc2f606828f5c6f
technic/machines/other/constructor.lua
@@ -157,6 +157,7 @@
   tile_images = {"technic_constructor_mk1_top_on.png","technic_constructor_mk1_bottom_on.png","technic_constructor_mk1_side2_on.png","technic_constructor_mk1_side1_on.png",
         "technic_constructor_back.png","technic_constructor_front_on.png"},
   paramtype2 = "facedir",
   drop = "technic:constructor_mk1_off",
   groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,mesecon = 2,not_in_creative_inventory=1},
   mesecons= {effector={action_off=mk1_off}},
   sounds = default.node_sound_stone_defaults(),
@@ -242,6 +243,7 @@
         "technic_constructor_back.png","technic_constructor_front_on.png"},
   is_ground_content = true,
   paramtype2 = "facedir",
   drop = "technic:constructor_mk2_off",
   groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2, mesecon = 2, not_in_creative_inventory=1},
   mesecons = {effector={action_off=mk2_off}},
   sounds = default.node_sound_stone_defaults(),
@@ -351,6 +353,7 @@
         "technic_constructor_back.png","technic_constructor_front_on.png"},
   is_ground_content = true,
   paramtype2 = "facedir",
   drop = "technic:constructor_mk3_off",
   groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2, mesecon = 2,not_in_creative_inventory=1},
   mesecons = {effector={action_off=mk3_off}},
   sounds = default.node_sound_stone_defaults(),