From 62f002d9f3f502b79c7dd6749c2e1a6647685383 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:48:48 +0100 Subject: fix: Slayer and Agro Sack missing some items (#1523) --- constants/sacks.json | 10 ++++++++-- 1 file 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": { -- cgit