Initial stab at documentation
This commit is contained in:
parent
70f4c117d7
commit
8d5e9c125b
9 changed files with 201 additions and 2 deletions
|
@ -46,6 +46,7 @@ if (new File(projectDir, '.git').exists())
|
|||
repositories {
|
||||
maven { url "http://dvs1.progwml6.com/files/maven" }
|
||||
maven { url "http://mobiusstrip.eu/maven" }
|
||||
maven { url "http://tehnut.info/maven" }
|
||||
|
||||
ivy {
|
||||
name "Thaumcraft"
|
||||
|
@ -59,6 +60,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
deobfCompile "mezz.jei:jei_${mc_version}:${jei_version}"
|
||||
deobfCompile "info.amerifrance.guideapi:Guide-API:${mc_version}-${guideapi_version}"
|
||||
|
||||
compile "mcp.mobius.waila:Waila:${waila_version}_1.8.8:dev"
|
||||
compile name: "Thaumcraft", version: "${mc_version}-${thaumcraft_version}", ext: "jar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue