diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-09 12:17:59 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-09 12:17:59 +0100 |
commit | f98fa5b651f6ac88a0ce85fb073c344c4c5515d4 (patch) | |
tree | ea4dc07b8c7c8ad7f17441ba29f3ce2f239cbc58 /constants | |
parent | f90fe2350765ef61cb381fbdb7dcf0fbe403c745 (diff) | |
download | SkyHanni-REPO-f98fa5b651f6ac88a0ce85fb073c344c4c5515d4.tar.gz SkyHanni-REPO-f98fa5b651f6ac88a0ce85fb073c344c4c5515d4.tar.bz2 SkyHanni-REPO-f98fa5b651f6ac88a0ce85fb073c344c4c5515d4.zip |
Added Null Ovoid and Soulflow to quick craftable items.
Diffstat (limited to 'constants')
-rw-r--r-- | constants/QuickCraftableItems.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/constants/QuickCraftableItems.json b/constants/QuickCraftableItems.json index 108378d..ca68ff3 100644 --- a/constants/QuickCraftableItems.json +++ b/constants/QuickCraftableItems.json @@ -170,5 +170,7 @@ "Hemoglass", "Silver Fang", "Nearly-Whole Carrot", - "Exportable Carrots" -]
\ No newline at end of file + "Exportable Carrots", + "Null Ovoid", + "Soulflow" +] |