Patches for the MineExporter mod, to fix path problems in unix-like systems(Linux and MacOS).
MineExporter hard-codes a .\resourcepacks\ string when finding resource packs for CTM handling, which leads to a nonexistent path in unix-like systems. This mod fixes it by replacing \s with File.separatorChars.
WARNING: The Folder-based resourcepacks support in 1.0.1 and later is AI-coded, and I've tested them to work, and reviewed the code for safety. If you are aware of them, keep using 1.0.0 instead, or decompile and review the patch by yourself.

