Emon
2016-05-18 413d20d6c83a218c63fcb4fbf840010d1d380f86
technic/machines/HV/quarry.lua
@@ -5,7 +5,7 @@
   recipe = {
      {"technic:carbon_plate",       "pipeworks:filter",       "technic:composite_plate"},
      {"technic:motor",              "technic:machine_casing", "technic:diamond_drill_head"},
      {"technic:carbon_steel_block", "technic:hv_cable0",      "technic:carbon_steel_block"}},
      {"technic:carbon_steel_block", "technic:hv_cable",       "technic:carbon_steel_block"}},
   output = "technic:quarry",
})
@@ -209,8 +209,12 @@
   tiles = {"technic_carbon_steel_block.png", "technic_carbon_steel_block.png",
            "technic_carbon_steel_block.png", "technic_carbon_steel_block.png",
            "technic_carbon_steel_block.png^default_tool_mesepick.png", "technic_carbon_steel_block.png"},
   inventory_image = minetest.inventorycube("technic_carbon_steel_block.png",
            "technic_carbon_steel_block.png^default_tool_mesepick.png",
            "technic_carbon_steel_block.png"),
   paramtype2 = "facedir",
   groups = {cracky=2, tubedevice=1, technic_machine = 1},
   groups = {cracky=2, tubedevice=1, technic_machine=1, technic_hv=1},
   connect_sides = {"bottom", "front", "left", "right"},
   tube = {
      connect_sides = {top = 1},
   },