Skip to content

Commit

Permalink
mirror url
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Nov 9, 2024
1 parent d23902e commit a7e9c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.fabric_loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"

modImplementation urlFile("https://github.com/nothub/baritone-mirror/raw/refs/heads/main/baritone-api-fabric-${project.minecraft_version}.jar", "baritone", "${project.minecraft_version}")
modImplementation urlFile("https://github.com/nothub/baritone-mirror/raw/refs/heads/main/${project.minecraft_version}/baritone-api-fabric-${project.minecraft_version}.jar", "baritone", "${project.minecraft_version}")

shadow "io.prometheus:prometheus-metrics-core:${project.prometheus_lib_version}"
shadow "io.prometheus:prometheus-metrics-instrumentation-jvm:${project.prometheus_lib_version}"
Expand Down
2 changes: 1 addition & 1 deletion mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sha256": "ebc4ab8b8063435fa1b2208fd109b81e296d6ec54444d9c82578d34e22891960"
},
{
"url": "https://github.com/nothub/baritone-mirror/raw/refs/heads/main/baritone-api-fabric-1.21.3.jar",
"url": "https://github.com/nothub/baritone-mirror/raw/refs/heads/main/1.21.3/baritone-api-fabric-1.21.3.jar",
"sha256": "570daf62da30933df80cea4be0cf1ba3ece49fc8f5b2e98448e3d72e64171b63"
}
]
Expand Down

0 comments on commit a7e9c54

Please sign in to comment.