diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 12 |
1 files changed, 12 insertions, 0 deletions
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" ] } |