You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jacobwatkinsgit
changed the title
spidertron-remotes are checked as "items" so a recipe result (and more) may fail to find one
spidertron-remotes aren't checked as "items" so a recipe result (and more) may fail to find one
May 4, 2021
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.
The text was updated successfully, but these errors were encountered: