Update the version number to 1.6.1a-pre and re-enable dev code

This commit is contained in:
James Seibel
2022-02-11 22:07:23 -06:00
parent 67f12c136c
commit 50819c30da
2 changed files with 2 additions and 7 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";
public static final String VERSION = "1.6.1a-pre";
}
@@ -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();
@@ -268,11 +268,6 @@ public class ClientApi
MC.sendChatMessage(ModInfo.READABLE_NAME + " experimental build " + ModInfo.VERSION);
MC.sendChatMessage("You are running an unsupported version of the mod!");
MC.sendChatMessage("Here be dragons!");
MC.sendChatMessage("======================");
MC.sendChatMessage("==== REMINDER ====");
MC.sendChatMessage("======================");
MC.sendChatMessage("Remember to DISABLE this in CLientApi.applyConfigOverrides()");
MC.sendChatMessage("For the offical release!");
configOverrideReminderPrinted = true;
CONFIG.client().advanced().debugging().setDebugKeybindingsEnabled(true);