UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

4 lines (3 loc) 217 B
import type { ArmorSet } from '../../fortune/farmingarmor.js'; import type { DynamicFortuneSource } from './dynamicfortunesources.js'; export declare const ARMOR_SET_FORTUNE_SOURCES: DynamicFortuneSource<ArmorSet>[];