From ac40b7588cd35a3f474ddf39e9e1accda05c2464 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 11 Feb 2024 13:01:15 +0700 Subject: [PATCH] hide backpack colorizing recipes --- CHANGELOG.md | 1 + kubejs/assets/emi/recipe/filters/categories.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 591dc1159..f44ba2c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ - Fixed recipes for some vanilla items. - Added more recipes for FirmaLife items via GTCEu machines. - Decreased EUt required for ae2 quartz glass. +- Hided backpack colorizing recipes because its wont work. ## [0.6.11] - 05.02.2024 ### Changes diff --git a/kubejs/assets/emi/recipe/filters/categories.json b/kubejs/assets/emi/recipe/filters/categories.json index 61b473591..2aa0f16a3 100644 --- a/kubejs/assets/emi/recipe/filters/categories.json +++ b/kubejs/assets/emi/recipe/filters/categories.json @@ -44,6 +44,12 @@ }, { "id": "/create:create.toolbox.color.block.create.[^*]+/" + }, + { + "id": "/sophisticatedbackpacks:single_color_[^*]+/" + }, + { + "id": "sophisticatedbackpacks:multiple_colors" } ] } \ No newline at end of file