9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 09:09:15 +00:00
This commit is contained in:
Daniel Mills
2020-07-31 13:45:41 -04:00
parent 121653a8f2
commit e5cdd9a7f1
40 changed files with 2769 additions and 54 deletions

View File

@@ -8,8 +8,8 @@ public class IrisSettings
public static transient IrisSettings settings;
@DontObfuscate
@Desc("Iris creates (aggression X CPU threads) generator threads.")
public double threadAggression = 2;
@Desc("Iris generator threads (must be 2 or higher).")
public int threads = 8;
@DontObfuscate
@Desc("Compress parallax data in memory to reduce memory usage in exchange for more cpu usage.")