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}",