Update the version number to 1.5.0 and replace the LOD name with Distant Horizons

This commit is contained in:
James Seibel
2021-10-13 23:28:43 -05:00
parent 31f8cecc92
commit 6ad94d3362
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ package com.seibel.lod;
public final class ModInfo
{
public static final String MODID = "lod";
public static final String MODNAME = "LOD";
public static final String MODNAME = "Distant Horizons";
public static final String MODAPI = "LodAPI";
public static final String VERSION = "a1.5.1-pre";
public static final String VERSION = "a1.5.0";
}