mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix schema with jigasaw pieces
This commit is contained in:
parent
9fe9c2a9dd
commit
2f086a335d
@ -34,10 +34,10 @@ public class IrisJigsawPiece extends IrisRegistrant
|
|||||||
|
|
||||||
@Desc("Change how this object places depending on the terrain height map.")
|
@Desc("Change how this object places depending on the terrain height map.")
|
||||||
@DontObfuscate
|
@DontObfuscate
|
||||||
private ObjectPlaceMode placeMode;
|
private ObjectPlaceMode placeMode = ObjectPlaceMode.FAST_MAX_HEIGHT;
|
||||||
|
|
||||||
AtomicCache<Integer> max2dDim = new AtomicCache<>();
|
private transient AtomicCache<Integer> max2dDim = new AtomicCache<>();
|
||||||
AtomicCache<Integer> max3dDim = new AtomicCache<>();
|
private transient AtomicCache<Integer> max3dDim = new AtomicCache<>();
|
||||||
|
|
||||||
public int getMax2dDimension() {
|
public int getMax2dDimension() {
|
||||||
return max2dDim.aquire(() -> {
|
return max2dDim.aquire(() -> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user