Fix a few meta info files
This commit is contained in:
@@ -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";
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user