Add bronze craft recipe

This commit is contained in:
rubenwardy 2018-04-20 03:02:19 +01:00
parent ca51ec9838
commit 543c9ad6b7

View file

@ -56,6 +56,14 @@ for _, orex in pairs(lim_ores) do
})
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({
type = "inv",
output = "default:mese_crystal 9",