From b0a275337dc4a2ab221cee1b3ffabad7c13e1720 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 13 Apr 2023 17:36:32 +0200 Subject: [PATCH] Added sample for 'recipes.json' --- src/main/resources/data/bclib/config/recipes.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/resources/data/bclib/config/recipes.json diff --git a/src/main/resources/data/bclib/config/recipes.json b/src/main/resources/data/bclib/config/recipes.json new file mode 100644 index 00000000..cad00c11 --- /dev/null +++ b/src/main/resources/data/bclib/config/recipes.json @@ -0,0 +1,5 @@ +{ + "disable": [ + "bclib:test_star" + ] +} \ No newline at end of file