UNPKG

farming-weight

Version:

Tools for calculating farming weight and fortune in Hypixel Skyblock

7 lines (6 loc) 260 B
import { Crop } from '../constants/crops.js'; export declare function calculateAverageSpecialCrops(blocksBroken: number, crop: Crop, armor: 1 | 2 | 3 | 4): { type: import("../constants/specialcrops.js").SpecialCrop; amount: number; npc: number; };