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

@ -8,9 +8,9 @@ local S = technic.getter
minetest.register_craft({
output = 'technic:tool_workshop',
recipe = {
{'group:wood', 'default:diamond', 'group:wood'},
{'group:wood', 'technic:machine_casing', 'group:wood'},
{'default:stone', 'technic:mv_cable0', 'default:stone'},
{'group:wood', 'default:diamond', 'group:wood'},
{'mesecons_pistons:piston_sticky_off', 'technic:machine_casing', 'technic:carbon_cloth'},
{'default:obsidian', 'technic:mv_cable0', 'default:obsidian'},
}
})