Rename the mod internally from Levels of Detail to Level of Detail

This commit is contained in:
James Seibel
2021-07-05 16:56:30 -05:00
parent 752a2e4a69
commit 03ea7ee460
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ dependencies {
jar {
manifest {
attributes([
"Specification-Title": "Levels of Detail",
"Specification-Title": "Level of Detail",
"Specification-Version": "1", // We are version 1 of ourselves
"Implementation-Title": project.name,
"Implementation-Version": "{version}",
+1 -1
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 = "Levels of Detail";
public static final String MODNAME = "Level of Detail";
public static final String MODAPI = "LodAPI";
public static final String VERSION = "a1.3";
}
+1 -1
View File
@@ -27,7 +27,7 @@ modId="lod" #mandatory
version="a1.3" #mandatory
#// A display name for the mod
displayName="Levels of Detail" #mandatory
displayName="Level of Detail" #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