9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-28 19:39:22 +00:00

Compare commits

..

6 Commits

Author SHA1 Message Date
Auxilor
56e0c05043 libreforge-updater 2024-04-15 18:20:29 +01:00
Auxilor
791161fa3a libreforge-updater 2024-04-11 13:18:35 +01:00
Auxilor
ce332651b2 libreforge-updater 2024-03-29 16:09:18 +00:00
Will FP
4eedabd5cb libreforge-updater 2024-03-11 17:37:21 +00:00
Will FP
91daaf053f libreforge-updater 2024-03-10 20:08:38 +00:00
Will FP
66bbcb9d87 libreforge-updater 2024-03-02 15:19:58 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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) }
}
}

View File

@@ -1,5 +1,5 @@
#libreforge-updater
#Thu Feb 22 13:17:39 GMT 2024
#Mon Apr 15 18:20:29 BST 2024
kotlin.code.style=official
libreforge-version=4.56.2
version=6.55.2
libreforge-version=4.58.0
version=6.57.0