Merge branch 'v6' into v7

This commit is contained in:
Alexander Brandes 2023-01-23 13:18:28 +01:00
commit bb0f200429
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
1 changed files with 6 additions and 0 deletions

View File

@ -185,6 +185,12 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap
world.setWaterAnimalSpawnLimit(limit);
}
/**
* The entire method is deprecated, but kept for compatibility with <=1.16.2.
* The method will be removed in future versions, because WorldEdit and FastAsyncWorldEdit only support the latest point
* release.
*/
@Deprecated(forRemoval = true, since = "TODO")
@Override
public void generateNoise(
@NotNull final WorldInfo worldInfo,