Add mese -> mese crystal

This commit is contained in:
rubenwardy 2018-04-19 00:45:21 +01:00
parent b4fffb9b1c
commit 8c33076724

View file

@ -56,6 +56,14 @@ for _, orex in pairs(lim_ores) do
})
end
crafting.register_recipe({
type = "inv",
output = "default:mese_crystal 9",
items = { "default:mese"},
always_known = true,
level = 1,
})
crafting.register_recipe({
type = "inv",
output = "default:furnace",