diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2022-03-24 16:46:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 16:46:27 +0100 |
commit | ea2c38f80bff92f8e1c19ce0d2569a2920a9f5d3 (patch) | |
tree | 33eb49d58418b84acab3d708545e38fadd6bada8 | |
parent | b0876a3525f0460ee8b214470ccdbd8ddf43199f (diff) | |
download | NotEnoughUpdates-REPO-ea2c38f80bff92f8e1c19ce0d2569a2920a9f5d3.tar.gz NotEnoughUpdates-REPO-ea2c38f80bff92f8e1c19ce0d2569a2920a9f5d3.tar.bz2 NotEnoughUpdates-REPO-ea2c38f80bff92f8e1c19ce0d2569a2920a9f5d3.zip |
Backpacks and Storages combined (#705)
idk, looks cleaner?
-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" ] } |