Allow properly launching OC in a dev env again. (#1965)

This commit is contained in:
Vexatos 2016-07-16 12:35:54 +02:00 committed by Florian "Sangar" Nücke
parent 7295b36c11
commit 5c306ea32e
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ minecraft {
version = "${config.minecraft.version}-${config.forge.version}"
replace "@VERSION@", project.simpleVersion
replace "@MCVERSION@", config.minecraft.version
replace "/*@MCVERSIONDEP@*/", ", acceptedMinecraftVersions = \"[${config.minecraft.version},${config.minecraft.version}+)\""
}
processResources {

View File

@ -14,7 +14,7 @@ import org.apache.logging.log4j.Logger
@Mod(modid = OpenComputers.ID, name = OpenComputers.Name,
version = OpenComputers.Version,
modLanguage = "scala", useMetadata = true, acceptedMinecraftVersions = "[@MCVERSION@,@MCVERSION@+)")
modLanguage = "scala", useMetadata = true /*@MCVERSIONDEP@*/)
object OpenComputers {
final val ID = "OpenComputers"