mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-23 09:09:15 +00:00
Fix commands & support regeneration
This commit is contained in:
@@ -34,6 +34,10 @@ public class IrisSettings
|
||||
@Desc("Compress parallax data in memory to reduce memory usage in exchange for more cpu usage.")
|
||||
public boolean parallaxCompression = true;
|
||||
|
||||
@DontObfuscate
|
||||
@Desc("Uses a lot of cpu and slows down hotloading")
|
||||
public boolean regenerateLoadedChunksOnHotload = false;
|
||||
|
||||
@DontObfuscate
|
||||
@Desc("Useful information when creating iris worlds. Shows object loads & more.")
|
||||
public boolean verbose = false;
|
||||
|
||||
Reference in New Issue
Block a user