Skip to content

Commit

Permalink
get baritone jars from maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Nov 14, 2024
1 parent 58df023 commit 0e09aa5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
modCompileOnly(libs.minimap.fabric)
implementation(libs.caffeine)
implementation(libs.lambdaEvents)
modCompileOnly(files("../fabric/libs/baritone-api-fabric-1.20.1-elytra-beta-v1.jar"))
modCompileOnly(libs.baritone.fabric)
modCompileOnly(libs.waystones.fabric)
modCompileOnly(libs.balm.fabric)
modCompileOnly(libs.fabric.waystones)
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation(libs.sqlite)
modImplementation(libs.worldmap.fabric)
modImplementation(libs.minimap.fabric)
modImplementation(files("libs/baritone-api-fabric-1.20.1-elytra-beta-v1.jar"))
modImplementation(libs.baritone.fabric)
modCompileOnly(files("libs/sodium-fabric-1.20.1-0.6.0-alpha.2.jar"))
modImplementation(libs.waystones.fabric)
modImplementation(libs.balm.fabric)
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation(include(libs.mixinextras.forge.get())!!)
modImplementation(libs.worldmap.forge)
modImplementation(libs.minimap.forge)
modImplementation(files("libs/baritone-unoptimized-forge-1.10.1.jar"))
modImplementation(libs.baritone.forge)
modCompileOnly(files("libs/sodium-forge-1.20.1-0.6.0-alpha.2.jar"))
modCompileOnly(libs.waystones.forge)
modCompileOnly(libs.balm.forge)
Expand Down
Binary file removed forge/libs/baritone-unoptimized-forge-1.10.1.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ dependencyResolutionManagement {
library("cloth-config-fabric", "me.shedaniel.cloth:cloth-config-fabric:11.1.118")
library("opac-fabric", "maven.modrinth:open-parties-and-claims:fabric-1.20.1-0.23.2")
library("forge-config-api-port", "maven.modrinth:forge-config-api-port:v8.0.0-1.20.1-Fabric")
library("oldbiomes", "com.github.rfresh2:OldBiomes:1.0")
library("oldbiomes", "com.github.rfresh2:OldBiomes:1.0.0")
library("baritone-fabric", "com.github.rfresh2:baritone-fabric:${gradle.extra.get("minecraft_version")}")
library("baritone-forge", "com.github.rfresh2:baritone-forge:${gradle.extra.get("minecraft_version")}")
}
}
}
Expand Down

0 comments on commit 0e09aa5

Please sign in to comment.