Change the version number and comment out the debug code for a1.6.0

This commit is contained in:
James Seibel
2022-02-11 19:58:18 -06:00
parent 241447d55a
commit b35db97abc
2 changed files with 2 additions and 2 deletions
@@ -38,5 +38,5 @@ public final class ModInfo
/** Human readable version of NAME */
public static final String READABLE_NAME = "Distant Horizons";
public static final String API = "LodAPI";
public static final String VERSION = "1.6.0a-pre";
public static final String VERSION = "1.6.0";
}
@@ -133,7 +133,7 @@ public class ClientApi
public void renderLods(Mat4f mcModelViewMatrix, Mat4f mcProjectionMatrix, float partialTicks)
{
// comment out when creating a release
applyConfigOverrides();
//applyConfigOverrides();
// clear any out of date objects
MC.clearFrameObjectCache();