UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

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