There seems to be some broken compatibility. The error message is:
Failed to load mods: Error in assignID: item with name 'hot-silicon' does not exist.
This seems to happen within data-updates.lua
if mods["bzsilicon"] then
[...]
data.extend({
{
type = "recipe",
name = "advanced-silicon",
category = "smelting",
energy_required = 5,
ingredients = {
{type = "item", name = "silica", amount = 5}
},
results = {{type = "item", name = "hot-silicon", amount = 1}},
allow_productivity = true,
enabled = false,
},
and so on, not sure what is going on (all mods updates as of right now)
Note I'm also playing with hot_metals, maybe the problem's there?