mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-24 08:23:47 +01:00
fix recipe for steel extendable ladder (conflicts with 3d_armor)
This commit is contained in:
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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user