This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
WorldGeneratorApi 0.5 (for Minecraft 1.15)
- Added biome generator API (
WorldGenerator.setBiomeGenerator(...)
). - Added
/worldgeneratorapi reload
to re-setup all world generators, which should make them reload their configuration files. - Added
/worldgeneratorapi get
and/worldgeneratorapi set
to play around with individual settings. For example/worldgeneratorapi get minecraft:taiga minecraft:temperature
gives you the temperature of the taiga biome. - Added support for beehive and bee nest tile entities in
DecorationArea.getBlockState(x,y,z)
.