Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features request - Allow Floral Staff to Duplicate Other Mods' Flowers Using Tags #27

Open
para-dichloro-benzene opened this issue Jun 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@para-dichloro-benzene
Copy link

Currently the floral staff can only duplicate vanilla's small flowers (except wither rose) using a hard-coded whitelist. But minecraft does provide a #small_flowers tag for specifying those blocks, and other mods are tagging their small flowers with this very tag.

So my suggestion is that instead of whitelist, making a blacklist (preferably specifiable with JSON) may be more compatible with other flower mods. (Or add a switch for users to change between whitelist / blacklist? )

FYI: the mod "bumblezone" use a switchable blacklist / whitelist for their flower duplicating item https://github.com/TelepathicGrunt/Bumblezone-Fabric/blob/dcc631d12275fb192ed541972e73325899e1fa02/src/main/java/com/telepathicgrunt/the_bumblezone/entities/nonliving/PollenPuffEntity.java

@PinkGoosik PinkGoosik added the enhancement New feature or request label Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants