Cynosphere-mc / Scout

A mod about extending the inventory via bags. Heavily inspired by makamys' "Satchels".
MIT License
2 stars 7 forks source link

How to Blacklist item? #10

Open Dumpling00 opened 6 months ago

Dumpling00 commented 6 months ago

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.

Cynosphere commented 6 months ago

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

Example:

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