Add steel ingot to reinforced cobble recipe
This commit is contained in:
parent
7fa6da30bf
commit
905ab2607f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ crafting.register_recipe({
|
||||||
crafting.register_recipe({
|
crafting.register_recipe({
|
||||||
type = "inv",
|
type = "inv",
|
||||||
output = "ctf_map:reinforced_cobble",
|
output = "ctf_map:reinforced_cobble",
|
||||||
items = { "default:cobble 4" },
|
items = { "default:cobble 4", "default:steel_ingot" },
|
||||||
always_known = true,
|
always_known = true,
|
||||||
level = 1,
|
level = 1,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue