Skip to content

Commit

Permalink
Made Baritone version separate from MC version
Browse files Browse the repository at this point in the history
Silly build now builds :)
  • Loading branch information
Big-Iron-Cheems committed Dec 5, 2023
1 parent 5b334a2 commit d4657cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
modCompileOnly("maven.modrinth:indium:${project.indium_version}") { transitive = false }

// Baritone (https://github.com/MeteorDevelopment/baritone)
modCompileOnly "meteordevelopment:baritone:${project.minecraft_version}-SNAPSHOT"
modCompileOnly "meteordevelopment:baritone:${project.baritone_version}-SNAPSHOT"

// Libraries
library "meteordevelopment:orbit:${project.orbit_version}"
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ archives_base_name=meteor-client

# Dependency Versions

# Baritone (https://github.com/MeteorDevelopment/baritone)
baritone_version=1.20.2

# Sodium (https://github.com/CaffeineMC/sodium-fabric)
sodium_version=mc1.20.2-0.5.3

Expand Down

0 comments on commit d4657cc

Please sign in to comment.