Test another workaround

This commit is contained in:
MattBDev 2020-02-12 18:21:23 -05:00
parent 0304e98b00
commit d7af409d01

View File

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