File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
src/main/kotlin/com/lambda/client/manager/managers Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,7 @@ dependencies {
107
107
compileOnly " org.jetbrains.kotlin:kotlin-stdlib-common:$kotlinVersion "
108
108
compileOnly ' org.jetbrains:annotations:23.0.0'
109
109
110
- // This Baritone will NOT be included in the jar
111
- implementation ' com.github.cabaletta:baritone:1.2.14'
112
-
113
- // This Baritone WILL be included in the jar
114
- jarLibs ' cabaletta:baritone-api:1.2'
110
+ jarLibs files(" libs/baritone-api-forge-1.2.15.jar" )
115
111
116
112
// Add everything in jarLibs to implementation (compile)
117
113
implementation configurations. jarLibs
Original file line number Diff line number Diff line change @@ -167,6 +167,8 @@ object PlayerInventoryManager : Manager {
167
167
currentId = 0
168
168
}
169
169
170
+ fun isDone () = transactionQueue.isEmpty()
171
+
170
172
/* *
171
173
* Adds a new task to the inventory manager
172
174
*
You can’t perform that action at this time.
0 commit comments