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

A few improvements for generating tags #22

Open
nikita488 opened this issue Jun 30, 2020 · 1 comment
Open

A few improvements for generating tags #22

nikita488 opened this issue Jun 30, 2020 · 1 comment
Labels
enhancement New feature or request will implement This feature will be implemented at some point
Milestone

Comments

@nikita488
Copy link
Contributor

nikita488 commented Jun 30, 2020

  1. There is a method called copy (and copyEntry) inside vanilla ItemTagsProvider which is used for generating Item tag from Block tag. So it will be useful to have this method inside RegistrateTagsProvider.
  2. It will be cool to have a way to automatically generate Item tags when you register a block with Tag using BlockBuilder. Basically, when you attaching the tag to a block, you will want the same tag for item (for use in recipes, etc) and right now you need to manually copy every block tag to item tag.
@tterrag1098 tterrag1098 added enhancement New feature or request will implement This feature will be implemented at some point labels Jul 2, 2020
@tterrag1098 tterrag1098 added this to the 1.1 milestone Jul 2, 2020
@tterrag1098
Copy link
Owner

Added part 1 in 0100b79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request will implement This feature will be implemented at some point
Projects
None yet
Development

No branches or pull requests

2 participants