forked from minetest-mods/technic
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:
parent
68ea0acbd0
commit
4958a77e21
|
@ -32,8 +32,8 @@ minetest.register_node("technic:supply_converter", {
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'technic:supply_converter 1',
|
output = 'technic:supply_converter 1',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'technic:stainless_steel_ingot', 'technic:machine_casing', 'technic:stainless_steel_ingot'},
|
{'technic:stainless_steel_ingot', 'technic:rubber', 'technic:stainless_steel_ingot'},
|
||||||
{'technic:mv_transformer', 'technic:mv_cable0', 'technic:lv_transformer'},
|
{'technic:mv_transformer', 'technic:machine_casing', 'technic:lv_transformer'},
|
||||||
{'technic:mv_cable0', 'technic:rubber', 'technic:lv_cable0'},
|
{'technic:mv_cable0', 'technic:rubber', 'technic:lv_cable0'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user