aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorSchlaumeyer <51930935+SchIaumeyer@users.noreply.github.com>2022-03-24 16:46:27 +0100
committerGitHub <noreply@github.com>2022-03-24 16:46:27 +0100
commitea2c38f80bff92f8e1c19ce0d2569a2920a9f5d3 (patch)
tree33eb49d58418b84acab3d708545e38fadd6bada8 /constants
parentb0876a3525f0460ee8b214470ccdbd8ddf43199f (diff)
downloadNotEnoughUpdates-REPO-ea2c38f80bff92f8e1c19ce0d2569a2920a9f5d3.tar.gz
NotEnoughUpdates-REPO-ea2c38f80bff92f8e1c19ce0d2569a2920a9f5d3.tar.bz2
NotEnoughUpdates-REPO-ea2c38f80bff92f8e1c19ce0d2569a2920a9f5d3.zip
Backpacks and Storages combined (#705)
idk, looks cleaner?
Diffstat (limited to 'constants')
-rw-r--r--constants/parents.json12
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"
]
}