mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-28 11:29:20 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56e0c05043 |
@@ -11,6 +11,6 @@ object ReforgeFinder : ItemHolderFinder<Reforge>() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun isValidInSlot(holder: Reforge, slot: SlotType): Boolean {
|
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
|
#libreforge-updater
|
||||||
#Thu Apr 11 13:18:35 BST 2024
|
#Mon Apr 15 18:20:29 BST 2024
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
libreforge-version=4.57.1
|
libreforge-version=4.58.0
|
||||||
version=6.56.1
|
version=6.57.0
|
||||||
|
|||||||
Reference in New Issue
Block a user