Skip to content

Commit

Permalink
technic:motor to basic_materials:motor (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonfreegithub authored Nov 4, 2023
1 parent ab43bf9 commit fc96135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion technic/machines/MV/freezer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local S = technic.getter
minetest.register_craft({
output = 'technic:mv_freezer',
recipe = {
{'technic:stainless_steel_ingot', 'technic:motor', 'technic:stainless_steel_ingot'},
{'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 fc96135

Please sign in to comment.