Skip to content

Commit ecccf4b

Browse files
committed
chore: Update plugin to v2.6.1
- Fixed next missing item solver from returning early and giving incorrect solutions - Caused by multiple relations having full matches - Fixed next missing item puzzle that were weapons, and the answer set two different weapons melee/range - Improved the OSRSItemRelationshipSystem and fixed wrong matching puzzle solutions - Reworked similarity distance and inverted the existing logic - Modified existing thresholds and multipliers - Added support for negations and matching puzzles with negated hints such as "hate ranging" - Fixed wrong matching puzzle solutions that contained hints like "who hate ranging or magic"
1 parent ad93ec5 commit ecccf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test {
4444
}
4545

4646
group = 'randomeventhelper'
47-
version = '2.6.0'
47+
version = '2.6.1'
4848

4949
tasks.withType(JavaCompile).configureEach {
5050
options.encoding = 'UTF-8'

0 commit comments

Comments
 (0)