Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Biomes O' Plenty default module is wrong #242

Open
blahthebiste opened this issue May 20, 2021 · 0 comments
Open

Biomes O' Plenty default module is wrong #242

blahthebiste opened this issue May 20, 2021 · 0 comments

Comments

@blahthebiste
Copy link

blahthebiste commented May 20, 2021

The file modules/default/BiomesOPlenty checks whether BoP is installed with the following line 15:

<IfModInstalled name="BiomesOPlenty">

This is incorrect, and the BoP module will not be available or functional in-game. This is because Mod IDs are always lowercase, but CustomOreGen is using case-sensitive checking for determining if the mod is loaded. Thus, it determines that no mod with the ID "BiomesOPlenty" is loaded.

The correct line 15 should be this:

<IfModInstalled name="biomesoplenty">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant