From bbf75d0b43c0b62a5bc094e135e03eded4104842 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 28 Mar 2023 22:50:06 +0200 Subject: Some new garden items (#914) --- constants/parents.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 566c9a26..7ec3a87a 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3179,5 +3179,16 @@ "GLISTENING_MELON_FLUX": [ "GOLDEN_APPLE_FLUX", "GLOWING_GRAPE_FLUX" + ], + "GREEN_THUMB;1": [ + "GREEN_THUMB;2", + "GREEN_THUMB;3", + "GREEN_THUMB;4", + "GREEN_THUMB;5" + ], + "DEDICATION;1": [ + "DEDICATION;2", + "DEDICATION;3", + "DEDICATION;4" ] } \ No newline at end of file -- cgit