mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-08-27 12:41:43 +00:00
dwa
(removed ai file from when i generated docs)
This commit is contained in:
@@ -183,7 +183,7 @@ public final class GenerationProbe {
|
||||
.maxHeight(dimension.getMaxHeight())
|
||||
.build();
|
||||
EngineTarget target = new EngineTarget(world, dimension, data);
|
||||
engine = new IrisEngine(target, false);
|
||||
engine = new IrisEngine(target, IrisEngine.InitializationMode.RUNTIME);
|
||||
} catch (Throwable e) {
|
||||
System.out.println("[genprobe] FAIL: engine construction threw before generation could start");
|
||||
e.printStackTrace(System.out);
|
||||
|
||||
Reference in New Issue
Block a user