[Feature] Allow loking up block items by block tags
TheRealWormbo opened this issue ยท 0 comments
What is your feature request?
Sometimes it might be interesting to browse "block items" (i.e. items that have a 1:1 relation to block types in the world) by the tags associated with those block types instead of (or in addition to) the item types. For example pumpkin stems can grow a pumpkin onto any blocks in the #minecraft:dirts
tag, beacon bases can be built from blocks in the #minecraft:beacon_base_blocks
tag, or when building a wither cage you probably want to restrict yourself to blocks in the #minecraft:wither_immune
tag.
The search for these tags could probably use the same prefix character as the item tag search ($) rather than introducing a new one.
What do you think this change is of?
- Visual
- Recipe Lookup
- Cheat Mode
- Plugin Integration / JEI Plugin Compatibility
- Others