diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2023-11-22 14:30:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 14:30:16 +0100 |
commit | eba06aabf57eec9b971e91e298fd9690e52df01d (patch) | |
tree | 66b41a0d45340a34185ef66c0bccab550d4b078e /constants | |
parent | 2ecccf7407c427ebbec6d9f56a89ca50c3a84f09 (diff) | |
download | SkyHanni-REPO-eba06aabf57eec9b971e91e298fd9690e52df01d.tar.gz SkyHanni-REPO-eba06aabf57eec9b971e91e298fd9690e52df01d.tar.bz2 SkyHanni-REPO-eba06aabf57eec9b971e91e298fd9690e52df01d.zip |
prepared to add the first items for fishing profit tracker (#56)
Added fishing drops #56
Diffstat (limited to 'constants')
-rw-r--r-- | constants/FishingProfitItems.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/constants/FishingProfitItems.json b/constants/FishingProfitItems.json new file mode 100644 index 0000000..08a9820 --- /dev/null +++ b/constants/FishingProfitItems.json @@ -0,0 +1,51 @@ +{ + "categories": { + "Crimson Isle": [ + "MAGMA_FISH", + "MAGMA_CREAM", + "BLAZE_POWDER", + "NETHERRACK", + "FISH_BAIT", + "HOT_BAIT", + "COAL", + "GRAND_EXP_BOTTLE", + "ENCHANTED_BLAZE_POWDER", + "LAVA_SHELL", + "GLOWY_CHUM_BAIT", + "ENCHANTED_MAGMA_CREAM", + "DARK_BAIT", + "WHALE_BAIT" + ], + "Trophy Fish": [ + "LAVA_HORSE_SILVER", + "MAGMA_FISH_SILVER", + "BLOBFISH_SILVER", + "MOLDFIN_BRONZE", + "SOUL_FISH_BRONZE", + "LAVA_HORSE_BRONZE", + "BLOBFISH_BRONZE", + "BLOBFISH_GOLD" + ], + "Water": [ + "ROTTEN_FLESH", + "ANGLER;6", + "INK_SACK", + "ENCHANTED_IRON", + "SPONGE", + "FAIRY_LEGGINGS", + "CLAY_BALL", + "PRISMARINE_CRYSTALS", + "ENCHANTED_FEATHER", + "ENCHANTED_PRISMARINE_CRYSTALS", + "ENCHANTED_PRISMARINE_SHARD", + "ENCHANTED_ROTTEN_FLESH", + "PRISMARINE_SHARD", + "BONE", + "WATER_LILY", + "RAW_FISH", + "RAW_FISH-1", + "RAW_FISH-2", + "RAW_FISH-3" + ] + } +} |