Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Blacklist item? #10

Open
Dumpling00 opened this issue Mar 29, 2024 · 1 comment
Open

How to Blacklist item? #10

Dumpling00 opened this issue Mar 29, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Dumpling00
Copy link

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
Copy link
Member

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

Example:

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

@Cynosphere Cynosphere added the question Further information is requested label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants