You can now place a
RegisteredCustomBiome into the World!
Methods are available in the
RegisteredCustomBiome-Object:
1.) boolean insertBiome(World world, int x, int z)
-> Will place the Biome from lowest Y up to max Y of the World
2.) boolean insertBiome(World world, int x, int y, int z)
-> Will place the Biome at exact this X/Y/Z-Position in the World
3.) boolean insertBiome(Block b, boolean fullHeight)
-> Will place the Biome at the Blocks-Position, or at the the full Height of the World if fullHeight = true