mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-21 11:43:27 +00:00
Dont pregen created worlds unless they are specified to
This commit is contained in:
parent
a608da759b
commit
8a737104ef
@ -118,7 +118,7 @@ public class CommandIrisCreate extends MortarCommand {
|
|||||||
String worldName = args[0];
|
String worldName = args[0];
|
||||||
String type = IrisSettings.get().getGenerator().getDefaultWorldType();
|
String type = IrisSettings.get().getGenerator().getDefaultWorldType();
|
||||||
long seed = random.nextLong(); //Random seed when creating a world
|
long seed = random.nextLong(); //Random seed when creating a world
|
||||||
AtomicInteger pregen = new AtomicInteger(256);
|
AtomicInteger pregen = new AtomicInteger(0);
|
||||||
boolean multiverse = Iris.linkMultiverseCore.supported();
|
boolean multiverse = Iris.linkMultiverseCore.supported();
|
||||||
|
|
||||||
for (String i : args) {
|
for (String i : args) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user