DoogiePC doesn't like trees

This commit is contained in:
MattBDev 2020-02-12 18:57:42 -05:00
parent d7af409d01
commit 99a53cb005
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public class BukkitPlotGenerator extends ChunkGenerator
}
public boolean shouldGenerateDecorations() {
return true;
return false;
}
public boolean isParallelCapable() {