Skip to content

[Feature]: Categorized block tags #68

@GPSolo

Description

@GPSolo

Feature Details

I am using this mod in a server of ATM10 and I had been setting up network storage and an autosmelter with the create mod and AE2 storage, I have been scratching my head trying to figure out how to filter raw blocks from going into certain chests while also keeping another chest to only take smelted block (i.e a block of raw iron 1x in 1 chest and a block of iron in another chest). Typically, as is with vanilla minecraft blocks are stored by there block tag and additional tags are added for categories. This mod has block tags for each block but it doesn't share the categories like the vanilla blocks do.

This lead to some wild-looking wildcard filters that had looked like raw__block* to try and filter the blocks out, however because of the way this filter works, it's impossible to filter by the block tag or mod tag with wildcards. So for example, if I want to filter vanilla storage blocks I can use the category tag to filter as such c:storage_blocks/raw*, however to store raw blocks for this mod I would try allthecompressed:raw* however the wildcard isn't allowed to search through all block tags it can only search through subcategories (mod|category:item|blocktag/subcategory), block tags are declaritive at least that I've seen while subcategories are parsable (I will write an issue in the AE2 mod as well).

If it will help I can provide anything from the server files for replication.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions