mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Oh right, that's why that was separate... >_>
This commit is contained in:
parent
951e8b6180
commit
5ee0332cb6
@ -289,11 +289,15 @@ processResources {
|
||||
expand 'version': project.simpleVersion, 'mcversion': config.minecraft.version
|
||||
}
|
||||
from(sourceSets.main.resources.srcDirs) {
|
||||
exclude 'mcmod.info'
|
||||
include 'application.conf'
|
||||
filter { line ->
|
||||
line.replaceAll("@VERSION@", project.simpleVersion)
|
||||
}
|
||||
}
|
||||
from(sourceSets.main.resources.srcDirs) {
|
||||
exclude 'mcmod.info'
|
||||
exclude 'application.conf'
|
||||
}
|
||||
|
||||
// Move access transformer to META-INF
|
||||
rename '(.+_at.cfg)', 'META-INF/$1'
|
||||
|
@ -1,5 +1,5 @@
|
||||
minecraft.version=1.8
|
||||
forge.version=11.14.4.1572
|
||||
forge.version=11.14.4.1563
|
||||
|
||||
oc.version=1.5.20
|
||||
oc.subversion=dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user