update the version number to 1.7.0a-dev

And re-enable the experimental build warning
This commit is contained in:
James Seibel
2022-04-22 22:28:20 -05:00
parent f0f18993d1
commit 83a2fa86d9
2 changed files with 2 additions and 2 deletions
@@ -41,5 +41,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.3a";
public static final String VERSION = "1.7.0a-dev";
}
@@ -152,7 +152,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();