From b30e7801abc44033cd4c2c04b2b8190586d47539 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:19:45 +0100 Subject: feat: Holiday Cosmetics (#1484) --- constants/garden.json | 4 ++++ constants/parents.json | 6 ++++++ 2 files changed, 10 insertions(+) (limited to 'constants') diff --git a/constants/garden.json b/constants/garden.json index 8f6c3703..98327068 100644 --- a/constants/garden.json +++ b/constants/garden.json @@ -924,6 +924,10 @@ "pesthunters_lair": { "name": "§6Pesthunter's Lair", "item": "PESTHUNTERS_LAIR_BARN_SKIN" + }, + "winter_barn": { + "name": "§aWinter Barn", + "item": "WINTER_BARN_BARN_SKIN" } }, "crop_upgrades": [ diff --git a/constants/parents.json b/constants/parents.json index a388d725..a6370e27 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3857,5 +3857,11 @@ ], "PEST_MOUSE_TRAP": [ "PEST_TRAP" + ], + "HOLIDAY_CHEST_ENDER_BACKPACK": [ + "HOLIDAY_CHEST_RED_BACKPACK", + "HOLIDAY_CHEST_GREEN_BACKPACK", + "HOLIDAY_CHEST_YELLOW_BACKPACK", + "HOLIDAY_CHEST_TEAL_BACKPACK" ] } \ No newline at end of file -- cgit