Skip to content

Commit

Permalink
chore(deps): add sekclib
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Jul 27, 2022
1 parent 9f72fb2 commit 93450d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ sourceSets.main.resources {
}

repositories {
maven { url = "https://maven.sekwah.com" }
maven {
name 'jared maven'
url "https://maven.blamejared.com/"
Expand All @@ -118,6 +119,9 @@ dependencies {
//compileOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}:api")
// at runtime, use the full JEI jar
//runtimeOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}")


implementation fg.deobf("com.sekwah:SekCLib:0.4.1")
}

/*mixin {
Expand Down

0 comments on commit 93450d2

Please sign in to comment.