Merge pull request #12 from catwhisperer77/recipe-fix

fix recipe for steel extendable ladder (conflicts with 3d_armor)
This commit is contained in:
FaceDeer 2019-07-03 11:30:50 -06:00 committed by GitHub
commit 8d79677f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,9 +11,9 @@ local wood_recipe = {
local wood_name = S("Wooden Extendable Ladder")
local steel_recipe = {
{"default:steel_ingot", "", "default:steel_ingot"},
{"default:steel_ingot", "", "default:steel_ingot"},
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
{"default:steel_ingot", "", "default:steel_ingot"},
{"default:steel_ingot", "", "default:steel_ingot"},
}
local steel_name = S("Steel Extendable Ladder")