Skip to content

Commit

Permalink
Fix Biomes O' Plenty configuration file... an error from a pull reque…
Browse files Browse the repository at this point in the history
…st again
  • Loading branch information
grompe committed Oct 13, 2013
1 parent 9dec11f commit 80a7211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_moreEverything/moreEverything/mods_init.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ var mods;
}
if (m = mods.biomesoplenty)
{
if (GetFile("biomesoplenty/main.cfg") || GetFile("BiomesOPlenty.cfg"))
if (GetFile("biomesoplenty/ids.cfg") || GetFile("BiomesOPlenty.cfg"))
{
m.plant = FindIntMatch(/I:"Plant ID"=(\d+)/);
m.woodenSlab1 = FindIntMatch(/I:"Wooden Single Slab 1 ID"=(\d+)/);
Expand Down

0 comments on commit 80a7211

Please sign in to comment.