1.0.0: OreSheep configs on Linux systems are blank

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Henry Link

Forum Addict
Dec 23, 2012
2,601
553
153
USA - East Coast
Version:
1.0.0

What is the bug:
The "\" (back slash) is hard coded into the mod for the config files. On a windows system this wouldn't be an issue but on Linux it causes new files to be generated instead of using the correct config files. I've already submitted a bug to the mod author about this.

Mod & Version:
v3.1.0

Paste.feed-the-beast.com log:


Can it be repeated:
Yes

Known Fix:
To fix you need to run the following commands on your linux system to copy over the good config files to those OreSheep will actually use. NOTE: you may need to change the base directory. My code below uses crackpack. If you have your pack served out of different directly then change the code below to match.

Code:
mkdir 'crackpack\config\oresheep'
cp crackpack/config/oresheep/PossibleBlocks.txt 'crackpack\config\oresheep\PossibleBlocks.txt'
cp crackpack/config/oresheep/OreConfig.txt 'crackpack\config\oresheep\OreConfig.txt'
cp crackpack/config/oresheep/Log.txt 'crackpack\config\oresheep\Log.txt'