mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +01:00
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({
|
||||
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'},
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user