diff --git a/build.gradle b/build.gradle index 64c2e5ed7..591ec99ee 100644 --- a/build.gradle +++ b/build.gradle @@ -19,9 +19,9 @@ apply plugin: 'org.spongepowered.mixin' apply plugin: 'eclipse' apply plugin: 'maven-publish' -version = 'a1.5.1-pre' +version = 'a1.5.0' group = 'com.seibel.lod' -archivesBaseName = 'lod_1.16.5' +archivesBaseName = 'Distant-Horizons_1.16.5' sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly. diff --git a/src/main/java/com/seibel/lod/ModInfo.java b/src/main/java/com/seibel/lod/ModInfo.java index 5af9ef660..938c9416b 100644 --- a/src/main/java/com/seibel/lod/ModInfo.java +++ b/src/main/java/com/seibel/lod/ModInfo.java @@ -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"; } \ No newline at end of file diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index de9e50419..1e9e40d2d 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -24,10 +24,10 @@ modId="lod" #mandatory #// The version number of the mod - there's a few well known ${} variables useable here or just hardcode it #//${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata #// see the associated build.gradle script for how to populate this completely automatically during a build -version="a1.5.1-pre" #mandatory +version="a1.5.0" #mandatory #// A display name for the mod -displayName="LOD" #mandatory +displayName="Distant Horizons" #mandatory #// A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/ #//updateJSONURL="https://change.me.example.invalid/updates.json" #optional