diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index 6e128859a..8356510e9 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -441,6 +441,8 @@ function registerTFCItemTags(event) { event.add(`tfg:hanging_sign/${metal}/softwood`, global.TFC_SOFTWOOD_TYPES.map(wood => `tfc:wood/hanging_sign/${metal}/${wood}`)) event.add(`tfg:hanging_sign/${metal}/hardwood`, global.AFC_HARDWOOD_TYPES.map(wood => `afc:wood/hanging_sign/${metal}/${wood}`)) event.add(`tfg:hanging_sign/${metal}/softwood`, global.AFC_SOFTWOOD_TYPES.map(wood => `afc:wood/hanging_sign/${metal}/${wood}`)) + event.add(`tfg:hanging_sign/${metal}/hardwood`, `beneath:wood/hanging_sign/${metal}/warped`) + event.add(`tfg:hanging_sign/${metal}/softwood`, `beneath:wood/hanging_sign/${metal}/crimson`) }) } 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