remove unneeded IVersionConstant methods

This commit is contained in:
James Seibel
2025-02-08 11:39:26 -06:00
parent 7c5af1836b
commit 01474d72e3
2 changed files with 1 additions and 19 deletions
@@ -38,24 +38,6 @@ public class VersionConstants implements IVersionConstants
}
@Override
public int getMinimumWorldHeight()
{
return 0;
}
@Override
public int getWorldGenerationCountPerThread()
{
return 1;
}
@Override
public boolean isVanillaRenderedChunkSquare()
{
return false;
}
@Override
public String getMinecraftVersion()
{