The mod Progressive Productivity (1.1.2) caused a non-recoverable error.
Please report this error to the mod author.
Error while running event progressive-productivity::on_nth_tick(300)
Unknown item name: rock-big-aubergine-rh-cut
stack traceback:
[C]: in function 'get_input_count'
progressive-productivity/utility/production_cache.lua:50: in function 'refresh_production_statistics_cache'
progressive-productivity/utility/production_cache.lua:76: in function <progressive-productivity/utility/production_cache.lua:74>
Alien biomes has changed rock names. My currently not yet on the portal available mod RockHarvester derives items from those rocks, so the old names still exist in the statistics cache and when trying to get current statistics it crashes.
Best to check if the item still exists when iterating over the cache. this may also fix another reported bug, where the removal of a mod leads to crashes as well.
The same crash would happen if i remove Alien Biomes from my current game or any other mod introducing items to be crafted.