From 6501ac03dffef36fe9b85c8f9379f35f952cba36 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:39:16 +0100 Subject: Added new Bear Furniture and added new ench to maxed book (#1056) --- constants/parents.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'constants') 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 -- cgit