Refined Storage

Refined Storage

77M Downloads

[1.0.2] Importer and Exporter should have their recipes swapped

Belgabor opened this issue ยท 2 comments

commented

Currently the exporter uses a destruction core and the importer a construction core, to me it seems as if it should be the other way around.

commented

Exporter destructs items from your system to the chest

Importer constructs items in your system from a chest

commented

Actually, you can look at it from both ways. But to be consistent with the constructor / destructor blocks, I'll change this

constructor: system -> world (construction core)
destructor: world -> system (destruction core)
importer: world -> system (destruction core)
exporter: system -> world (construction core)