various minor

Increase target size
remove unnecessary brush sync
send chunk on biome change
This commit is contained in:
Jesse Boyd
2019-11-17 20:29:25 +00:00
parent 3f92f12e89
commit 329df8d33b
3 changed files with 3 additions and 8 deletions

View File

@ -453,7 +453,7 @@ public class BukkitGetBlocks_1_14 extends CharGetBlocks {
// }
Runnable callback;
if (bitMask == 0) {
if (bitMask == 0 && biomes == null) {
callback = null;
} else {
int finalMask = bitMask;