SuperFactoryManager
SuperFactoryManager copied to clipboard
Add WHERE statements
This adds WHERE statements onto labelAccess. Allows for filtering of a specific block to pull/push resources based on the contents of that block.
There's a slight quirk of how resources are collected, if the resource tracker doesn't contain the type(s) used in the WHERE statement, those resources will always be 0. This can be mitigated by simply having 0 <resource type>::
as part of the resource movement.
Could probably use some more debug messages.