diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-11-15 03:51:56 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-11-15 03:51:56 +0300 |
commit | f37b21e632aebf3fea89c57ea72ca5db2f6499f7 (patch) | |
tree | 07d06582e4ea92e13d0f7d001a8d14b8f45eba1a | |
parent | c9a951c2e816a8fe65b496b8a9fd1a2edfcd394a (diff) |
fix autocrafter recipeorigin/masterorigin/HEAD
-rw-r--r-- | autocrafter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" } }, }) |