mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-28 10:23:44 +01:00
Merge pull request #12 from catwhisperer77/recipe-fix
fix recipe for steel extendable ladder (conflicts with 3d_armor)
This commit is contained in:
commit
8d79677f8c
@ -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