Use tin from MTG instead of moreores (#401)

Register tin dust unconditionally
This commit is contained in:
Vitaliy
2018-07-21 20:11:12 +03:00
committed by SmallJoker
parent f013d2dd1f
commit d1b54a573c
6 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@ local S = technic.getter
minetest.register_craft({
output = 'technic:mining_drill',
recipe = {
{'moreores:tin_ingot', 'technic:diamond_drill_head', 'moreores:tin_ingot'},
{'default:tin_ingot', 'technic:diamond_drill_head', 'default:tin_ingot'},
{'technic:stainless_steel_ingot', 'technic:motor', 'technic:stainless_steel_ingot'},
{'', 'technic:red_energy_crystal', 'default:copper_ingot'},
}