UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

4 lines (3 loc) 232 B
import type { UpgradeableInfo } from '../fortune/upgradeable.js'; export declare const ITEM_INFO_REGISTRY: ReadonlyMap<string, UpgradeableInfo>; export declare function getItemInfo(skyblockId?: string): UpgradeableInfo | undefined;