Merge pull request #2187 from KamranMackey/6.1.x

Updated the example version under "Depending on Buildcraft" to 6.1.7.
This commit is contained in:
Adrian Siekierka 2014-11-09 08:56:57 +01:00
commit 59bc3c4be1

View file

@ -86,10 +86,10 @@ this repository will have to be rejected.
### Depending on BuildCraft
add the following to your build.gradle file
Add the following to your build.gradle file:
```
dependencies {
compile 'com.mod-buildcraft:buildcraft:6.0.8:dev'
compile 'com.mod-buildcraft:buildcraft:6.1.78:dev'
}
```
where `6.0.8` is the desired version of BuildCraft
Where `6.1.7` is the desired version of BuildCraft.