diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-01 01:39:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 00:39:16 +0000 |
commit | 6501ac03dffef36fe9b85c8f9379f35f952cba36 (patch) | |
tree | 6d6cb246c86aaaed3483c8351ae1a2f4ebdb5943 /constants | |
parent | af0ba996fd27e466e978f4a699fd29771cc3d36f (diff) | |
download | NotEnoughUpdates-REPO-6501ac03dffef36fe9b85c8f9379f35f952cba36.tar.gz NotEnoughUpdates-REPO-6501ac03dffef36fe9b85c8f9379f35f952cba36.tar.bz2 NotEnoughUpdates-REPO-6501ac03dffef36fe9b85c8f9379f35f952cba36.zip |
Added new Bear Furniture and added new ench to maxed book (#1056)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/constants/parents.json b/constants/parents.json index 046cb68d..1a8dd93d 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3438,5 +3438,11 @@ "GIFT_BLUE_BACKPACK", "GIFT_BLACK_BACKPACK", "GIFT_WHITE_BACKPACK" + ], + "BEAR_BED": [ + "BEAR_SIDE_TABLE", + "BEAR_CHAIR", + "BEAR_BOOKSHELF", + "BEAR_BENCH" ] }
\ No newline at end of file |