-
New Feature
-
Resolution: Fixed
-
Minor
-
None
-
None
The Addition of a method to easily generate new Chorus Plants would be nice, just like generating a huge mushroom or tree.
My first thought was to add it as a new tree type. However, there is no WorldGenChorusPlant or similar, as with all other plant types. In world generation, the BlockChorusFlower.a(World, BlockPosition, Random, int) method is called. Since adding this to CraftWorld.generateTree() would be a bit awkward, I'm not sure if this is the best solution.
Any thoughts?