Add expensive quarry recipe back in.

This commit is contained in:
modmuss50 2017-06-02 15:44:00 +01:00
parent 3a6724b6f4
commit a6d0e57d10
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
5 changed files with 101 additions and 1 deletions

View file

@ -70,6 +70,10 @@ repositories {
name 'CB Repo'
url "http://chickenbones.net/maven/"
}
ivy {
name "BuildCraft"
artifactPattern "http://www.mod-buildcraft.com/releases/BuildCraft/[revision]/[module]-[revision].[ext]"
}
}
configurations {
@ -86,7 +90,7 @@ if (ENV.BUILD_NUMBER) {
}
minecraft {
version = "1.11.2-13.20.0.2282"
version = "1.11.2-13.20.0.2311"
mappings = "snapshot_20161220"
replace "@MODVERSION@", project.version
// makeObfSourceJar = false
@ -117,6 +121,7 @@ dependencies {
deobfCompile "mcjty.theoneprobe:TheOneProbe:1.11-1.3.3-46"
compile "CraftTweaker:CraftTweaker:1.11.2-3.0.24"
deobfCompile 'net.industrial-craft:industrialcraft-2:2.7.5-ex111'
compile name: 'buildcraft', version: '7.99.4', ext: 'jar'
}