9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 19:49:06 +00:00

Fix data meta

This commit is contained in:
Daniel Mills
2021-08-02 15:57:18 -04:00
parent c50702c83b
commit a6039278c3
3 changed files with 4 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ public class IrisCavernZone implements IRare {
@MinNumber(1)
@MaxNumber(100)
@Desc("The rarity of this zone")
private int rarity = 1;
private transient AtomicCache<ProceduralStream<Boolean>> carveCache = new AtomicCache<>();