From de9a85f0aeb34020a553aee032b898e6b4aa0077 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:21:20 +0100 Subject: Added new items from the winter update and fixed some items (#1051) * Added new items from the winter update and fixed some items * Added new sack items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added another missing item * Added Toy and Hoodie --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- constants/sacks.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'constants/sacks.json') diff --git a/constants/sacks.json b/constants/sacks.json index 4b4258d2..db0db07d 100644 --- a/constants/sacks.json +++ b/constants/sacks.json @@ -447,7 +447,9 @@ "SNOW_BLOCK", "ENCHANTED_SNOW_BLOCK", "ICE_HUNK", - "BLUE_ICE_HUNK" + "BLUE_ICE_HUNK", + "VOLCANIC_ROCK", + "WINTER_FRAGMENT" ] }, "Bronze Trophy": { -- cgit