Factorio-Stdlib icon indicating copy to clipboard operation
Factorio-Stdlib copied to clipboard

spidertron-remotes aren't checked as "items" so a recipe result (and more) may fail to find one

Open jacobwatkinsgit opened this issue 3 years ago • 1 comments

Describe the Bug

deadlock's stacking + Spidertron Patrols fails because the spidertron remote isn't found as a result, and convert_results() creates an empty results table. Game has error on start-up from missing icon

To Reproduce

install deadlock_stacked_recipes and SpidertronPatrols

Solution

around line 92 of stdlib\data\modules\groups.lua , add 'spidertron-remote' to groups.item.

jacobwatkinsgit avatar May 04 '21 14:05 jacobwatkinsgit

Another possible solution: Use the new defines.prototypes, so defines.prototypes.item.

Bilka2 avatar May 04 '21 14:05 Bilka2