Fix a few meta info files

This commit is contained in:
James Seibel
2021-02-27 21:45:12 -06:00
parent 22840bd4e3
commit 807818e078
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -11,6 +11,5 @@ public final class ModInfo
public static final String MODID = "lod";
public static final String MODNAME = "Levels of Detail";
public static final String MODAPI = "LodAPI";
public static final String VERSION = "${version}";
public static final String APIVERSION = "${apiversion}";
public static final String VERSION = "1.0";
}
+1 -1
View File
@@ -24,7 +24,7 @@ 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="${file.jarVersion}" #mandatory
version="1.0" #mandatory
#// A display name for the mod
displayName="Levels of Detail" #mandatory