diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-05-01 19:04:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 19:04:52 -0500 |
commit | 4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b (patch) | |
tree | 6e8281984bef6d30cd2988fbf80bfcd22c4f668e /test/data/constants/collections.json | |
parent | 644e9c6629453b07844ca83fab7fbe9a3185b4b6 (diff) | |
download | skyblock-api-4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b.tar.gz skyblock-api-4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b.tar.bz2 skyblock-api-4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b.zip |
Show minions that haven't been unlocked in response (#20)
* add minions that haven't been unlocked yet to response, and slightly optimize constants
* remove most console.logs with console.debugs
* mock constants
Diffstat (limited to 'test/data/constants/collections.json')
-rw-r--r-- | test/data/constants/collections.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/test/data/constants/collections.json b/test/data/constants/collections.json new file mode 100644 index 0000000..efab904 --- /dev/null +++ b/test/data/constants/collections.json @@ -0,0 +1,62 @@ +[ + "acacia_log", + "birch_log", + "blaze_rod", + "bone", + "cactus", + "carrot", + "chicken", + "clay_ball", + "coal", + "cobblestone", + "cocoa_beans", + "cod", + "dark_oak_log", + "diamond", + "emerald", + "end_stone", + "ender_pearl", + "feather", + "ghast_tear", + "glowstone_dust", + "gold_ingot", + "gravel", + "gunpowder", + "ice", + "ink_sac", + "iron_ingot", + "jungle_log", + "lapis_lazuli", + "leather", + "lily_pad", + "magma_cream", + "melon_slice", + "mithril_ore", + "mutton", + "nether_wart", + "netherrack", + "oak_log", + "obsidian", + "porkchop", + "potato", + "prismarine_crystals", + "prismarine_shard", + "pufferfish", + "pumpkin", + "quartz", + "rabbit", + "red_mushroom", + "redstone", + "rotten_flesh", + "salmon", + "sand", + "slime_ball", + "spider_eye", + "sponge", + "spruce_log", + "string", + "sugar_cane", + "tropical_fish", + "wheat", + "wheat_seeds" +]
\ No newline at end of file |