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

"MapFeatures": 0 does not work with Beta Plus worldgen #74

Open
Terra-B-Welch opened this issue Aug 31, 2024 · 1 comment
Open

"MapFeatures": 0 does not work with Beta Plus worldgen #74

Terra-B-Welch opened this issue Aug 31, 2024 · 1 comment

Comments

@Terra-B-Welch
Copy link

Terra-B-Welch commented Aug 31, 2024

Using the Beta Plus worldgen setting(from the beta plus terrain generator mod) for custom dimensions causes structrues to generate regardless of MapFeatures being set to 0. This does not occur with the usual terrain generator settings.

The mod in question. https://www.curseforge.com/minecraft/mc-mods/beta-plus

@maruohon
Copy link
Owner

Looks like that mod doesn't use the generatorOptions config or the map features disabled flag or anything else, at all. It just always generates everything unconditionally.

https://github.com/mrburger/Beta-Plus/blob/1.12.2-Backport/src/main/java/com/mrburgerUS/betaplus/beta_plus/ChunkGeneratorBeta.java

So it's not possible to do anything in JED to make it work. This would need to be changed/fixed in that mod.

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

2 participants