mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Default on gleam!
This commit is contained in:
parent
0b87cd9aef
commit
5b74f8f836
@ -34,7 +34,7 @@ public class IrisSettings
|
||||
public String defaultWorldType = "overworld";
|
||||
|
||||
@DontObfuscate
|
||||
public int maxAsyncChunkPregenThreads = 32;
|
||||
public int maxAsyncChunkPregenThreads = 128;
|
||||
|
||||
@DontObfuscate
|
||||
public boolean maximumPregenGuiFPS = false;
|
||||
@ -49,7 +49,7 @@ public class IrisSettings
|
||||
public boolean ignoreWorldEdit = false;
|
||||
|
||||
@DontObfuscate
|
||||
public boolean useGleamPregenerator = false;
|
||||
public boolean useGleamPregenerator = true;
|
||||
|
||||
@DontObfuscate
|
||||
public boolean disableNMS = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user