diff --git a/build.gradle b/build.gradle index c49e6c522..824edffab 100644 --- a/build.gradle +++ b/build.gradle @@ -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}", diff --git a/src/main/java/com/seibel/lod/ModInfo.java b/src/main/java/com/seibel/lod/ModInfo.java index 64c4402d2..60c9b026d 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 = "Levels of Detail"; + public static final String MODNAME = "Level of Detail"; public static final String MODAPI = "LodAPI"; public static final String VERSION = "a1.3"; } \ 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 deb1130ee..8c56247d6 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -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