mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Fixed armor / hands slots
This commit is contained in:
parent
72f93209a9
commit
623d148c53
@ -73,12 +73,12 @@ enum class TargetSlot(
|
||||
HANDS({
|
||||
listOf(
|
||||
it.inventory.heldItemSlot,
|
||||
45
|
||||
40
|
||||
)
|
||||
}),
|
||||
|
||||
ARMOR({
|
||||
listOf(5, 6, 7, 8)
|
||||
(36..39).toList()
|
||||
}),
|
||||
|
||||
ANY({
|
||||
|
Loading…
Reference in New Issue
Block a user