Fix -64 offset color bug: Impl' getMinHeight()
It calls works by calling getMinBuildHeight()
This commit is contained in:
@@ -137,6 +137,12 @@ public class WorldWrapper implements IWorldWrapper
|
||||
return world.getHeight();
|
||||
}
|
||||
|
||||
@Override
|
||||
public short getMinHeight()
|
||||
{
|
||||
return (short) world.getMinBuildHeight();
|
||||
}
|
||||
|
||||
/** @throws UnsupportedOperationException if the WorldWrapper isn't for a ServerWorld */
|
||||
@Override
|
||||
public File getSaveFolder() throws UnsupportedOperationException
|
||||
|
||||
Reference in New Issue
Block a user