Skip to content

Commit

Permalink
switch back to ARRP now that my PR is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew6rant committed Aug 13, 2023
1 parent 19b3b40 commit 9f2bd04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ repositories {
maven {
url = "https://jitpack.io"
}
//maven {
// url = uri("https://ueaj.dev/maven")
//}
maven {
url = uri("https://ueaj.dev/maven")
}
maven {
url "https://maven.terraformersmc.com/releases/"
}
Expand All @@ -44,7 +44,7 @@ dependencies {
include modApi("com.github.Virtuoel:Statement:${project.statement_version}", {
exclude group: "net.fabricmc.fabric-api"
})
include modImplementation("com.github.Andrew6rant:ARRP:${project.arrp_version}")
include modImplementation("net.devtech:arrp:${project.arrp_version}")

modImplementation ("com.terraformersmc:modmenu:${project.modmenu_version}") {
exclude module: "fabric-api"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ archives_base_name=autoslabs
# Dependencies
fabric_version=0.85.0+1.20.1
statement_version=4.2.8
arrp_version=2c1be192cd
arrp_version=0.7.0
modmenu_version = 7.2.1

0 comments on commit 9f2bd04

Please sign in to comment.