Advanced Peripherals

Advanced Peripherals

29M Downloads

[Feature] Listing tags of items

LuckyTeran opened this issue ยท 2 comments

commented

Is it possible to add item tags to 'listItems()'? I'm writing an inventory system and would like to filter items with their tags. For example:
{ { amount = 1, displayName = "Dirt", name = "minecraft:dirt", nbt = "{}", tags = { [1] = "minecraft:sometag" } } }

I think that would be a nice feature to quickly gather information about an item.

commented

Sure, i will add this in the near future.

commented

Added in 0.4a