DRY411S / Recycling-Machines

A factorio mod that adds Recycling Machines to the game. These disassemble products back into their original ingredients.
GNU General Public License v3.0
10 stars 2 forks source link

factorio v0.18 will not start when mods add item-groups #70

Closed DRY411S closed 4 years ago

DRY411S commented 4 years ago

The mod has a list of vanilla invalid item groups. If mods are loaded that add item-groups, this mod tries to handle them because they are not in the 'invalid' list, and factorio fails to run, unless this mod is disabled.

The code needs to change so that it handles VALID item-groups. As mod support is added, the list of valid item-groups should be amended.