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.

