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.
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'