I noticed that the mod has an error when loading with the Cerys Moon mod.
ailed to load mods: bztitanium/titanium-recipe-updates.lua:44: attempt to index field 'name' (a nil value)
stack traceback:
bztitanium/titanium-recipe-updates.lua:44: in main chunk
[C]: in function 'require'
bztitanium/data-updates.lua:1: in main chunk
Adding and recipe.results[1].name
to the check does seem to fix the load issue! Honestly I'm unsure what about the recipes in Cerys causes this issue. My best guess is the flare stack nullification recipes, or cerys-nuclear-scrap-recycling, but even then their results afaik are {}, so results[1] should return nil... right? Unless their merge function leaves the existing results around and that's where the issue comes from, Lua's just weird.