Update Forge to the latest version.

This commit is contained in:
raoulvdberge
2018-12-01 16:53:37 +01:00
parent f298e37a27
commit 55c38ad11d

View File

@@ -29,7 +29,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8 targetCompatibility = 1.8
minecraft { minecraft {
version = "1.12.2-14.23.4.2760" version = "1.12.2-14.23.5.2784"
runDir = "run" runDir = "run"
useDepAts = true useDepAts = true
mappings = "stable_39" mappings = "stable_39"
@@ -52,8 +52,8 @@ repositories {
} }
dependencies { dependencies {
deobfCompile "mezz.jei:jei_1.12.2:4.12.0.216:api" deobfCompile "mezz.jei:jei_1.12.2:4.13.1.225:api"
runtime "mezz.jei:jei_1.12.2:4.12.0.216" runtime "mezz.jei:jei_1.12.2:4.13.1.225"
deobfCompile "li.cil.oc:OpenComputers:MC1.12.2-1.7.2.67:api" deobfCompile "li.cil.oc:OpenComputers:MC1.12.2-1.7.2.67:api"
compile "inventory-tweaks:InventoryTweaks:1.63:api" compile "inventory-tweaks:InventoryTweaks:1.63:api"
} }