mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-22 00:21:28 +01:00
Fixed EnchantGUI
This commit is contained in:
parent
ecf762947e
commit
6f4ad07511
@ -81,7 +81,9 @@ object EnchantGUI {
|
||||
menu.addState(
|
||||
player,
|
||||
"enchants",
|
||||
atCaptive.applicableEnchantments.sortForDisplay().subtract(atCaptive.fast().enchants.keys)
|
||||
atCaptive.applicableEnchantments.sortForDisplay()
|
||||
.subtract(atCaptive.fast().enchants.keys)
|
||||
.toList()
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user