farming-weight
Version:
Tools for calculating farming weight and fortune in Hypixel Skyblock
34 lines (33 loc) • 1.7 kB
TypeScript
export declare const ITEM_IDS: {
readonly EnchantedWheat: "ENCHANTED_WHEAT";
readonly EnchantedGoldenCarrot: "ENCHANTED_GOLDEN_CARROT";
readonly EnchantedHayBale: "ENCHANTED_HAY_BALE";
readonly Cropie: "CROPIE";
readonly Squash: "SQUASH";
readonly Fermento: "FERMENTO";
readonly CondensedFermento: "CONDENSED_FERMENTO";
readonly EnchantedBakedPotato: "ENCHANTED_BAKED_POTATO";
readonly EnchantedPumpkin: "ENCHANTED_PUMPKIN";
readonly PolishedPumpkin: "POLISHED_PUMPKIN";
readonly EnchantedSugarCane: "ENCHANTED_SUGAR_CANE";
readonly EnchantedMelonBlock: "ENCHANTED_MELON_BLOCK";
readonly EnchantedCactus: "ENCHANTED_CACTUS";
readonly EnchantedCookie: "ENCHANTED_COOKIE";
readonly EnchantedBrownMushroom: "ENCHANTED_BROWN_MUSHROOM";
readonly EnchantedRedMushroom: "ENCHANTED_RED_MUSHROOM";
readonly EnchantedRedMushroomBlock: "ENCHANTED_HUGE_MUSHROOM_2";
readonly EnchantedBrownMushroomBlock: "ENCHANTED_HUGE_MUSHROOM_1";
readonly EnchantedNetherWart: "ENCHANTED_NETHER_STALK";
readonly MutantNetherWart: "MUTANT_NETHER_STALK";
readonly JacobsTicket: "JACOBS_TICKET";
readonly CropshotChip: "CROPSHOT_GARDEN_CHIP";
readonly VerminVaporizerChip: "VERMIN_VAPORIZER_GARDEN_CHIP";
readonly SynthesisChip: "SYNTHESIS_GARDEN_CHIP";
readonly SowledgeChip: "SOWLEDGE_GARDEN_CHIP";
readonly MechamindChip: "MECHAMIND_GARDEN_CHIP";
readonly HyperchargeChip: "HYPERCHARGE_GARDEN_CHIP";
readonly EvergreenChip: "EVERGREEN_GARDEN_CHIP";
readonly OverdriveChip: "OVERDRIVE_GARDEN_CHIP";
readonly QuickdrawChip: "QUICKDRAW_GARDEN_CHIP";
readonly RarefinderChip: "RAREFINDER_GARDEN_CHIP";
};