Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ repositories {
maven("https://maven.meteordev.org/snapshots") {
name = "meteor-maven-snapshots"
}

maven("https://babbaj.github.io/maven/") {
name = "babbaj-maven"
}
}

dependencies {
Expand All @@ -26,6 +30,10 @@ dependencies {

// Meteor
modImplementation("meteordevelopment:meteor-client:${project.property("minecraft_version")}-SNAPSHOT")

// Baritone
modImplementation("dev.babbaj:nether-pathfinder:1.4.1")
modImplementation("meteordevelopment:baritone:${project.property("minecraft_version")}-SNAPSHOT")
}

tasks {
Expand Down
Loading