Any fixes to flat world biome setting will target 1.19

This commit is contained in:
dordsor21 2022-06-08 21:15:53 +01:00
parent 9188c8c40d
commit 1b08fc5419
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -103,7 +103,7 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap
this.full = false; this.full = false;
this.platformGenerator = cg; this.platformGenerator = cg;
this.plotGenerator = new DelegatePlotGenerator(cg, world); this.plotGenerator = new DelegatePlotGenerator(cg, world);
this.useNewGenerationMethods = PlotSquared.platform().serverVersion()[1] >= 17; this.useNewGenerationMethods = PlotSquared.platform().serverVersion()[1] >= 19;
this.biomeProvider = null; this.biomeProvider = null;
} }