mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-25 18:19:14 +00:00
Fix ex for fluid height
This commit is contained in:
@@ -722,6 +722,11 @@ public abstract class TopographicTerrainProvider extends ParallelTerrainProvider
|
||||
|
||||
public int getFluidHeight()
|
||||
{
|
||||
if(getDimension() == null)
|
||||
{
|
||||
return 63;
|
||||
}
|
||||
|
||||
return getDimension().getFluidHeight();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user