This commit is contained in:
Leijurv
2018-11-21 17:03:24 -08:00
parent 8db26af36c
commit aed8dae175
3 changed files with 14 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ public final class GameEventHandler implements IEventBus, Helper {
ChunkEvent.Type type = event.getType();
boolean isPostPopulate = state == EventState.POST
&& type == ChunkEvent.Type.POPULATE;
&& (type == ChunkEvent.Type.POPULATE_FULL || type == ChunkEvent.Type.POPULATE_PARTIAL);
World world = baritone.getPlayerContext().world();