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

Some outdated code on World Generation Page #571

Closed
axle2005 opened this issue Jan 31, 2017 · 1 comment
Closed

Some outdated code on World Generation Page #571

axle2005 opened this issue Jan 31, 2017 · 1 comment
Labels
outdated docs The API has changed and the docs are outdated

Comments

@axle2005
Copy link

Bit of mis information on this page, rather it needs updating:
https://docs.spongepowered.org/master/en/plugin/wgen/customwgen.html

Under: Creating Custom Base Terrain

This line:
BiomeType biome = biomes.getBiome(x,z); needs to be updated to BiomeType biome = biomes.getBiome(x,y,z);

and the buffer.setBlockType needs to have a cause now.

@12awsomeman34 12awsomeman34 added the outdated docs The API has changed and the docs are outdated label Jan 31, 2017
@Inscrutable
Copy link
Member

@Deamon5550 has been slated to add some more WGen docs at some point (PR #534 ), so perhaps the existing sections can get reviewed at the same time ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
outdated docs The API has changed and the docs are outdated
Projects
None yet
Development

No branches or pull requests

4 participants