Updated to forge 1.12.1 RB. (#3087)

Updated related deps.
This commit is contained in:
yueh
2017-09-12 13:23:17 +02:00
committed by GitHub
parent 970630a90d
commit bd8f43acbf
2 changed files with 8 additions and 11 deletions
+7 -7
View File
@@ -7,22 +7,22 @@ aebasename=appliedenergistics2
#########################################################
# Versions #
#########################################################
minecraft_version=1.12
mcp_mappings=snapshot_20170704
forge_version=14.21.1.2412
minecraft_version=1.12.1
mcp_mappings=snapshot_20170811
forge_version=14.22.1.2478
#########################################################
# Installable #
#########################################################
hwyla_version=1.8.19-B33_1.12
hwyla_version=1.8.20-B35_1.12
#########################################################
# Provided APIs #
#########################################################
jei_version=4.7.1.69
jei_version=4.7.8.95
tesla_version=1.0.61
ic2_version=2.8.9-ex112
top_version=1.12-1.4.8-2
ic2_version=2.8.19-ex112
top_version=1.12-1.4.18-10
#########################################################
# Deployment #
+1 -4
View File
@@ -69,17 +69,14 @@ dependencies {
mods "mcp.mobius.waila:Hwyla:${hwyla_version}"
mods "net.industrial-craft:industrialcraft-2:${ic2_version}:dev"
mods "mcjty.theoneprobe:TheOneProbe-${minecraft_version}:${top_version}"
// mods "com.github.mcjty:compatlayer:${compatlayer_version}"
// compile against provided APIs
compileOnly "mezz.jei:jei_${minecraft_version}:${jei_version}:api"
compileOnly "mcp.mobius.waila:Hwyla:${hwyla_version}"
compileOnly "net.darkhax.tesla:Tesla-${minecraft_version}:${tesla_version}"
compileOnly "net.darkhax.tesla:Tesla-1.12:${tesla_version}"
compileOnly "net.industrial-craft:industrialcraft-2:${ic2_version}:api"
compileOnly "mcjty.theoneprobe:TheOneProbe-1.12:${top_version}:api"
// deobfCompile "mcp.mobius.waila:Hwyla:${hwyla_version}"
// at runtime, use the full JEI jar
runtime "mezz.jei:jei_${minecraft_version}:${jei_version}"