UNPKG

@skyblock-finance/actions

Version:

This package contains actions players can take in Hypixel Skyblock

30 lines (29 loc) 1.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.allActions = exports.wood = exports.pests = exports.northStarsCrafts = exports.northStars = exports.gems = exports.crimsonIsle = exports.bitsCrafts = exports.bits = void 0; const bits_json_1 = require("../data/bits.json"); const bits_crafts_json_1 = require("../data/bits-crafts.json"); const crimson_isle_json_1 = require("../data/crimson-isle.json"); const gems_json_1 = require("../data/gems.json"); const north_stars_json_1 = require("../data/north-stars.json"); const north_stars_crafts_json_1 = require("../data/north-stars-crafts.json"); const pests_json_1 = require("../data/pests.json"); const wood_json_1 = require("../data/wood.json"); exports.bits = bits_json_1.actions; exports.bitsCrafts = bits_crafts_json_1.actions; exports.crimsonIsle = crimson_isle_json_1.actions; exports.gems = gems_json_1.actions; exports.northStars = north_stars_json_1.actions; exports.northStarsCrafts = north_stars_crafts_json_1.actions; exports.pests = pests_json_1.actions; exports.wood = wood_json_1.actions; exports.allActions = [ ...exports.bits, ...exports.bitsCrafts, ...exports.crimsonIsle, ...exports.gems, ...exports.northStars, ...exports.northStarsCrafts, ...exports.pests, ...exports.wood, ];