UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

5 lines 232 B
export function getItemScopedConflictKey(upgradeable, key) { const itemUuid = upgradeable.item.uuid; return itemUuid ? `${key}:${itemUuid}` : `${key}:${upgradeable.item.skyblockId}`; } //# sourceMappingURL=upgradekeys.js.map