diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-29 23:04:22 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-29 23:04:22 +0100 |
commit | d4b9f36bf79368058f861874c78f0e28ae79d650 (patch) | |
tree | 2bfcd197e5c256e09b027879e3f6d4545b70dd45 | |
parent | e0e741fe07839a242db254445cb27fac642b9d78 (diff) | |
download | SkyHanni-REPO-d4b9f36bf79368058f861874c78f0e28ae79d650.tar.gz SkyHanni-REPO-d4b9f36bf79368058f861874c78f0e28ae79d650.tar.bz2 SkyHanni-REPO-d4b9f36bf79368058f861874c78f0e28ae79d650.zip |
adding Exportable Carrots as quickcraftable item
-rw-r--r-- | constants/QuickCraftableItems.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/QuickCraftableItems.json b/constants/QuickCraftableItems.json index 5ef485d..5d24a15 100644 --- a/constants/QuickCraftableItems.json +++ b/constants/QuickCraftableItems.json @@ -170,5 +170,6 @@ "Enchanted Poppy", "Hemoglass", "Silver Fang", - "Nearly-Whole Carrot" + "Nearly-Whole Carrot", + "Exportable Carrots" ]
\ No newline at end of file |