mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-21 05:21:22 +01:00
Oops
This commit is contained in:
parent
77ca1551c3
commit
f116763e63
@ -30,7 +30,7 @@ data class ItemInNumericSlot internal constructor(
|
||||
val slot: Int
|
||||
) {
|
||||
override fun hashCode(): Int {
|
||||
return HashedItem.of(item).hash + (slot shl 31)
|
||||
return HashedItem.of(item).hash * (slot + 1)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user