From 54084572c9bceef9d4c448c10205376206980165 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 8 Nov 2021 21:17:17 +0100 Subject: Added Flower Minion 12 and 2 wiki links (#653) * Added Flower Minion 12 * Added 2 wiki links --- constants/misc.json | 2 +- constants/parents.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/misc.json b/constants/misc.json index e60911c6..a3560ec9 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1106,7 +1106,7 @@ "ENDER_STONE_GENERATOR": 11, "ENDERMAN_GENERATOR": 11, "FISHING_GENERATOR": 11, - "FLOWER_GENERATOR": 11, + "FLOWER_GENERATOR": 12, "GHAST_GENERATOR": 11, "GLOWSTONE_GENERATOR": 11, "GOLD_GENERATOR": 12, diff --git a/constants/parents.json b/constants/parents.json index aaa80bf0..53b664a9 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1633,7 +1633,8 @@ "FLOWER_GENERATOR_8", "FLOWER_GENERATOR_9", "FLOWER_GENERATOR_10", - "FLOWER_GENERATOR_11" + "FLOWER_GENERATOR_11", + "FLOWER_GENERATOR_12" ], "FISHING_GENERATOR_1": [ "FISHING_GENERATOR_2", -- cgit