mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Any fixes to flat world biome setting will target 1.19
This commit is contained in:
parent
9188c8c40d
commit
1b08fc5419
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user