- Better ordering of augmented information printed to consol on startup
 - Override
This commit is contained in:
dordsor21
2022-05-10 01:43:01 +01:00
parent 16e26b910c
commit 13d7357c85
2 changed files with 11 additions and 6 deletions

View File

@ -80,7 +80,8 @@ final class DelegatePlotGenerator extends IndependentPlotGenerator {
result.setBiome(x, z, BukkitAdapter.adapt(biome));
}
//do not annotate with Override until we discontinue support for 1.4.4
//do not annotate with Override until we discontinue support for 1.4.4 (we no longer support 1.4.4)
@Override
public void setBiome(int x, int y, int z, @NonNull Biome biome) {
result.setBiome(x, z, BukkitAdapter.adapt(biome));