diff options
author | mat <github@matdoes.dev> | 2022-03-27 15:56:06 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-03-27 15:56:06 -0500 |
commit | e01d991d518fc6b3f060d805175b6b8631a2b8ed (patch) | |
tree | 7958a454ba0340a990abc7c02abd921b74f61c03 /test/data/constants/pets.json | |
parent | c71f5cd982f96a726ff90f930f37108f18c6f352 (diff) | |
download | skyblock-api-e01d991d518fc6b3f060d805175b6b8631a2b8ed.tar.gz skyblock-api-e01d991d518fc6b3f060d805175b6b8631a2b8ed.tar.bz2 skyblock-api-e01d991d518fc6b3f060d805175b6b8631a2b8ed.zip |
Fix
Diffstat (limited to 'test/data/constants/pets.json')
-rw-r--r-- | test/data/constants/pets.json | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/test/data/constants/pets.json b/test/data/constants/pets.json new file mode 100644 index 0000000..3b7cbd7 --- /dev/null +++ b/test/data/constants/pets.json @@ -0,0 +1,56 @@ +[ + "AMMONITE", + "ARMADILLO", + "BABY_YETI", + "BAL", + "BAT", + "BEE", + "BLACK_CAT", + "BLAZE", + "BLUE_WHALE", + "CHICKEN", + "DOLPHIN", + "ELEPHANT", + "ENDER_DRAGON", + "ENDERMAN", + "ENDERMITE", + "FLYING_FISH", + "GHOUL", + "GIRAFFE", + "GOLDEN_DRAGON", + "GOLEM", + "GRANDMA_WOLF", + "GRIFFIN", + "GUARDIAN", + "HORSE", + "HOUND", + "JELLYFISH", + "JERRY", + "LION", + "MAGMA_CUBE", + "MEGALODON", + "MITHRIL_GOLEM", + "MONKEY", + "OCELOT", + "PARROT", + "PHOENIX", + "PIG", + "PIGMAN", + "RABBIT", + "RAT", + "ROCK", + "SHEEP", + "SILVERFISH", + "SKELETON", + "SKELETON_HORSE", + "SNOWMAN", + "SPIDER", + "SPIRIT", + "SQUID", + "TARANTULA", + "TIGER", + "TURTLE", + "WITHER_SKELETON", + "WOLF", + "ZOMBIE" +]
\ No newline at end of file |