mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-25 10:09:14 +00:00
Fix atomic cache not transient
This commit is contained in:
@@ -46,7 +46,7 @@ public class IrisCavernZone implements IRare {
|
||||
@MaxNumber(100)
|
||||
private int rarity = 1;
|
||||
|
||||
private AtomicCache<ProceduralStream<Boolean>> carveCache = new AtomicCache<>();
|
||||
private transient AtomicCache<ProceduralStream<Boolean>> carveCache = new AtomicCache<>();
|
||||
|
||||
public boolean isCarved(RNG rng, double xx, double yy, double zz) {
|
||||
if (carver != null) {
|
||||
|
||||
Reference in New Issue
Block a user