Add steel ingot to reinforced cobble recipe

This commit is contained in:
rubenwardy 2019-03-17 02:27:54 +00:00
parent 7fa6da30bf
commit 905ab2607f

View file

@ -68,7 +68,7 @@ crafting.register_recipe({
crafting.register_recipe({
type = "inv",
output = "ctf_map:reinforced_cobble",
items = { "default:cobble 4" },
items = { "default:cobble 4", "default:steel_ingot" },
always_known = true,
level = 1,
})