Skip to content

Commit

Permalink
move AT, DL CB's stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Nov 21, 2013
1 parent 86dfcbf commit dc4bbb8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -13,3 +13,4 @@ Thumbs.db
#gradle stuff
/.gradle
/build/
/run/
20 changes: 18 additions & 2 deletions build.gradle
Expand Up @@ -2,7 +2,7 @@
* Tinkers Construct
* Master build file
*
* Authors: Sunstrike
* Authors: Sunstrike, ProgWML6
* Based on the work of AbrarSyed in ForgeEssentials
*/

Expand All @@ -13,9 +13,18 @@ buildscript {
name = 'ForgeFS'
url = 'http://files.minecraftforge.net/maven'
}
}
ivy {
artifactPattern "http://files.minecraftforge.net/[module]/[module]-dev-[revision].[ext]"
}
ivy {
artifactPattern "http://www.chickenbones.craftsaddle.org/Files/New_Versions/1.6.4/[module]-dev%20[revision].[ext]"
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:1.0-SNAPSHOT'
classpath name: 'ForgeMultipart', version: '1.6.4-1.0.0.211', type: 'jar'
classpath name: 'CodeChickenLib', version: '1.6.4-1.0.0.44', type: 'jar'
classpath name: 'NotEnoughItems', version: '1.6.1.5_d1', type: 'jar'
}
}

Expand Down Expand Up @@ -69,4 +78,11 @@ subprojects {
dependencies {
compile rootProject
}
sourceSets {
main {
resources {
srcDir 'resources'
}
}
}
}
File renamed without changes.

0 comments on commit dc4bbb8

Please sign in to comment.