mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-31 12:56:38 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
063dc05b4e | ||
|
|
b8bd4375a9 | ||
|
|
51ddca9b85 | ||
|
|
0ecdc49a13 | ||
|
|
61676fe568 | ||
|
|
56e0c05043 | ||
|
|
791161fa3a |
@@ -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
|
||||
#Fri Mar 29 16:09:18 GMT 2024
|
||||
#Sun Jun 23 17:27:12 BST 2024
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.57.0
|
||||
version=6.56.0
|
||||
libreforge-version=4.60.0
|
||||
version=6.59.0
|
||||
|
||||
Reference in New Issue
Block a user