From ea2c38f80bff92f8e1c19ce0d2569a2920a9f5d3 Mon Sep 17 00:00:00 2001 From: Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:46:27 +0100 Subject: Backpacks and Storages combined (#705) idk, looks cleaner? --- constants/parents.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 7beaf9e9..8bc4cbdd 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2370,5 +2370,17 @@ "DUNGEON_DISC_3", "DUNGEON_DISC_4", "DUNGEON_DISC_5" + ], + "JUMBO_BACKPACK": [ + "GREATER_BACKPACK", + "LARGE_BACKPACK", + "MEDIUM_BACKPACK", + "SMALL_BACKPACK" + ], + "XXLARGE_ENCHANTED_CHEST": [ + "XLARGE_ENCHANTED_CHEST", + "LARGE_ENCHANTED_CHEST", + "MEDIUM_ENCHANTED_CHEST", + "SMALL_ENCHANTED_CHEST" ] } -- cgit