From d1f1ff212b08b15a2f1a5a997a781efa417fd339 Mon Sep 17 00:00:00 2001 From: Mqrius Date: Sun, 18 Jan 2026 23:34:31 +0100 Subject: [PATCH] Add space foods to tfc:foods --- kubejs/startup_scripts/tfg/items.food.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kubejs/startup_scripts/tfg/items.food.js b/kubejs/startup_scripts/tfg/items.food.js index b2a3589d1..37685e0de 100644 --- a/kubejs/startup_scripts/tfg/items.food.js +++ b/kubejs/startup_scripts/tfg/items.food.js @@ -21,6 +21,7 @@ function registerTFGFoodItems(event) { ctx.player.give('tfg:used_foil_pack') })) .texture('tfg:item/food/meal_bag') + .tag('tfc:foods') .tag('tfg:space_food') // Birt @@ -60,6 +61,7 @@ function registerTFGFoodItems(event) { event.create(`tfg:food/freeze_dried/${fruit.name}`) .translationKey(`item.tfg.food.freeze_dried/${fruit.name}`) .texture(`tfg:item/food/freeze_dried_${fruit.name}`) + .tag('tfc:foods') .tag('tfg:space_food') .food(food => food.hunger(4).saturation(1) .eaten(ctx => { @@ -75,6 +77,7 @@ function registerTFGFoodItems(event) { ctx.player.give('tfg:used_foil_pack') })) .texture('tfg:item/food/calorie_paste') + .tag('tfc:foods') .tag('tfg:space_food') // Sunflower seeds