9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-19 15:09:18 +00:00

disable global pregen cache by default for now

This commit is contained in:
Julian Krings
2025-06-09 23:27:12 +02:00
parent ccc3bab8e0
commit 8712c8874c

View File

@@ -132,7 +132,7 @@ public class IrisSettings {
public boolean markerEntitySpawningSystem = true;
public boolean effectSystem = true;
public boolean worldEditWandCUI = true;
public boolean globalPregenCache = true;
public boolean globalPregenCache = false;
}
@Data