Code: Select all
for i,name in ipairs(insert table here)
For what context it's worth, the intent is to create a mod in line with the proposed .17 plans to remove ingredient number restrictions on assemblers. Fixing the vanilla assemblers is quite easy, but I'd like a way to support assemblers from all mods and not have to go in and specifically define their names into a supported table.
How might I do that?