From 0dbb9ac78f62f365c77b7e91681001ba723fd2d4 Mon Sep 17 00:00:00 2001 From: Mqrius Date: Sat, 27 Dec 2025 00:29:47 +0100 Subject: [PATCH 1/2] Auto-eat blacklist (#2520) Goes with TerraFirmaGreg-Team/Core-Modern#228 --- kubejs/server_scripts/tfg/food/tags.food.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kubejs/server_scripts/tfg/food/tags.food.js b/kubejs/server_scripts/tfg/food/tags.food.js index 9e5d65464..5e935fce4 100644 --- a/kubejs/server_scripts/tfg/food/tags.food.js +++ b/kubejs/server_scripts/tfg/food/tags.food.js @@ -331,6 +331,16 @@ function registerTFGFoodItemTags(event) { event.add('tfc:foods/usable_in_jam_sandwich', 'ad_astra:cheese') event.add('tfc:foods/usable_in_jam_sandwich_2', 'ad_astra:cheese') event.add('firmalife:foods/cheeses', 'ad_astra:cheese') + + // Auto-eat blacklist for backpack feeding upgrade and quarktech helmet + const AUTO_EAT_BLACKLIST = [ + '#tfg:medicine', + 'minecraft:rotten_flesh', + '#beneath:poisonous_mushrooms' + ] + AUTO_EAT_BLACKLIST.forEach(food => { + event.add('tfg:auto_eat_blacklist', food) + }) } function registerTFGFoodBlockTags(event) { From 952d14cf5a8529ca7aeb85211c5468b1e2466ce4 Mon Sep 17 00:00:00 2001 From: Jeuv <73312791+Jeuvke@users.noreply.github.com> Date: Fri, 26 Dec 2025 20:43:17 -0300 Subject: [PATCH 2/2] Removed cleanroom requirement from level emitter (#2529) Remove the cleanroom requirement from the AE2 level emitter, as it can be crafted in a crafting table as well. Signed-off-by: Jeuv <73312791+Jeuvke@users.noreply.github.com> --- kubejs/server_scripts/ae2/recipes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/kubejs/server_scripts/ae2/recipes.js b/kubejs/server_scripts/ae2/recipes.js index 0bc16b7c4..bcefe61e3 100644 --- a/kubejs/server_scripts/ae2/recipes.js +++ b/kubejs/server_scripts/ae2/recipes.js @@ -1153,7 +1153,6 @@ const registerAE2Recipes = (event) => { .circuit(1) .duration(20) .EUt(480) - .cleanroom(CleanroomType.CLEANROOM) .addMaterialInfo(true) // Storage Bus