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