Moshine

by snouz

Hot planet to develop AI, 26 technologies, 2 new minerals, 5 buildings, many items, custom terrain, music, unique challenges...

Content
9 days ago
2.0
25.9K
Factorio: Space Age Icon Space Age Mod
Planets Logistics Trains Environment Mining Fluids Manufacturing Power

b startup crash with bzsilicon

9 days ago
(updated 9 days ago)

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?

New response