forgot to comment out fmp stuffs

This commit is contained in:
Florian Nücke 2014-03-08 19:00:14 +01:00
parent c4c5368147
commit 2e85d30eb1

View File

@ -1,3 +1,4 @@
/* FMP
compileScala {
repositories {
ivy {
@ -10,6 +11,7 @@ compileScala {
compile name: 'ForgeMultipart', version: "${config.minecraft.version}-${config.fmp.version}", ext: 'jar'
}
}
*/
minecraft {
version = "${config.minecraft.version}-${config.forge.version}"