Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduFish authored Aug 26, 2024
1 parent 8be3c77 commit 3959f32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ repositories {
maven {
url "https://repo.repsy.io/mvn/ardufish123/fish-lib"
}

repositories {
maven {
name 'Xander Maven'
url 'https://maven.isxander.dev/releases'
}
}

}

loom {
Expand Down Expand Up @@ -79,6 +87,8 @@ dependencies {
include(modImplementation "maven.modrinth:ranged-weapon-api:${project.ranged_weapon_api_version}")
// java
//modImplementation "maven.modrinth:fzzy-config:${project.fzzyConfigVersion}"
modImplementation "dev.isxander:yet-another-config-lib:${project.yacl_version}"

}

processResources {
Expand Down

0 comments on commit 3959f32

Please sign in to comment.