Skip to content

Commit

Permalink
switch back to ARRP again now that my second PR has been merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew6rant committed Aug 16, 2023
1 parent 017f009 commit 1f4d10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ archives_base_name=autoslabs
# Dependencies
fabric_version=0.85.0+1.20.1
statement_version=4.2.8
#arrp_version=0.7.0
arrp_version=c4996752ff
arrp_version=0.8.0
modmenu_version = 7.2.1

0 comments on commit 1f4d10a

Please sign in to comment.