| | |
| | | minetest.register_craft({ |
| | | output = 'technic:mining_drill', |
| | | recipe = { |
| | | {'moreores:tin_ingot', 'technic:diamond_drill_head', 'moreores:tin_ingot'}, |
| | | {'technic:stainless_steel_ingot', 'technic:motor', 'technic:stainless_steel_ingot'}, |
| | | {'default:tin_ingot', 'technic:diamond_drill_head', 'default:tin_ingot'}, |
| | | {'technic:stainless_steel_ingot', 'basic_materials:motor', 'technic:stainless_steel_ingot'}, |
| | | {'', 'technic:red_energy_crystal', 'default:copper_ingot'}, |
| | | } |
| | | }) |
| | |
| | | end |
| | | |
| | | local function drill_dig_it2 (pos,player) |
| | | drill_dig_it0 (pos,player) |
| | | pos.z=pos.z+1 |
| | | drill_dig_it0 (pos,player) |
| | | pos.z=pos.z-2 |
| | | drill_dig_it0 (pos,player) |
| | | pos.z=pos.z+1 |
| | | pos.y=pos.y+1 |
| | | drill_dig_it0 (pos,player) |
| | | pos.z=pos.z+1 |
| | |
| | | pos.z=pos.z-2 |
| | | drill_dig_it0 (pos,player) |
| | | pos.z=pos.z+1 |
| | | pos.y=pos.y-2 |
| | | pos.y=pos.y-1 |
| | | drill_dig_it0 (pos,player) |
| | | pos.z=pos.z+1 |
| | | drill_dig_it0 (pos,player) |
| | | pos.z=pos.z-2 |
| | | drill_dig_it0 (pos,player) |
| | | pos.z=pos.z+1 |
| | | pos.y=pos.y-1 |
| | | drill_dig_it0 (pos,player) |
| | | pos.z=pos.z+1 |
| | | drill_dig_it0 (pos,player) |
| | |
| | | end |
| | | |
| | | local function drill_dig_it3 (pos,player) |
| | | drill_dig_it0 (pos,player) |
| | | pos.x=pos.x+1 |
| | | drill_dig_it0 (pos,player) |
| | | pos.x=pos.x-2 |
| | | drill_dig_it0 (pos,player) |
| | | pos.x=pos.x+1 |
| | | pos.y=pos.y+1 |
| | | drill_dig_it0 (pos,player) |
| | | pos.x=pos.x+1 |
| | |
| | | pos.x=pos.x-2 |
| | | drill_dig_it0 (pos,player) |
| | | pos.x=pos.x+1 |
| | | pos.y=pos.y-2 |
| | | pos.y=pos.y-1 |
| | | drill_dig_it0 (pos,player) |
| | | pos.x=pos.x+1 |
| | | drill_dig_it0 (pos,player) |
| | | pos.x=pos.x-2 |
| | | drill_dig_it0 (pos,player) |
| | | pos.x=pos.x+1 |
| | | pos.y=pos.y-1 |
| | | drill_dig_it0 (pos,player) |
| | | pos.x=pos.x+1 |
| | | drill_dig_it0 (pos,player) |