Added NEI to build

This commit is contained in:
Calclavia 2014-02-22 22:26:06 +08:00
parent f1f7cb56f0
commit 5ee49ae16b
2 changed files with 8 additions and 1 deletions

View file

@ -81,15 +81,21 @@ repositories {
}
ivy {
name 'CB FS'
name 'FMP'
artifactPattern "http://files.minecraftforge.net/[module]/[module]-dev-[revision].[ext]"
}
ivy {
name 'CB FS'
artifactPattern "http://www.chickenbones.craftsaddle.org/Files/New_Versions/1.6.4/[module]-dev%20[revision].[ext]"
}
}
dependencies {
compile group: 'universalelectricity', name: 'Universal-Electricity', version: "${config.version.universalelectricity}", classifier: "dev"
compile group: 'calclaviacore', name: 'calclavia-core', version: "${config.version.calclaviacore}", classifier: "dev"
compile name: 'CodeChickenLib', version: "${config.version.minecraft}-${config.version.cclib}", ext: 'jar'
compile name: 'ForgeMultipart', version: "${config.version.minecraft}-${config.version.fmp}", ext: 'jar'
compile name: 'NotEnoughItems', version: "${config.version.nei}", type: 'jar'
}
publishing {

View file

@ -6,6 +6,7 @@ version.universalelectricity=3.1.+
version.calclaviacore=1.1.+
version.cclib=1.0.0.61
version.fmp=1.0.0.244
version.nei=1.6.1.8
version.mod.major=0
version.mod.minor=3
version.mod.revis=1