tterrag1098 / Registrate

Your mod's best friend - keep your registry objects simple and organized
Mozilla Public License 2.0
117 stars 33 forks source link

A few improvements for generating tags #22

Open nikita488 opened 4 years ago

nikita488 commented 4 years ago
  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 commented 3 years ago

Added part 1 in 0100b79be008e362f76abc0ee0aafb89da04eeeb