Scout

Scout

39.6k Downloads

How to Blacklist item?

Dumpling00 opened this issue ยท 1 comments

commented

Hi, thank you for the feature! I might be a bit confused here though - how exactly do I make it so an item is blacklisted from the satchels and pouches? Config file only really makes me toggle between true and false. Help would be greately appreciated.

Thank you in advance for your time.

commented

Blacklist is controlled by an item tag in a datapack, specificallydata/scout/tags/items/blacklist.json

Example:

{
  "values": [
    "minecraft:stick",
    "minecraft:oak_log"
  ]
}