mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-20 06:13:51 +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
74d54eb0b4
commit
63ab5ef5d4
@ -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