Updating Gradle to use Forge
This commit is contained in:
parent
aa6edd4e1b
commit
9786bfe200
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "fml"
|
apply plugin: "forge"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
flatDir {
|
flatDir {
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
minecraft_version=1.8
|
minecraft_version=1.8
|
||||||
forge_version=8.0.3.1011-1.8
|
forge_version=11.14.0.1239-1.8
|
||||||
mod_version=3.0.0
|
mod_version=3.0.0
|
||||||
|
|
Loading…
Reference in a new issue