From f37b21e632aebf3fea89c57ea72ca5db2f6499f7 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Thu, 15 Nov 2018 03:51:56 +0300 Subject: fix autocrafter recipe --- autocrafter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autocrafter.lua') diff --git a/autocrafter.lua b/autocrafter.lua index 5d554c1..ebde77c 100644 --- a/autocrafter.lua +++ b/autocrafter.lua @@ -407,7 +407,7 @@ minetest.register_craft( { output = "pipeworks:autocrafter 2", recipe = { { "default:steel_ingot", "default:mese_crystal", "default:steel_ingot" }, - { "basic_materials:plastic_sheeting", "default:steel_ingot", "basic_materials:plastic_sheeting" }, + { "basic_materials:plastic_sheet", "default:steel_ingot", "basic_materials:plastic_sheet" }, { "default:steel_ingot", "default:mese_crystal", "default:steel_ingot" } }, }) -- cgit v1.2.3