diff options
author | mat <github@matdoes.dev> | 2022-05-15 16:28:55 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-05-15 16:28:55 -0500 |
commit | 74ccbaef865f328283f91533b9c26daed6cff006 (patch) | |
tree | fe23ae3644bb1625acf10225e14c776a8b722c5d /test/data/constants/collections.json | |
parent | d8e9f4478d55db515f144ca27881c4e26dd638d6 (diff) | |
download | skyblock-api-74ccbaef865f328283f91533b9c26daed6cff006.tar.gz skyblock-api-74ccbaef865f328283f91533b9c26daed6cff006.tar.bz2 skyblock-api-74ccbaef865f328283f91533b9c26daed6cff006.zip |
update test data
Diffstat (limited to 'test/data/constants/collections.json')
-rw-r--r-- | test/data/constants/collections.json | 128 |
1 files changed, 66 insertions, 62 deletions
diff --git a/test/data/constants/collections.json b/test/data/constants/collections.json index fbd602b..d153053 100644 --- a/test/data/constants/collections.json +++ b/test/data/constants/collections.json @@ -1,64 +1,68 @@ [ - "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", - "gemstone", - "ghast_tear", - "glowstone_dust", - "gold_ingot", - "gravel", - "gunpowder", - "hard_stone", - "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" + "BLAZE_ROD", + "BONE", + "CACTUS", + "CARROT_ITEM", + "CLAY_BALL", + "COAL", + "COBBLESTONE", + "DIAMOND", + "EMERALD", + "ENDER_PEARL", + "ENDER_STONE", + "FEATHER", + "GEMSTONE_COLLECTION", + "GHAST_TEAR", + "GLOWSTONE_DUST", + "GOLD_INGOT", + "GRAVEL", + "HARD_STONE", + "ICE", + "INK_SACK", + "INK_SACK:3", + "INK_SACK:4", + "IRON_INGOT", + "LEATHER", + "LOG", + "LOG_2", + "LOG_2:1", + "LOG:1", + "LOG:2", + "LOG:3", + "MAGMA_CREAM", + "MAGMA_FISH", + "MELON", + "MITHRIL_ORE", + "MUSHROOM_COLLECTION", + "MUTTON", + "MYCEL", + "NETHER_STALK", + "NETHERRACK", + "OBSIDIAN", + "PORK", + "POTATO_ITEM", + "PRISMARINE_CRYSTALS", + "PRISMARINE_SHARD", + "PUMPKIN", + "QUARTZ", + "RABBIT", + "RAW_CHICKEN", + "RAW_FISH", + "RAW_FISH:1", + "RAW_FISH:2", + "RAW_FISH:3", + "REDSTONE", + "ROTTEN_FLESH", + "SAND", + "SAND:1", + "SEEDS", + "SLIME_BALL", + "SPIDER_EYE", + "SPONGE", + "STRING", + "SUGAR_CANE", + "SULPHUR", + "SULPHUR_ORE", + "WATER_LILY", + "WHEAT" ]
\ No newline at end of file |