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:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user