9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 17:19:16 +00:00

Experimentals

This commit is contained in:
Daniel Mills
2020-10-27 01:16:04 -04:00
parent c4536d789b
commit 1b20d3b6ac
4 changed files with 79 additions and 71 deletions

View File

@@ -50,6 +50,10 @@ public class IrisSettings
@Desc("Useful information when creating iris worlds. Shows object loads & more.")
public boolean verbose = false;
@DontObfuscate
@Desc("Experiments...")
public boolean allowExperimentalV2Generator = false;
@DontObfuscate
@Desc("If true, will not use world edit even if its on the server")
public boolean ignoreWorldEdit = false;