Version:
2.3.3
What is the bug:
When i disable Biomes O Plenty from server and client, there are errors show in chat, about "flesh" something. Also it causes side-effects like in expert mode oak wood crafts into 4 planks and 2 planks into 4 sticks.
Mod & Version:
Paste.feed-the-beast.com log:
Can it be repeated:
Yes.
Known Fix:
Edit 3 script files:
\modpack\normal\scripts\InfinityPackWideChanges.zs
\modpack\expert\scripts\InfinityPackWideChanges.zs
\modpack\expert\scripts\MinecraftGettingStarted.zs
Add comment # before these lines like so:
Suggest moving all BiomesOPlenty scripts in its own file, and a script condition for making it not execute if mod isn't installed.
2.3.3
What is the bug:
When i disable Biomes O Plenty from server and client, there are errors show in chat, about "flesh" something. Also it causes side-effects like in expert mode oak wood crafts into 4 planks and 2 planks into 4 sticks.
Mod & Version:
Paste.feed-the-beast.com log:
Can it be repeated:
Yes.
Known Fix:
Edit 3 script files:
\modpack\normal\scripts\InfinityPackWideChanges.zs
\modpack\expert\scripts\InfinityPackWideChanges.zs
\modpack\expert\scripts\MinecraftGettingStarted.zs
Add comment # before these lines like so:
Code:
#val entry = <ore:blockMeatRaw>;
#entry.remove(<BiomesOPlenty:flesh>);
#recipes.remove(<BiomesOPlenty:swordMud>);
Suggest moving all BiomesOPlenty scripts in its own file, and a script condition for making it not execute if mod isn't installed.