
Add config to enable/disable specific items
Closed this issue · 2 comments
Hey, really like the datapack/mod. The items are well designed and feel like they belong in vanilla (mostly).
Some of them, however, feel a bit overpowered. It'd be great to have a simple server-side config to enable or disable individual items. Ideally, disabling an item could also remove its recipe so it can't be crafted. Even just a basic true/false toggle per item would go a long way.
Appreciate the work you're putting into this.
Adding a toggle to enable/disable the functionality of each tool is easy enough to do. I'm planning on adding a options menu using dialogs soon. However, it is not possible disable crafting recipes dynamically.
Easiest way to disable the recipe right now is to delete the files for them in the datapack: data/jbt/recipe
You'll see each recipe listed as individual files there, just delete the ones you want to disable.
For feedback purposes though, what items do you think are overpowered and why?
With version 4.0, pack has undergone a huge rewrite to be much more modular! Checkout the wiki (pack customisation section) on how to disable items, its as simple as deleting a folder from the zip/jar!