diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-03 13:19:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 12:19:45 +0000 |
| commit | b30e7801abc44033cd4c2c04b2b8190586d47539 (patch) | |
| tree | 62d39c1724ab9043040f7a2afe5c1bfba5a5af72 /constants | |
| parent | 12796f4055bfaf3eae5d2b320e19df7b4c63bda1 (diff) | |
| download | NotEnoughUpdates-REPO-b30e7801abc44033cd4c2c04b2b8190586d47539.tar.gz NotEnoughUpdates-REPO-b30e7801abc44033cd4c2c04b2b8190586d47539.tar.bz2 NotEnoughUpdates-REPO-b30e7801abc44033cd4c2c04b2b8190586d47539.zip | |
feat: Holiday Cosmetics (#1484)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/garden.json | 4 | ||||
| -rw-r--r-- | constants/parents.json | 6 |
2 files changed, 10 insertions, 0 deletions
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 |
