mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-19 07:11:02 +00:00
Prep for async prepare
This commit is contained in:
@@ -134,6 +134,7 @@ public class IrisProject
|
||||
.seed(1337)
|
||||
.name(wfp)
|
||||
.studioMode()
|
||||
.asyncPrepare()
|
||||
.create();
|
||||
IrisAccess gx = ((IrisAccess)c.generator());
|
||||
sender.sendMessage("Generating with " + Iris.getThreadCount() + " threads per chunk");
|
||||
@@ -212,6 +213,7 @@ public class IrisProject
|
||||
|
||||
onDone.run();
|
||||
}, 0);
|
||||
|
||||
}
|
||||
|
||||
public void close()
|
||||
|
||||
Reference in New Issue
Block a user