diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-01-23 15:49:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 14:49:39 +0000 |
| commit | 9aed00bd9fc27ffb2cfdf1ed50bd1a52b2a8d488 (patch) | |
| tree | a03766320f79210965e5314fcf94f88787b86dbb /constants | |
| parent | 6970bf9772d0ad61bed287086984989f330a9357 (diff) | |
| download | NotEnoughUpdates-REPO-9aed00bd9fc27ffb2cfdf1ed50bd1a52b2a8d488.tar.gz NotEnoughUpdates-REPO-9aed00bd9fc27ffb2cfdf1ed50bd1a52b2a8d488.tar.bz2 NotEnoughUpdates-REPO-9aed00bd9fc27ffb2cfdf1ed50bd1a52b2a8d488.zip | |
feat: 0.21.1.0 Items Part 4 (#1628)
Diffstat (limited to 'constants')
| -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" ] } } |
