plugins: Fix menu concurrency issues (#1444)
* Cleanup comparables a bit * Make shift walker add entries on client tick * Make climb up + down add entries on clienttick * remove try catch
This commit is contained in:
@@ -7,6 +7,7 @@ dependencies {
|
||||
|
||||
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: findbugs
|
||||
implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4j
|
||||
implementation group: 'org.apache.commons', name: 'commons-text', version: apacheCommonsText
|
||||
|
||||
testImplementation group: 'junit', name: 'junit', version: junit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user