mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 07:46:08 +00:00
Load all biomes for data packs, not just thought used ones
This commit is contained in:
@@ -35,7 +35,7 @@ public class MultiBurst {
|
||||
}
|
||||
|
||||
public MultiBurst(String name, int priority, int tc) {
|
||||
service = Executors.newFixedThreadPool(tc, r -> {
|
||||
service = Executors.newFixedThreadPool(Math.max(tc, 1), r -> {
|
||||
tid++;
|
||||
Thread t = new Thread(r);
|
||||
t.setName(name + " " + tid);
|
||||
|
||||
Reference in New Issue
Block a user