diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 2 | ||||
-rw-r--r-- | constants/parents.json | 3 |
2 files changed, 3 insertions, 2 deletions
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", |