fix recipe for steel extendable ladder (conflicts with 3d_armor)

This commit is contained in:
mdchia 2019-07-03 18:37:30 +10:00
parent 74c05e2243
commit be0897ee1d

@ -11,9 +11,9 @@ local wood_recipe = {
local wood_name = S("Wooden Extendable Ladder") local wood_name = S("Wooden Extendable Ladder")
local steel_recipe = { 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", "", "default:steel_ingot"},
{"default:steel_ingot", "", "default:steel_ingot"},
} }
local steel_name = S("Steel Extendable Ladder") local steel_name = S("Steel Extendable Ladder")