Tweak supply converter recipe

The casing is now in the center of the grid, as it is for all other
machines.
This commit is contained in:
Zefram 2014-07-06 18:50:18 +01:00 committed by Novatux
parent 74d54eb0b4
commit 63ab5ef5d4
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ minetest.register_node("technic:supply_converter", {
minetest.register_craft({
output = 'technic:supply_converter 1',
recipe = {
{'technic:stainless_steel_ingot', 'technic:machine_casing', 'technic:stainless_steel_ingot'},
{'technic:mv_transformer', 'technic:mv_cable0', 'technic:lv_transformer'},
{'technic:stainless_steel_ingot', 'technic:rubber', 'technic:stainless_steel_ingot'},
{'technic:mv_transformer', 'technic:machine_casing', 'technic:lv_transformer'},
{'technic:mv_cable0', 'technic:rubber', 'technic:lv_cable0'},
}
})