Add note about custom large structures

This commit is contained in:
Rutger Kok 2020-06-06 14:32:12 +02:00 committed by GitHub
parent b3c1486a38
commit 535e9c5aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ Are you a plugin developer? We have [a wiki](https://github.com/rutgerkok/WorldG
## Limitations
* There is no way to add custom biomes yet.
* There is no way to spawn entities yet.
* Adding large custom structures (like villages) is cumbersome, as you need to write the code yourself to divide your structures into chunk-sized parts.
## Plugins using WorldGeneratorApi
* [DoughWorldGenerator](https://github.com/rutgerkok/Dough/) - a plugin that lets you modify the shape of your terrain. It supports all variables from the old Customized world type, plus some variables from the (now defunct) plugin TerrainControl.