Rework some recipes to use more varied ingredients

This commit is contained in:
Zefram
2014-07-07 21:48:38 +01:00
committed by Novatux
parent 5e7c47a619
commit 5e4a87b925
19 changed files with 42 additions and 39 deletions

View File

@ -3,7 +3,7 @@ local S = technic.getter
minetest.register_craft({
recipe = {
{"technic:carbon_steel_block", "pipeworks:filter", "technic:carbon_steel_block"},
{"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"}},
output = "technic:quarry",