Merge 02d430a0e8 into 5aaf413b35
This commit is contained in:
commit
ade3fd2bac
|
|
@ -33,7 +33,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
deobfCompile "mezz.jei:jei_1.12:4.7.0.+"
|
deobfCompile "mezz.jei:jei_1.12.1:4.7.7.+"
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is our group. I'm cpw.mods
|
// This is our group. I'm cpw.mods
|
||||||
|
|
@ -46,8 +46,8 @@ targetCompatibility = 1.8
|
||||||
|
|
||||||
// Setup the forge minecraft plugin data. Specify the preferred forge/minecraft version here
|
// Setup the forge minecraft plugin data. Specify the preferred forge/minecraft version here
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.12-14.21.0.2375"
|
version = "1.12.1-14.22.0.2452"
|
||||||
mappings = "snapshot_20170627"
|
mappings = "snapshot_20170811"
|
||||||
runDir = "run"
|
runDir = "run"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue