BCLib/src
Frank 5f92964f9d [Feature] Disable any Recipe using a dataPack file.
You can add a new File `bclib/config/recipes.json` to your datapack with the following content to disable any recipe (by Id):

```json
{
  "disable": [
    "minecraft:jungle_chest_boat",
    "bclib:test_star"
  ]
}
```
2023-04-13 17:33:42 +02:00
..
main [Feature] Disable any Recipe using a dataPack file. 2023-04-13 17:33:42 +02:00