diff options
Diffstat (limited to 'constants/sacks.json')
| -rw-r--r-- | constants/sacks.json | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/constants/sacks.json b/constants/sacks.json index 09a63cb9..093b2bb1 100644 --- a/constants/sacks.json +++ b/constants/sacks.json @@ -125,7 +125,9 @@ "GLACITE", "UMBER", "TUNGSTEN", - "GLOSSY_GEMSTONE" + "GLOSSY_GEMSTONE", + "SNOW_BLOCK", + "ICE" ] }, "Enchanted Mining": { @@ -167,7 +169,10 @@ "ENCHANTED_SULPHUR_CUBE", "ENCHANTED_GLACITE", "ENCHANTED_UMBER", - "ENCHANTED_TUNGSTEN" + "ENCHANTED_TUNGSTEN", + "ENCHANTED_SNOW_BLOCK", + "ENCHANTED_ICE", + "ENCHANTED_PACKED_ICE" ] }, "Combat": { @@ -600,8 +605,7 @@ }, "Rune": { "item": "RUNE_SACK", - "contents": [ - ] + "contents": [] }, "Events": { "item": "LARGE_EVENTS_SACK", @@ -629,7 +633,11 @@ "WEREWOLF_SKIN", "WHITE_GIFT", "GREEN_GIFT", - "RED_GIFT" + "RED_GIFT", + "WALNUT", + "SNOW_BALL", + "VOLCANIC_ROCK", + "WINTER_FRAGMENT" ] } } |
