update the version number to 1.7.0a-dev
And re-enable the experimental build warning
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user