mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-22 16:05:02 +00:00
e
This commit is contained in:
parent
68ac01f1d2
commit
910719b277
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ import java.util.Random;
|
|||
try {
|
||||
ChunkGenerator.BiomeGrid grid = new ChunkGenerator.BiomeGrid() {
|
||||
@Override public void setBiome(@Range(from = 0, to = 15) int x,
|
||||
@Range(from = 0, to = 15) int z, Biome biome) {
|
||||
@Range(from = 0, to = 15) int z, Biome biome) { //TODO:breaking
|
||||
result.setBiome(x, z, BukkitAdapter.adapt(biome));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue