mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-20 15:39:30 +00:00
Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56e0c05043 | ||
|
|
791161fa3a | ||
|
|
ce332651b2 | ||
|
|
4eedabd5cb | ||
|
|
91daaf053f | ||
|
|
66bbcb9d87 | ||
|
|
504998a78d | ||
|
|
18a5abbc57 | ||
|
|
b3ec0a487b | ||
|
|
e40d4f666f | ||
|
|
37083c9980 | ||
|
|
f7bee746e2 | ||
|
|
7fb5bfc895 | ||
|
|
26765564ea |
@@ -11,6 +11,6 @@ object ReforgeFinder : ItemHolderFinder<Reforge>() {
|
||||
}
|
||||
|
||||
override fun isValidInSlot(holder: Reforge, slot: SlotType): Boolean {
|
||||
return slot in holder.targets.map { it.slot }.toSet()
|
||||
return holder.targets.map { it.slot }.any { it.isOrContains(slot) }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Tue Jan 16 13:28:38 GMT 2024
|
||||
#Mon Apr 15 18:20:29 BST 2024
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.55.1
|
||||
version=6.54.2
|
||||
libreforge-version=4.58.0
|
||||
version=6.57.0
|
||||
|
||||
Reference in New Issue
Block a user