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
No known key found for this signature in database
GPG Key ID: 208C6E08C3B718D2

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