mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-07 14:16:04 -04:00
Allow properly launching OC in a dev env again. (#1965)
This commit is contained in:
parent
7295b36c11
commit
5c306ea32e
@ -236,7 +236,7 @@ minecraft {
|
|||||||
version = "${config.minecraft.version}-${config.forge.version}"
|
version = "${config.minecraft.version}-${config.forge.version}"
|
||||||
|
|
||||||
replace "@VERSION@", project.simpleVersion
|
replace "@VERSION@", project.simpleVersion
|
||||||
replace "@MCVERSION@", config.minecraft.version
|
replace "/*@MCVERSIONDEP@*/", ", acceptedMinecraftVersions = \"[${config.minecraft.version},${config.minecraft.version}+)\""
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
@ -14,7 +14,7 @@ import org.apache.logging.log4j.Logger
|
|||||||
|
|
||||||
@Mod(modid = OpenComputers.ID, name = OpenComputers.Name,
|
@Mod(modid = OpenComputers.ID, name = OpenComputers.Name,
|
||||||
version = OpenComputers.Version,
|
version = OpenComputers.Version,
|
||||||
modLanguage = "scala", useMetadata = true, acceptedMinecraftVersions = "[@MCVERSION@,@MCVERSION@+)")
|
modLanguage = "scala", useMetadata = true /*@MCVERSIONDEP@*/)
|
||||||
object OpenComputers {
|
object OpenComputers {
|
||||||
final val ID = "OpenComputers"
|
final val ID = "OpenComputers"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user