Applied-Energistics-2
Applied-Energistics-2 copied to clipboard
Make export storage implementation public
This will allow add-on makers to use the existing implementation of the export strategy instead of copying the whole thing over or instead of creating a dummy class that extends it just to make the constructor public.
Other strategy implementations such as importing and container storage are already public so this should be to.