Ok, thank you for the response. I'll just wait for BZ mods to update for my next run. -- They currently don't work with SE either, and your mod is more important to me.
If you really want to play BZ mods, opening each and edit data-util.lua
, search for ingredients = {{params.ore, 50}}
and replace with ingredients = { {type = "item", name = params.ore, amount = 50} }
should work. Looks like brevven's been busy in the past few months and didn't have time for modding, but I opened an issue on the github page regardless. https://github.com/brevven/lead/issues/34