diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-14 19:48:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-14 18:48:48 +0000 |
| commit | 62f002d9f3f502b79c7dd6749c2e1a6647685383 (patch) | |
| tree | 3ee802850f85c7d8b7ec70c3f48aebfae47ebe93 | |
| parent | 1d120126bd0852101fe641db8dd2227199db01fc (diff) | |
| download | NotEnoughUpdates-REPO-62f002d9f3f502b79c7dd6749c2e1a6647685383.tar.gz NotEnoughUpdates-REPO-62f002d9f3f502b79c7dd6749c2e1a6647685383.tar.bz2 NotEnoughUpdates-REPO-62f002d9f3f502b79c7dd6749c2e1a6647685383.zip | |
fix: Slayer and Agro Sack missing some items (#1523)
| -rw-r--r-- | constants/sacks.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/constants/sacks.json b/constants/sacks.json index 508e864b..155a471d 100644 --- a/constants/sacks.json +++ b/constants/sacks.json @@ -21,7 +21,8 @@ "SQUASH", "COMPOST", "POISONOUS_POTATO", - "GOLDEN_CARROT" + "GOLDEN_CARROT", + "JACK_O_LANTERN" ] }, "Enchanted Agronomy": { @@ -431,7 +432,12 @@ "RAW_SOULFLOW", "SOULFLOW", "DERELICT_ASHE", - "CRUDE_GABAGOOL" + "CRUDE_GABAGOOL", + "BLAZE_ROD_DISTILLATE", + "CRUDE_GABAGOOL_DISTILLATE", + "GLOWSTONE_DUST_DISTILLATE", + "MAGMA_CREAM_DISTILLATE", + "NETHER_STALK_DISTILLATE" ] }, "Spooky": { |
