9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 17:19:16 +00:00
This commit is contained in:
Daniel Mills
2020-11-02 13:28:23 -05:00
parent 44358c122f
commit 19f78f769b
3 changed files with 10 additions and 1 deletions

View File

@@ -38,6 +38,10 @@ public class IrisSettings
@Desc("More cpu for pregen gui but looks nice.")
public boolean maxPregenGuiFPS = false;
@DontObfuscate
@Desc("Renders what the terrain looks like in the pregen map for iris worlds only.")
public boolean pregenRenderTerrain = true;
@DontObfuscate
@Desc("Adds sound to commands.")
public boolean commandSounds = true;