We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42de8b2 commit e7a2b83Copy full SHA for e7a2b83
1 file changed
src/api/java/baritone/api/utils/BlockOptionalMeta.java
@@ -66,6 +66,7 @@
66
import java.util.*;
67
import java.util.concurrent.CompletableFuture;
68
import java.util.concurrent.Executor;
69
+import java.util.concurrent.ForkJoinPool;
70
import java.util.regex.Matcher;
71
import java.util.regex.Pattern;
72
import java.util.stream.Collectors;
@@ -324,7 +325,7 @@ public static CompletableFuture<RegistryAccess> load() {
324
325
layeredRegistryAccess,
326
pendingTags,
327
closeableResourceManager,
- Minecraft.getInstance()
328
+ ForkJoinPool.commonPool()
329
).thenApply(r -> r.layers().compositeAccess());
330
}
331
0 commit comments