mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-03 19:17:27 -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}"
|
||||
|
||||
replace "@VERSION@", project.simpleVersion
|
||||
replace "@MCVERSION@", config.minecraft.version
|
||||
replace "/*@MCVERSIONDEP@*/", ", acceptedMinecraftVersions = \"[${config.minecraft.version},${config.minecraft.version}+)\""
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user