Made fluidHeight in dimension config refer to a static y value.

This commit is contained in:
Vatuu 2022-03-09 23:05:33 +01:00
parent 525e3db24a
commit 217fe47878
No known key found for this signature in database
GPG Key ID: C6F07B79B2ED9150

View File

@ -284,6 +284,10 @@ public class IrisDimension extends IrisRegistrant {
});
}
public int getFluidHeight() {
return fluidHeight - (int)dimensionHeight.getMin();
}
public CNG getCoordFracture(RNG rng, int signature) {
return coordFracture.aquire(() ->
{