Seems to be related to rigor, a dependency of crucible
41.370 Error ModManager.cpp:1767: Error while running setup for entity prototype "foliax-assembler__rigor_module_mod__100" (assembling-machine): initial_fuel (foliax-arcane-cube) fuel_category (foliax-arcane) is not compatible with this burner's fuel categories.
Added to final-fix-recipe.lua
local rigor_recipes = { "foliax-assembler", "obsidiax-foundry", "obsidiax-foundry-mk2", "obsidiax-ice-foundry", "obsidiax-ice-foundry-mk2" }
local delete_prototypes = {}
for _, recipe in pairs(rigor_recipes) do
for no = 25,2400,25 do
local name = recipe .. "__rigor_module_mod__" .. no
table.insert(delete_prototypes, name)
end
end
TIMSABA.functions.delete_prototypes(delete_prototypes)