From fc961351576d82707e94fcc160455b5ab1d042a1 Mon Sep 17 00:00:00 2001 From: "Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org" Date: Sat, 4 Nov 2023 02:43:55 +0100 Subject: [PATCH] technic:motor to basic_materials:motor (#333) --- technic/machines/MV/freezer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/MV/freezer.lua b/technic/machines/MV/freezer.lua index 039dbe62..0ae2f7bf 100644 --- a/technic/machines/MV/freezer.lua +++ b/technic/machines/MV/freezer.lua @@ -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'}, }