Fixed Heroic, obsidiorite

This commit is contained in:
2019-10-12 12:42:25 +02:00
parent 4c4268aa3d
commit df8bed173a
5 changed files with 42 additions and 16 deletions

View File

@@ -63,9 +63,9 @@ task buildInfo {
version = project.buildInfo.revision
minecraft {
version = "1.12.2-14.23.5.2768"
version = "1.12.2-14.23.5.2838"
runDir = "run"
mappings = "snapshot_20170801"
mappings = "snapshot_20171003"
replace '@VERSION@', project.version
}
@@ -76,7 +76,7 @@ version = "${mc_version}-${project.buildInfo.revision}"
dependencies {
deobfCompile "slimeknights.mantle:Mantle:1.12-1.3.+:deobf"
deobfCompile "mezz.jei:jei_1.12.2:4.+"
deobfCompile "slimeknights:TConstruct:1.12.2-2.10.+:deobf"
deobfCompile "slimeknights:TConstruct:1.12.2-2.12.0.135:deobf"
}
sourceSets {