Add bronze craft recipe
This commit is contained in:
parent
ca51ec9838
commit
543c9ad6b7
1 changed files with 8 additions and 0 deletions
|
@ -56,6 +56,14 @@ for _, orex in pairs(lim_ores) do
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
crafting.register_recipe({
|
||||||
|
type = "inv",
|
||||||
|
output = "default:bronze_ingot 9",
|
||||||
|
items = { "default:copper_ingot 8", "default:tin_ingot"},
|
||||||
|
always_known = true,
|
||||||
|
level = 1,
|
||||||
|
})
|
||||||
|
|
||||||
crafting.register_recipe({
|
crafting.register_recipe({
|
||||||
type = "inv",
|
type = "inv",
|
||||||
output = "default:mese_crystal 9",
|
output = "default:mese_crystal 9",
|
||||||
|
|
Loading…
Reference in a new issue