make autocrafters pointing interface not merge the networks
jonatjano opened this issue ยท 4 comments
Describe your enhancement
currently if you want to send items to another network on demand using an autocrafter you need to put a storage block (chest, barrel, ...) in front of the autocrafter and use an importer on the other network
making autocraft front face not connect to other network component (or at least interfaces) would remove the need for that middle block and allow using an interface directly
Hrm, if I change this, you can no longer chain them. But maybe only autocrafters should be able to connect with each other through the front and nothing else.
The reason why I say autocrafters could only connect to other autocrafters because it makes sense within the same context; just whitelisting interfaces feels arbitrary.