diff options
author | J10a1n15 <45315647+j10a1n15@users.noreply.github.com> | 2023-12-13 15:03:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 15:03:01 +0100 |
commit | 8ffcbc8f848a187876ead1e63556cb97efd9617c (patch) | |
tree | 9196cac32033a9a38447065e7bb591557d9e67c0 | |
parent | aecff0779722a4969cbcd60e8c472b65d1e232d7 (diff) | |
download | SkyHanni-REPO-8ffcbc8f848a187876ead1e63556cb97efd9617c.tar.gz SkyHanni-REPO-8ffcbc8f848a187876ead1e63556cb97efd9617c.tar.bz2 SkyHanni-REPO-8ffcbc8f848a187876ead1e63556cb97efd9617c.zip |
Added "new" sack items (#76)
-rw-r--r-- | constants/Sacks.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/constants/Sacks.json b/constants/Sacks.json index 84f7866..d2ab79e 100644 --- a/constants/Sacks.json +++ b/constants/Sacks.json @@ -194,7 +194,7 @@ "Enchanted Brown Mushroom Block", "Enchanted Red Mushroom", "Enchanted Brown Mushroom Block", - "Enchanted Cocoa Bean", + "Enchanted Cocoa Beans", "Enchanted Cookie", "Enchanted Cactus", "Enchanted Cactus Green", @@ -437,6 +437,15 @@ "Snow Block", "Stone", "Tightly-Tied Hay Bale", - "Walnut" + "Walnut", + "Volcanic Rock", + "Winter Fragment", + "Cheese Fuel", + "Tasty Cheese", + "Dung", + "Honey Jar", + "Plant Matter", + "Jacob's Ticket", + "Agarimoo Tongue" ] } |