Drachenbauer Posted March 7, 2020 Share Posted March 7, 2020 (edited) I found out the following: The GrassBlock tells, wich flowers can spawn. This is controlled bi the flowers-list in the Biome-class. Only instances of the DecoratedFlowerFeature are added to this list and the list is protected, that i cannot add stuff from somewhere else. Tulips are provided by the BlockClusterFeatureConfig PLAINS_FLOWER_CONFIG and the BlockClusterFeatureConfig FOREST_FLOWER_CONFIG. wich get their flowers via PlainFlowerBlockStateProvider and ForestFlowerBlockStateProvider, wich hold BlockState-lists with the tulips and other flowers. DecoratedFlowerFeature cannot use blockstates. How does DecoratedFlowerFeature get infos about the flowers? Edited March 8, 2020 by Drachenbauer Quote Link to comment Share on other sites More sharing options...
Drachenbauer Posted March 8, 2020 Author Share Posted March 8, 2020 Bump I still cannot find a solution Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.