Skip to content

Commit

Permalink
Adding Patchouli
Browse files Browse the repository at this point in the history
  • Loading branch information
AechtRob committed Jan 25, 2023
1 parent 738bcaf commit 9564d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
// deobf 'com.mod-buildcraft:buildcraft:6.0.8:dev'

//compile "net.ilexiconn:llibrary:1.7.19-1.12.2"
//compile "vazkii.patchouli:Patchouli:1.0-21.4"
compile "vazkii.patchouli:Patchouli:1.0-21.4"
// For more info...
// http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html
// http://www.gradle.org/docs/current/userguide/dependency_management.html
Expand Down Expand Up @@ -158,6 +158,6 @@ repositories {
// name = "ilexiconn"
// url = "https://maven.mcmoddev.com"
//}
//maven { url 'https://maven.blamejared.com' }
maven { url 'https://maven.blamejared.com' }
}

4 changes: 2 additions & 2 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"authorList": [
"Aecht Rob"
],
"dependencies": [],
"dependencies": ["patchouli@[1.0-21,)"],
"dependants": [],
"requiredMods": [],
"requiredMods": ["patchouli@[1.0-21,)"],
"useDependencyInformation": "true"
}
]

0 comments on commit 9564d56

Please sign in to comment.