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

Add c:flowers, c:flowers/tall, and c:flowers/small block and item tags #4352

Open
wants to merge 8 commits into
base: 1.21.4
Choose a base branch
from

Conversation

TelepathicGrunt
Copy link
Contributor

@TelepathicGrunt TelepathicGrunt commented Jan 5, 2025

Mojang has recently rid minecraft:tall_flowers block tag and minecraft:tall_flowers/minecraft:flowers item tags.

What this PR aims to do is bring back and duplicate these flower tags under c namespace to make it safer for Modders to use without worry about Mojang deleting the rest of the flower tags in the future. We had multiple people ask where the flower item tag went so there is quite a number of people relying on a tag of flowers.

The non-tag entries of the flower tags are in same order as the tags in past (with exception to eye blossom because vanilla has the open and closed entry far apart in the vanilla for no logical reason which drove me insane)

For Fabric side, the c flower tags that still have a vanilla equivalent are aliased together.

I also added entries to log warning to find people using vanilla tags that no longer exist and guide them to the new c tags

Blocks:
c:flowers/tall
c:flowers/small
c:flowers

Items:
c:flowers/tall
c:flowers/small
c:flowers

Any issues with this? Is there any flower subcategory that is strongly desired beyond tall/small?

NeoForge PR: neoforged/NeoForge#1825

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants