Skip to content

Commit

Permalink
Merge branch 'master' into mcl-technic
Browse files Browse the repository at this point in the history
  • Loading branch information
nonfreegithub committed Nov 4, 2023
2 parents e5fe2b7 + fc96135 commit 72177c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions technic/machines/MV/freezer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ local S = technic.getter
minetest.register_craft({
output = 'technic:mv_freezer',
recipe = {
{'technic:stainless_steel_ingot', 'technic:motor', 'technic:stainless_steel_ingot'},
{'pipeworks:tube_1', 'technic:mv_transformer', 'pipeworks:tube_1'},

{'technic:stainless_steel_ingot', 'basic_materials:motor', 'technic:stainless_steel_ingot'},
{'pipeworks:pipe_1_empty', 'technic:mv_transformer', 'pipeworks:pipe_1_empty'},
{'technic:stainless_steel_ingot', 'technic:mv_cable', 'technic:stainless_steel_ingot'},
}
})
Expand Down

0 comments on commit 72177c6

Please sign in to comment.