mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Fix atomic cache not transient
This commit is contained in:
parent
d4c1e62c72
commit
c50702c83b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user